Searched refs:readword (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_bitbuffer.c | 144 WORD32 *readword) { in ixheaacd_aac_read_byte() argument 149 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte() 160 WORD32 *ptr_bit_pos, WORD32 *readword, in ixheaacd_aac_read_byte_corr1() argument 171 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte_corr1() 181 WORD32 *readword, UWORD8 *p_bit_buf_end) { in ixheaacd_aac_read_byte_corr() argument 189 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte_corr()
|
D | ixheaacd_multichannel.c | 81 WORD32 *readword) in cblock_decode_huff_symbol() argument 91 read_word1 = *readword << bit_pos; in cblock_decode_huff_symbol() 105 *readword = (*readword << 8) | *ptr_read_next; in cblock_decode_huff_symbol() 123 *readword = (*readword << 8) | *ptr_read_next; in cblock_decode_huff_symbol()
|
D | ixheaacd_bitbuffer.h | 120 WORD32 *readword); 123 WORD32 *readword, UWORD8 *p_bit_buf_end); 126 WORD32 *ptr_bit_pos, WORD32 *readword,
|
D | ixheaacd_env_extr.c | 1102 WORD32 readword; in ixheaacd_read_env_data() local 1142 readword = ixheaacd_show_bits_buf(it_bit_buff, it_bit_buff->cnt_bits); in ixheaacd_read_env_data() 1143 readword = readword << (32 - it_bit_buff->cnt_bits); in ixheaacd_read_env_data() 1145 readword = ixheaacd_show_bits_buf(it_bit_buff, 20); in ixheaacd_read_env_data() 1146 readword = readword << 12; in ixheaacd_read_env_data() 1148 ixheaacd_huffman_decode(readword, &index, &length, (const UWORD16 *)h, in ixheaacd_read_env_data()
|