Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c228 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1()
237 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1()
273 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1()
283 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1()
399 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word2_11()
408 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word2_11()
445 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word2_11()
455 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word2_11()
Dixheaacd_basic_ops.h51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu() function
Dixheaacd_huff_code_reorder.c985 value = ixheaacd_extu(*read_word, *bit_pos, 23); in ixheaacd_huff_dec_word_hcr_pcw()
999 off = ixheaacd_extu(*read_word, *bit_pos, 32 - i); in ixheaacd_huff_dec_word_hcr_pcw()
1026 value = ixheaacd_extu(*read_word, *bit_pos, 23); in ixheaacd_huff_dec_word_hcr_pcw()
1040 off = ixheaacd_extu(*read_word, *bit_pos, 32 - i); in ixheaacd_huff_dec_word_hcr_pcw()
1403 value = ixheaacd_extu(read_word, length, 23); in ixheaacd_huff_dec_word_hcr_non_pcw()
1413 off = ixheaacd_extu(read_word, length, 32 - i); in ixheaacd_huff_dec_word_hcr_non_pcw()
1431 value = ixheaacd_extu(read_word, length, 23); in ixheaacd_huff_dec_word_hcr_non_pcw()
1441 off = ixheaacd_extu(read_word, length, 32 - i); in ixheaacd_huff_dec_word_hcr_non_pcw()