Home | History | Annotate | Download | only in base

Lines Matching refs:bits_to_shift

422   uint32 bits_to_shift = 24 - num_bits;
426 if (((next >> bits_to_shift) & mask) == start_code)