Searched refs:read_word (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 172 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); in ixheaacd_huffman_dec_word1() local 187 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word1() 191 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1() 197 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word1() 216 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1() 221 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1() 227 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1() 230 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1() 234 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1() 236 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1() [all …]
|
D | ixheaacd_longblock.c | 175 WORD32 read_word; in ixheaacd_read_scale_factor_data() local 181 read_word = ixheaacd_aac_showbits_32(ptr_read_next); in ixheaacd_read_scale_factor_data() 186 read_word = 0; in ixheaacd_read_scale_factor_data() 188 read_word = (read_word << 8) | (*ptr_read_next); in ixheaacd_read_scale_factor_data() 191 read_word <<= ((4 - diffbytes) << 3); in ixheaacd_read_scale_factor_data() 225 read_word1 = read_word << bit_pos; in ixheaacd_read_scale_factor_data() 231 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_read_scale_factor_data() 234 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_read_scale_factor_data() 243 temp = (read_word << bit_pos); in ixheaacd_read_scale_factor_data() 248 ixheaacd_aac_read_2bytes(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_read_scale_factor_data()
|
D | ixheaacd_huff_code_reorder.c | 638 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_pair_hcr_pcw() argument 661 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word, in ixheaacd_huff_dec_pair_hcr_pcw() 665 read_word1 = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw() 673 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word, in ixheaacd_huff_dec_pair_hcr_pcw() 677 temp_word = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw() 715 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word, in ixheaacd_huff_dec_pair_hcr_pcw() 737 WORD32 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr); in ixheaacd_huff_dec_pair_hcr_non_pcw() local 739 ixheaacd_huffman_decode(read_word, &index, &length, code_book_tbl, idx_table); in ixheaacd_huff_dec_pair_hcr_non_pcw() 740 read_word1 = read_word << length; in ixheaacd_huff_dec_pair_hcr_non_pcw() 777 const UWORD32 *idx_table, WORD32 *read_word, WORD32 *read_bits, in ixheaacd_huff_dec_quad_hcr_pcw() argument [all …]
|
D | ixheaacd_multichannel.c | 216 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); in ixheaacd_dec_coupling_channel_element() local 219 read_word1 = read_word << bit_pos; in ixheaacd_dec_coupling_channel_element() 224 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_dec_coupling_channel_element() 226 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_dec_coupling_channel_element()
|
D | ixheaacd_spectrum_dec.c | 246 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); in ixheaacd_section_data() local 276 read_word1 = read_word << bit_pos; in ixheaacd_section_data() 281 ixheaacd_aac_read_2bytes(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_section_data()
|