Home
last modified time | relevance | path

Searched refs:zero_bytes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_bitwrite.c38 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()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_bitwrite.h33 RK_U32 zero_bytes; /* Amount of consecutive zero bytes */ member
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dlzo.rst129 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)