Home
last modified time | relevance | path

Searched refs:read_word1 (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_multichannel.c89 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()
217 UWORD32 read_word1; in ixheaacd_dec_coupling_channel_element() local
219 read_word1 = read_word << bit_pos; in ixheaacd_dec_coupling_channel_element()
220 ixheaacd_huffman_decode(read_word1, &index, &length, hcod_sf, table_idx); in ixheaacd_dec_coupling_channel_element()
Dixheaacd_block.c185 UWORD32 read_word1; in ixheaacd_huffman_dec_word1() local
187 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word1()
188 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word1()
346 UWORD32 read_word1; in ixheaacd_huffman_dec_word2_11() local
348 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word2_11()
349 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word2_11()
502 UWORD32 read_word1; in ixheaacd_huffman_dec_quad() local
504 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_quad()
505 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_quad()
631 UWORD32 read_word1; in ixheaacd_huffman_dec_word2_quad() local
[all …]
Dixheaacd_longblock.c223 UWORD32 read_word1; in ixheaacd_read_scale_factor_data() local
225 read_word1 = read_word << bit_pos; in ixheaacd_read_scale_factor_data()
227 ixheaacd_huffman_decode(read_word1, &index, &length, hcod_sf, in ixheaacd_read_scale_factor_data()
Dixheaacd_huff_code_reorder.c653 UWORD32 read_word1; in ixheaacd_huff_dec_pair_hcr_pcw() local
665 read_word1 = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw()
666 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_pair_hcr_pcw()
736 WORD32 read_word1; in ixheaacd_huff_dec_pair_hcr_non_pcw() local
740 read_word1 = read_word << length; in ixheaacd_huff_dec_pair_hcr_non_pcw()
743 temp_word = read_word1; in ixheaacd_huff_dec_pair_hcr_non_pcw()
789 UWORD32 read_word1; in ixheaacd_huff_dec_quad_hcr_pcw() local
801 read_word1 = *read_word << *bit_pos; in ixheaacd_huff_dec_quad_hcr_pcw()
802 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_quad_hcr_pcw()
918 UWORD32 read_word1; in ixheaacd_huff_dec_word_hcr_pcw() local
[all …]
Dixheaacd_spectrum_dec.c274 UWORD32 read_word1; in ixheaacd_section_data() local
276 read_word1 = read_word << bit_pos; in ixheaacd_section_data()
278 ixheaacd_huffman_decode(read_word1, &index, &length, hscf, idx_tab); in ixheaacd_section_data()