Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu383-hevc.c202 hw_ps->ref_pic_poc0 = dpb[0].pic_order_cnt_val; in set_pps_ref_pic_poc()
203 hw_ps->ref_pic_poc1 = dpb[1].pic_order_cnt_val; in set_pps_ref_pic_poc()
204 hw_ps->ref_pic_poc2 = dpb[2].pic_order_cnt_val; in set_pps_ref_pic_poc()
205 hw_ps->ref_pic_poc3 = dpb[3].pic_order_cnt_val; in set_pps_ref_pic_poc()
206 hw_ps->ref_pic_poc4 = dpb[4].pic_order_cnt_val; in set_pps_ref_pic_poc()
207 hw_ps->ref_pic_poc5 = dpb[5].pic_order_cnt_val; in set_pps_ref_pic_poc()
208 hw_ps->ref_pic_poc6 = dpb[6].pic_order_cnt_val; in set_pps_ref_pic_poc()
209 hw_ps->ref_pic_poc7 = dpb[7].pic_order_cnt_val; in set_pps_ref_pic_poc()
210 hw_ps->ref_pic_poc8 = dpb[8].pic_order_cnt_val; in set_pps_ref_pic_poc()
211 hw_ps->ref_pic_poc9 = dpb[9].pic_order_cnt_val; in set_pps_ref_pic_poc()
[all …]
H A Drkvdec-hevc.c365 if (dpb_l0.pic_order_cnt_val > sl_params->slice_pic_order_cnt) in assemble_sw_rps()
377 if (dpb_l1.pic_order_cnt_val > sl_params->slice_pic_order_cnt) in assemble_sw_rps()
487 ? dpb[i].pic_order_cnt_val in config_registers()
H A Drkvdec-vdpu381-hevc.c458 regs->hevc_param.reg065_cur_top_poc = dec_params->pic_order_cnt_val; in config_registers()
473 dpb[i].pic_order_cnt_val; in config_registers()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c159 dpb[i].pic_order_cnt_val, in cedrus_h265_frame_info_write_dpb()
160 dpb[i].pic_order_cnt_val in cedrus_h265_frame_info_write_dpb()
341 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay()
345 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
352 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_hevc_req_multi_if.c195 int pic_order_cnt_val; member
203 int pic_order_cnt_val; member
570 dst_entry->pic_order_cnt_val = src_entry->pic_order_cnt_val; in vdec_hevc_copy_decode_params()
577 GET_HEVC_VDEC_PARAM(pic_order_cnt_val); in vdec_hevc_copy_decode_params()