Searched refs:ixheaacd_extu (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 228 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()
|
D | ixheaacd_basic_ops.h | 51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu() function
|
D | ixheaacd_huff_code_reorder.c | 985 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()
|