Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacdec_template.c1773 INTFLOAT *cfo = coef + offsets[i]; in decode_spectrum_and_dequant() local
1778 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant()
1779 memset(cfo, 0, off_len * sizeof(*cfo)); in decode_spectrum_and_dequant()
1782 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant()
1787 cfo[k] = ac->random_state >> 3; 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()
1798 cfo[k] = ac->random_state; 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()
[all …]