Home | History | Annotate | Download | only in decoder

Lines Matching full:coef

966           WORD32 coef, coef_compress;
981 coef = ixheaacd_read_bits_buf(it_bit_buff, resolution);
982 coef = coef << shift;
983 filter->coef[i] = (WORD8)(coef >> shift);
1110 ltp->coef = 0;
1130 ltp->coef = (UWORD8)ixheaacd_read_bits_buf(bs, 3);