Home
last modified time | relevance | path

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

/rockchip-linux_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()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitwrite.h33 RK_U32 zero_bytes; /* Amount of consecutive zero bytes */ member