Home | History | Annotate | Download | only in enc

Lines Matching refs:trailing_zero_bits

339     int trailing_zero_bits = 0;
348 trailing_zero_bits += code_length_bitdepth[ix];
350 trailing_zero_bits += 3;
352 trailing_zero_bits += 7;
358 write_trimmed_length = (trimmed_length > 1 && trailing_zero_bits > 12);