Home | History | Annotate | Download | only in parser

Lines Matching refs:bits_offset

1103 	uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0;
1151 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
1152 // OS_INFO("SEI byte_offset 3= %d, bits_offset=%d\n", byte_offset, bits_offset);
1154 if(bits_offset!=0)
1156 viddec_pm_get_bits(parent, (uint32_t *)&next_8_bits, 8-bits_offset);