Searched refs:ixheaacd_extu (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_res_block.c | 53 out = ixheaacd_extu(value, l_shift, r_shift); in ixheaacd_res_extract_signed_symbol() 155 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_res_c_block_decode_huff_word1() 165 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_res_c_block_decode_huff_word1() 201 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_res_c_block_decode_huff_word1() 212 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_res_c_block_decode_huff_word1() 338 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_res_c_block_decode_huff_word1_lb() 347 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_res_c_block_decode_huff_word1_lb() 383 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_res_c_block_decode_huff_word1_lb() 394 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_res_c_block_decode_huff_word1_lb() 571 out0 = (ixheaacd_extu(value, 24, 30)); in ixheaacd_res_c_block_decode_huff_word2_4_lb() [all …]
|
D | ixheaacd_block.c | 196 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1() 205 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1() 241 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1() 251 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1() 378 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word2_11() 387 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word2_11() 424 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word2_11() 434 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 | 994 value = ixheaacd_extu(*read_word, *bit_pos, 23); in ixheaacd_huff_dec_word_hcr_pcw() 1008 off = ixheaacd_extu(*read_word, *bit_pos, 32 - i); in ixheaacd_huff_dec_word_hcr_pcw() 1035 value = ixheaacd_extu(*read_word, *bit_pos, 23); in ixheaacd_huff_dec_word_hcr_pcw() 1049 off = ixheaacd_extu(*read_word, *bit_pos, 32 - i); in ixheaacd_huff_dec_word_hcr_pcw() 1417 value = ixheaacd_extu(read_word, length, 23); in ixheaacd_huff_dec_word_hcr_non_pcw() 1427 off = ixheaacd_extu(read_word, length, 32 - i); in ixheaacd_huff_dec_word_hcr_non_pcw() 1445 value = ixheaacd_extu(read_word, length, 23); in ixheaacd_huff_dec_word_hcr_non_pcw() 1455 off = ixheaacd_extu(read_word, length, 32 - i); in ixheaacd_huff_dec_word_hcr_non_pcw()
|