Searched refs:readword (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_res_huffman.h | 38 WORD32 *readword) { in ixheaacd_aac_read_2bytes() argument 43 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_2bytes() 45 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_2bytes() 49 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_2bytes()
|
D | ixheaacd_bitbuffer.c | 151 WORD32 *readword) { in ixheaacd_aac_read_byte() argument 156 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte() 167 WORD32 *readword, UWORD8 *p_bit_buf_end) { in ixheaacd_aac_read_byte_corr1() argument 177 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte_corr1() 187 WORD32 *readword, UWORD8 *p_bit_buf_end) { in ixheaacd_aac_read_byte_corr() argument 195 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte_corr()
|
D | ixheaacd_multichannel.c | 92 WORD32 *readword) in cblock_decode_huff_symbol() argument 102 read_word1 = *readword << bit_pos; in cblock_decode_huff_symbol() 116 *readword = (*readword << 8) | *ptr_read_next; in cblock_decode_huff_symbol() 134 *readword = (*readword << 8) | *ptr_read_next; in cblock_decode_huff_symbol()
|
D | ixheaacd_bitbuffer.h | 118 WORD32 *readword); 121 WORD32 *readword, UWORD8 *p_bit_buf_end); 124 WORD32 *readword, UWORD8 *p_bit_buf_end);
|
D | ixheaacd_env_extr.c | 1271 WORD32 readword; in ixheaacd_read_env_data() local 1311 readword = ixheaacd_show_bits_buf(it_bit_buff, it_bit_buff->cnt_bits); in ixheaacd_read_env_data() 1312 readword = readword << (32 - it_bit_buff->cnt_bits); in ixheaacd_read_env_data() 1314 readword = ixheaacd_show_bits_buf(it_bit_buff, 20); in ixheaacd_read_env_data() 1315 readword = readword << 12; in ixheaacd_read_env_data() 1317 ixheaacd_huffman_decode(readword, &index, &length, (const UWORD16 *)h, in ixheaacd_read_env_data()
|