Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c169 RK_U32 emulation_prevention = 0; in dec_ref_pic_marking() local
175 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()
231 pSlice->drpm_used_bitlen = p_bitctx->used_bits - drpm_used_bits - (emulation_prevention * 8); in dec_ref_pic_marking()
466 RK_U32 emulation_prevention = 0; in process_slice() local
528 emulation_prevention = p_bitctx->emulation_prevention_bytes_; in process_slice()
554 emulation_prevention = p_bitctx->emulation_prevention_bytes_ - emulation_prevention; in process_slice()
555 …currSlice->poc_used_bitlen = p_bitctx->used_bits - poc_used_bits - (emulation_prevention * 8); //!… in process_slice()