Lines Matching refs:g_bs
220 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()
320 g_bs->bit_pos = 7 - bit_pos; in ixheaacd_section_data()
323 bits_consumed = ((g_bs->ptr_read_next - start_read_pos) << 3) + in ixheaacd_section_data()
324 (start_bit_pos - g_bs->bit_pos); in ixheaacd_section_data()
325 g_bs->cnt_bits -= bits_consumed; in ixheaacd_section_data()