Searched refs:zero_bytes (Results 1 – 3 of 3) sorted by relevance
38 ctx->zero_bytes = 0; in mpp_writer_reset()56 ctx->zero_bytes = 0; in mpp_writer_init()127 RK_S32 zeroBytes = ctx->zero_bytes; in mpp_writer_put_bits()152 ctx->zero_bytes = zeroBytes; in mpp_writer_put_bits()
33 RK_U32 zero_bytes; /* Amount of consecutive zero bytes */ member
129 length = 3 + (L ?: 15 + (zero_bytes * 255) + non_zero_byte)157 length = 2 + (L ?: 7 + (zero_bytes * 255) + non_zero_byte)174 length = 2 + (L ?: 31 + (zero_bytes * 255) + non_zero_byte)