Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c258 READ_UE(p_bitctx, &cur_sps->num_ref_frames_in_pic_order_cnt_cycle); in parser_sps()
259 VAL_CHECK(ret, cur_sps->num_ref_frames_in_pic_order_cnt_cycle < 256); in parser_sps()
260 for (i = 0; i < cur_sps->num_ref_frames_in_pic_order_cnt_cycle; ++i) { in parser_sps()
H A Dh264d_init.c112 if (active_sps->num_ref_frames_in_pic_order_cnt_cycle) { in decode_poc()
122 if (active_sps->num_ref_frames_in_pic_order_cnt_cycle) { in decode_poc()
123 for (i = 0; i < (RK_S32)active_sps->num_ref_frames_in_pic_order_cnt_cycle; i++) { in decode_poc()
128 …icOrderCntCycleCnt = (pSlice->AbsFrameNum - 1) / active_sps->num_ref_frames_in_pic_order_cnt_cycle; in decode_poc()
129 …InPicOrderCntCycle = (pSlice->AbsFrameNum - 1) % active_sps->num_ref_frames_in_pic_order_cnt_cycle; in decode_poc()
H A Dh264d_slice.c284 ret |= (sps->num_ref_frames_in_pic_order_cnt_cycle > 255); in check_sps_pps()
H A Dh264d_global.h546 RK_S32 num_ref_frames_in_pic_order_cnt_cycle; // ue(v) member