Lines Matching defs:cfo
1788 INTFLOAT *cfo = coef + offsets[i];
1793 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1794 memset(cfo, 0, off_len * sizeof(*cfo));
1797 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1802 cfo[k] = ac->random_state >> 3;
1805 band_energy = ac->fdsp->scalarproduct_fixed(cfo, cfo, off_len);
1807 noise_scale(cfo, sf[idx], band_energy, off_len);
1813 cfo[k] = ac->random_state;
1816 band_energy = ac->fdsp->scalarproduct_float(cfo, cfo, off_len);
1818 ac->fdsp->vector_fmul_scalar(cfo, cfo, scale, off_len);
1830 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1831 INTFLOAT *cf = cfo;
1851 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1852 INTFLOAT *cf = cfo;
1877 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1878 INTFLOAT *cf = cfo;
1899 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1900 INTFLOAT *cf = cfo;
1925 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) {
1927 int *icf = cfo;
1930 float *cf = cfo;
2001 ac->fdsp->vector_fmul_scalar(cfo, cfo, sf[idx], off_len);
2043 int *cfo = coef + offsets[i];
2048 for (group = 0; group < (int)g_len; group++, cfo+=128) {
2049 ac->vector_pow43(cfo, off_len);
2050 ac->subband_scale(cfo, cfo, sf[idx], 34, off_len, ac->avctx);