Searched refs:scalarproduct_fixed (Results 1 – 4 of 4) sorted by relevance
144 int (*scalarproduct_fixed)(const int *v1, const int *v2, int len); member
162 fdsp->scalarproduct_fixed = scalarproduct_fixed_c; in avpriv_alloc_fixed_dsp()
155 if (check_func(fdsp->scalarproduct_fixed, "scalarproduct_fixed")) in checkasm_check_fixed_dsp()
1790 band_energy = ac->fdsp->scalarproduct_fixed(cfo, cfo, off_len); in decode_spectrum_and_dequant()