Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_spectrum_dec.c220 ia_bit_buf_struct *g_bs, ia_sfb_info_struct *info, in ixheaacd_section_data() argument
235 WORD32 start_bit_pos = g_bs->bit_pos; in ixheaacd_section_data()
236 UWORD8 *start_read_pos = g_bs->ptr_read_next; in ixheaacd_section_data()
237 UWORD8 *ptr_read_next = g_bs->ptr_read_next; in ixheaacd_section_data()
238 WORD32 bit_pos = 7 - g_bs->bit_pos; in ixheaacd_section_data()
244 ixheaacd_aac_showbits_32(ptr_read_next, g_bs->cnt_bits, &increment); in ixheaacd_section_data()
245 ptr_read_next = g_bs->ptr_read_next + increment; in ixheaacd_section_data()
280 g_bs->ptr_bit_buf_end); in ixheaacd_section_data()
316 g_bs->ptr_bit_buf_end); in ixheaacd_section_data()
318 g_bs->ptr_read_next = ptr_read_next; in ixheaacd_section_data()
[all …]