Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_bitread.c50 ++bitctx->emulation_prevention_bytes_; in update_curbyte_h264()
334 bitctx->emulation_prevention_bytes_ = 0; in mpp_set_bitread_ctx()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c175 emulation_prevention = p_bitctx->emulation_prevention_bytes_; in dec_ref_pic_marking()
230 emulation_prevention = p_bitctx->emulation_prevention_bytes_ - emulation_prevention; in dec_ref_pic_marking()
528 emulation_prevention = p_bitctx->emulation_prevention_bytes_; in process_slice()
554 emulation_prevention = p_bitctx->emulation_prevention_bytes_ - emulation_prevention; in process_slice()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitread.h118 RK_S64 emulation_prevention_bytes_; member