Home
last modified time | relevance | path

Searched refs:scalarproduct_fixed (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dfixed_dsp.h144 int (*scalarproduct_fixed)(const int *v1, const int *v2, int len); member
Dfixed_dsp.c162 fdsp->scalarproduct_fixed = scalarproduct_fixed_c; in avpriv_alloc_fixed_dsp()
/third_party/ffmpeg/tests/checkasm/
Dfixed_dsp.c155 if (check_func(fdsp->scalarproduct_fixed, "scalarproduct_fixed")) in checkasm_check_fixed_dsp()
/third_party/ffmpeg/libavcodec/
Daacdec_template.c1790 band_energy = ac->fdsp->scalarproduct_fixed(cfo, cfo, off_len); in decode_spectrum_and_dequant()