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