Home
last modified time | relevance | path

Searched refs:readword (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_bitbuffer.c151 WORD32 *readword) { in ixheaacd_aac_read_byte() argument
156 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte()
167 WORD32 *ptr_bit_pos, WORD32 *readword, in ixheaacd_aac_read_byte_corr1() argument
178 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte_corr1()
188 WORD32 *readword, UWORD8 *p_bit_buf_end) { in ixheaacd_aac_read_byte_corr() argument
196 *readword = (*readword << 8) | *v; in ixheaacd_aac_read_byte_corr()
Dixheaacd_multichannel.c81 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()
Dixheaacd_bitbuffer.h120 WORD32 *readword);
123 WORD32 *readword, UWORD8 *p_bit_buf_end);
126 WORD32 *ptr_bit_pos, WORD32 *readword,
Dixheaacd_env_extr.c1101 WORD32 readword; in ixheaacd_read_env_data() local
1141 readword = ixheaacd_show_bits_buf(it_bit_buff, it_bit_buff->cnt_bits); in ixheaacd_read_env_data()
1142 readword = readword << (32 - it_bit_buff->cnt_bits); in ixheaacd_read_env_data()
1144 readword = ixheaacd_show_bits_buf(it_bit_buff, 20); in ixheaacd_read_env_data()
1145 readword = readword << 12; in ixheaacd_read_env_data()
1147 ixheaacd_huffman_decode(readword, &index, &length, (const UWORD16 *)h, in ixheaacd_read_env_data()