Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds