Home
last modified time | relevance | path

Searched refs:code_word (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_huff_tools.c36 if ((huff1->len == huff2->len) && (huff1->code_word < huff2->code_word)) in ixheaacd_qsort_cmp()
78 UWORD32 code_word = 0; in ixheaacd_huff_codeword() local
83 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()
Dixheaacd_info.h52 UWORD32 code_word; member
Dixheaacd_block.c117 UWORD32 code_word; in ixheaacd_huff_sfb_table() local
131 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()