Home | History | Annotate | Download | only in enc

Lines Matching refs:trailing_zero_bits

587     int trailing_zero_bits = 0;
596 trailing_zero_bits += code_length_bitdepth[ix];
598 trailing_zero_bits += 3;
600 trailing_zero_bits += 7;
606 write_trimmed_length = (trimmed_length > 1 && trailing_zero_bits > 12);