Searched refs:read_word1 (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_multichannel.c | 89 UWORD32 read_word1; in cblock_decode_huff_symbol() local 91 read_word1 = *readword << bit_pos; in cblock_decode_huff_symbol() 96 h += (read_word1) >> (32 - first_offset); in cblock_decode_huff_symbol() 111 read_word1 = (read_word1) << (first_offset); in cblock_decode_huff_symbol() 116 h += (read_word1) >> (32 - first_offset); in cblock_decode_huff_symbol() 219 UWORD32 read_word1; in ixheaacd_dec_coupling_channel_element() local 221 read_word1 = read_word << bit_pos; in ixheaacd_dec_coupling_channel_element() 222 ixheaacd_huffman_decode(read_word1, &index, &length, hcod_sf, table_idx); in ixheaacd_dec_coupling_channel_element()
|
D | ixheaacd_block.c | 190 UWORD32 read_word1; in ixheaacd_huffman_dec_word1() local 192 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word1() 193 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word1() 360 UWORD32 read_word1; in ixheaacd_huffman_dec_word2_11() local 362 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word2_11() 363 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word2_11() 523 UWORD32 read_word1; in ixheaacd_huffman_dec_quad() local 525 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_quad() 526 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_quad() 659 UWORD32 read_word1; in ixheaacd_huffman_dec_word2_quad() local [all …]
|
D | ixheaacd_longblock.c | 211 UWORD32 read_word1; in ixheaacd_read_scale_factor_data() local 213 read_word1 = read_word << bit_pos; in ixheaacd_read_scale_factor_data() 215 ixheaacd_huffman_decode(read_word1, &index, &length, hcod_sf, in ixheaacd_read_scale_factor_data()
|
D | ixheaacd_huff_code_reorder.c | 658 UWORD32 read_word1; in ixheaacd_huff_dec_pair_hcr_pcw() local 670 read_word1 = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw() 671 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_pair_hcr_pcw() 741 WORD32 read_word1; in ixheaacd_huff_dec_pair_hcr_non_pcw() local 748 read_word1 = read_word << length; in ixheaacd_huff_dec_pair_hcr_non_pcw() 751 temp_word = read_word1; in ixheaacd_huff_dec_pair_hcr_non_pcw() 797 UWORD32 read_word1; in ixheaacd_huff_dec_quad_hcr_pcw() local 809 read_word1 = *read_word << *bit_pos; in ixheaacd_huff_dec_quad_hcr_pcw() 810 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_quad_hcr_pcw() 927 UWORD32 read_word1; in ixheaacd_huff_dec_word_hcr_pcw() local [all …]
|
D | ixheaacd_spectrum_dec.c | 276 UWORD32 read_word1; in ixheaacd_section_data() local 278 read_word1 = read_word << bit_pos; in ixheaacd_section_data() 280 ixheaacd_huffman_decode(read_word1, &index, &length, hscf, idx_tab); in ixheaacd_section_data()
|