Home | History | Annotate | Download | only in decoder

Lines Matching full:coef

126 VOID ixheaacd_process_win_seq(WORD32 *coef, WORD32 *prev, WORD16 *out,
139 ixheaacd_mult32x16in32(coef[SIZE08 + i], window_long[2 * i]),
146 ixheaacd_mult32x16in32(-(coef[SIZE15 - 1 - i]),
153 coef_1 = &(coef[SIZE15]);
166 accu = (ixheaacd_shl32_dir_sat_limit(-(coef[SIZE15 - 1 - i]),
175 coef_1 = &(coef[SIZE15]);
298 VOID ixheaacd_nolap1_32(WORD32 *coef,
307 ixheaacd_negate32_sat(coef[SIZE07 - 1 - i]), 16 - q_shift);
311 VOID ixheaacd_neg_shift_spec_dec(WORD32 *coef, WORD16 *out, WORD16 q_shift,
317 ixheaacd_negate32_sat(coef[SIZE07 - 1 - i]), q_shift));