Searched refs:code_word (Results 1 – 3 of 3) sorted by relevance
64 UWORD32 code_word = 0; in ixheaacd_huff_codeword() local69 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()
52 UWORD32 code_word; member
119 UWORD32 code_word; in ixheaacd_huff_sfb_table() local133 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()