Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c431 char poc_diff = decode_params->pic_order_cnt_val - dpb[i].pic_order_cnt_val; in set_ref()
447 hantro_reg_write(vpu, &cur_poc[i], decode_params->pic_order_cnt_val); in set_ref()
458 luma_addr = hantro_hevc_get_ref_buf(ctx, dpb[i].pic_order_cnt_val); in set_ref()
483 if (hantro_hevc_add_ref_buf(ctx, decode_params->pic_order_cnt_val, luma_addr)) in set_ref()
/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()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-hevc.c347 if (dpb_l0.pic_order_cnt_val > sl_params->slice_pic_order_cnt) in assemble_sw_rps()
359 if (dpb_l1.pic_order_cnt_val > sl_params->slice_pic_order_cnt) in assemble_sw_rps()
469 ? dpb[i].pic_order_cnt_val in config_registers()
H A Drkvdec-vdpu381-hevc.c460 regs->hevc_param.reg065_cur_top_poc = dec_params->pic_order_cnt_val; in config_registers()
475 dpb[i].pic_order_cnt_val; in config_registers()