Lines Matching defs:coef
1415 ltp->coef = ltp_coef[get_bits(gb, 3)];
1728 tns->coef[w][filt][i] = tns_tmp2_map[tmp2_idx][get_bits(gb, coef_len)];
1760 * @param coef array of dequantized, scaled spectral data
1768 static int decode_spectrum_and_dequant(AACContext *ac, INTFLOAT coef[1024],
1777 INTFLOAT *coef_base = coef;
1780 memset(coef + g * 128 + offsets[ics->max_sfb], 0,
1788 INTFLOAT *cfo = coef + offsets[i];
2009 coef += g_len << 7;
2036 coef = coef_base;
2043 int *cfo = coef + offsets[i];
2054 coef += g_len << 7;
2605 * @param coef spectral coefficients
2615 UINTFLOAT *coef = coef_param;
2630 AAC_RENAME(compute_lpc_coefs)(tns->coef[w][filt], order, lpc, 0, 0, 0);
2648 coef[start] -= AAC_MUL26((INTFLOAT)coef[start - i * inc], lpc[i - 1]);
2652 tmp[0] = coef[start];
2654 coef[start] += AAC_MUL26(tmp[i], lpc[i - 1]);
2707 predTime[i] = AAC_MUL30(sce->ltp_state[i + 2048 - ltp->lag], ltp->coef);