Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c540 READ_SE(p_bitctx, &currSlice->delta_pic_order_cnt[0]); in process_slice()
543 READ_SE(p_bitctx, &currSlice->delta_pic_order_cnt[1]); in process_slice()
545 currSlice->delta_pic_order_cnt[1] = 0; //!< set to zero if not in stream in process_slice()
548 currSlice->delta_pic_order_cnt[0] = 0; in process_slice()
549 currSlice->delta_pic_order_cnt[1] = 0; in process_slice()
H A Dh264d_global.h774 RK_S32 delta_pic_order_cnt[2]; // for poc mode 1 member
846 RK_S32 delta_pic_order_cnt[2]; member
H A Dh264d_init.c141 pSlice->toppoc = p_Vid->ExpectedPicOrderCnt + pSlice->delta_pic_order_cnt[0]; in decode_poc()
142 …poc = pSlice->toppoc + active_sps->offset_for_top_to_bottom_field + pSlice->delta_pic_order_cnt[1]; in decode_poc()
146 … pSlice->ThisPOC = pSlice->toppoc = p_Vid->ExpectedPicOrderCnt + pSlice->delta_pic_order_cnt[0]; in decode_poc()
149 …>ExpectedPicOrderCnt + active_sps->offset_for_top_to_bottom_field + pSlice->delta_pic_order_cnt[0]; in decode_poc()