Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c113 pSlice->AbsFrameNum = p_Vid->FrameNumOffset + pSlice->frame_num; in decode_poc()
115 pSlice->AbsFrameNum = 0; in decode_poc()
117 if ((!pSlice->nal_reference_idc) && pSlice->AbsFrameNum > 0) { in decode_poc()
118 pSlice->AbsFrameNum--; in decode_poc()
127 if (pSlice->AbsFrameNum) { in decode_poc()
128 …p_Vid->PicOrderCntCycleCnt = (pSlice->AbsFrameNum - 1) / active_sps->num_ref_frames_in_pic_order_c… in decode_poc()
129 …p_Vid->FrameNumInPicOrderCntCycle = (pSlice->AbsFrameNum - 1) % active_sps->num_ref_frames_in_pic_… in decode_poc()
172 pSlice->AbsFrameNum = p_Vid->FrameNumOffset + pSlice->frame_num; in decode_poc()
174 pSlice->ThisPOC = (2 * pSlice->AbsFrameNum - 1); in decode_poc()
176 pSlice->ThisPOC = (2 * pSlice->AbsFrameNum); in decode_poc()
H A Dh264d_global.h798 RK_U32 AbsFrameNum; member