Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c226 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1()
235 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1()
271 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1()
281 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1()
397 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word2_11()
406 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word2_11()
443 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word2_11()
453 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word2_11()
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()
Dixheaacd_basic_ops.h51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu() function