Lines Matching refs:off_len
1774 int off_len = offsets[i + 1] - offsets[i]; in decode_spectrum_and_dequant() local
1779 memset(cfo, 0, off_len * sizeof(*cfo)); in decode_spectrum_and_dequant()
1785 for (k = 0; k < off_len; k++) { in decode_spectrum_and_dequant()
1790 band_energy = ac->fdsp->scalarproduct_fixed(cfo, cfo, off_len); in decode_spectrum_and_dequant()
1792 noise_scale(cfo, sf[idx], band_energy, off_len); in decode_spectrum_and_dequant()
1796 for (k = 0; k < off_len; k++) { in decode_spectrum_and_dequant()
1801 band_energy = ac->fdsp->scalarproduct_float(cfo, cfo, off_len); in decode_spectrum_and_dequant()
1803 ac->fdsp->vector_fmul_scalar(cfo, cfo, scale, off_len); in decode_spectrum_and_dequant()
1817 int len = off_len; in decode_spectrum_and_dequant()
1838 int len = off_len; in decode_spectrum_and_dequant()
1864 int len = off_len; in decode_spectrum_and_dequant()
1886 int len = off_len; in decode_spectrum_and_dequant()
1918 int len = off_len; in decode_spectrum_and_dequant()
1986 ac->fdsp->vector_fmul_scalar(cfo, cfo, sf[idx], off_len); in decode_spectrum_and_dequant()
2029 int off_len = offsets[i + 1] - offsets[i]; in decode_spectrum_and_dequant() local
2034 ac->vector_pow43(cfo, off_len); in decode_spectrum_and_dequant()
2035 ac->subband_scale(cfo, cfo, sf[idx], 34, off_len, ac->avctx); in decode_spectrum_and_dequant()