Searched refs:bits_parsed (Results 1 – 4 of 4) sorted by relevance
310 unsigned bits_parsed = 2; in is_notcodec_vop() local313 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed)); in is_notcodec_vop()314 bits_parsed++; in is_notcodec_vop()315 index += bits_parsed/8; in is_notcodec_vop()316 bits_parsed = bits_parsed %8; in is_notcodec_vop()323 bits_parsed++; //skip marker bit in is_notcodec_vop()324 bits_parsed += vop_bits + 1;//Vop bit & Marker bits in is_notcodec_vop()325 index += bits_parsed/8; in is_notcodec_vop()331 bits_parsed = bits_parsed % 8; in is_notcodec_vop()332 not_coded = pbuffer[index] & (1 << (7 - bits_parsed)); in is_notcodec_vop()
279 unsigned bits_parsed = 2; in is_notcodec_vop() local281 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed)); in is_notcodec_vop()282 bits_parsed++; in is_notcodec_vop()283 index += bits_parsed/8; in is_notcodec_vop()284 bits_parsed = bits_parsed %8; in is_notcodec_vop()289 bits_parsed++; //skip marker bit in is_notcodec_vop()290 bits_parsed += vop_bits + 1;//Vop bit & Marker bits in is_notcodec_vop()291 index += bits_parsed/8; in is_notcodec_vop()295 bits_parsed = bits_parsed % 8; in is_notcodec_vop()296 not_coded = pbuffer[index] & (1 << (7 - bits_parsed)); in is_notcodec_vop()