Home | History | Annotate | Download | only in decoder

Lines Matching refs:ixheaacd_drc_offset

115   WORD32 ixheaacd_drc_offset = 0;
129 ixheaacd_drc_offset = (idx_table[leading_ones] >> 20) & 0x1ff;
130 length = code_book_tbl[ixheaacd_drc_offset + 1] & 0x1f;
134 ixheaacd_drc_offset = ixheaacd_drc_offset - (code_word - temp1);
141 *huff_index = code_book_tbl[ixheaacd_drc_offset + 1] >> 5;