Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_spectrum_dec.c224 ia_bit_buf_struct *g_bs, ia_sfb_info_struct *info, in ixheaacd_section_data() argument
239 WORD32 start_bit_pos = g_bs->bit_pos; in ixheaacd_section_data()
240 UWORD8 *start_read_pos = g_bs->ptr_read_next; in ixheaacd_section_data()
241 UWORD8 *ptr_read_next = g_bs->ptr_read_next; in ixheaacd_section_data()
242 WORD32 bit_pos = 7 - g_bs->bit_pos; in ixheaacd_section_data()
248 ixheaacd_aac_showbits_32(ptr_read_next, g_bs->cnt_bits, &increment); in ixheaacd_section_data()
249 ptr_read_next = g_bs->ptr_read_next + increment; in ixheaacd_section_data()
284 g_bs->ptr_bit_buf_end); in ixheaacd_section_data()
320 g_bs->ptr_bit_buf_end); in ixheaacd_section_data()
322 g_bs->ptr_read_next = ptr_read_next; in ixheaacd_section_data()
[all …]