Lines Matching refs:g_bs
224 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()
324 g_bs->bit_pos = 7 - bit_pos; in ixheaacd_section_data()
327 bits_consumed = ((g_bs->ptr_read_next - start_read_pos) << 3) + in ixheaacd_section_data()
328 (start_bit_pos - g_bs->bit_pos); in ixheaacd_section_data()
329 g_bs->cnt_bits -= bits_consumed; in ixheaacd_section_data()