mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
efdbf37255
commit
a594678e3d
285 changed files with 12724 additions and 1671 deletions
|
@ -903,8 +903,8 @@ int av_cold ff_celt_pvq_init(CeltPVQ **pvq, int encode)
|
|||
s->pvq_search = ppp_pvq_search_c;
|
||||
s->quant_band = encode ? pvq_encode_band : pvq_decode_band;
|
||||
|
||||
if (CONFIG_OPUS_ENCODER && ARCH_X86)
|
||||
ff_celt_pvq_init_x86(s);
|
||||
if (ARCH_X86)
|
||||
ff_opus_dsp_init_x86(s);
|
||||
|
||||
*pvq = s;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue