Searched refs:code_word (Results 1 – 3 of 3) sorted by relevance
36 if ((huff1->len == huff2->len) && (huff1->code_word < huff2->code_word)) in ixheaacd_qsort_cmp()78 UWORD32 code_word = 0; in ixheaacd_huff_codeword() local83 code_word = ixheaacd_read_bits_buf(it_bit_buff, i); in ixheaacd_huff_codeword()87 code_word = ixheaacd_read_bits_buf(it_bit_buff, i); in ixheaacd_huff_codeword()89 while (code_word != ptr_huff_code_word->code_word) { in ixheaacd_huff_codeword()97 code_word <<= j; in ixheaacd_huff_codeword()107 code_word |= tmp; in ixheaacd_huff_codeword()
52 UWORD32 code_word; member
117 UWORD32 code_word; in ixheaacd_huff_sfb_table() local131 code_word = idx_table[leading_ones] & 0xfffff; in ixheaacd_huff_sfb_table()133 if (temp1 <= code_word) { in ixheaacd_huff_sfb_table()134 ixheaacd_drc_offset = ixheaacd_drc_offset - (code_word - temp1); in ixheaacd_huff_sfb_table()