Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_tools.c64 UWORD32 code_word = 0; in ixheaacd_huff_codeword() local
69 code_word = ixheaacd_read_bits_buf(it_bit_buff, i); in ixheaacd_huff_codeword()
73 code_word = ixheaacd_read_bits_buf(it_bit_buff, i); in ixheaacd_huff_codeword()
75 while (code_word != ptr_huff_code_word->code_word) { in ixheaacd_huff_codeword()
83 code_word <<= j; in ixheaacd_huff_codeword()
93 code_word |= tmp; in ixheaacd_huff_codeword()
Dixheaacd_info.h52 UWORD32 code_word; member
Dixheaacd_block.c119 UWORD32 code_word; in ixheaacd_huff_sfb_table() local
133 code_word = idx_table[leading_ones] & 0xfffff; in ixheaacd_huff_sfb_table()
135 if (temp1 <= code_word) { in ixheaacd_huff_sfb_table()
136 ixheaacd_drc_offset = ixheaacd_drc_offset - (code_word - temp1); in ixheaacd_huff_sfb_table()