FFmpeg
|
Go to the source code of this file.
Functions | |
float | ff_pvq_search_approx_sse2 (float *X, int *y, int K, int N) |
float | ff_pvq_search_approx_sse4 (float *X, int *y, int K, int N) |
float | ff_pvq_search_exact_avx (float *X, int *y, int K, int N) |
av_cold void | ff_opus_dsp_init_x86 (CeltPVQ *s) |
Referenced by ff_opus_dsp_init_x86().
Referenced by ff_opus_dsp_init_x86().
Referenced by ff_opus_dsp_init_x86().
Definition at line 31 of file opus_dsp_init.c.
Referenced by ff_celt_pvq_init().