Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_h264.c280 tbl->poc[32] = ctx->h264_dec.cur_poc; in prepare_table()
361 s32 cur_poc = ctx->h264_dec.cur_poc; in hantro_h264_get_ref_buf() local
381 flags |= abs(dpb[dpb_idx].top_field_order_cnt - cur_poc) < in hantro_h264_get_ref_buf()
382 abs(dpb[dpb_idx].bottom_field_order_cnt - cur_poc) ? in hantro_h264_get_ref_buf()
472 h264_ctx->cur_poc = reflist_builder.cur_pic_order_count; in hantro_h264_dec_prepare_run()
H A Dhantro_g2_hevc_dec.c377 static const struct hantro_reg cur_poc[] = { in set_ref() local
414 for (i = 0; i < decode_params->num_active_dpb_entries && i < ARRAY_SIZE(cur_poc); i++) { in set_ref()
417 hantro_reg_write(vpu, &cur_poc[i], poc_diff); in set_ref()
420 if (i < ARRAY_SIZE(cur_poc)) { in set_ref()
425 hantro_reg_write(vpu, &cur_poc[i], 0); in set_ref()
430 for (; i < ARRAY_SIZE(cur_poc); i++) in set_ref()
431 hantro_reg_write(vpu, &cur_poc[i], decode_params->pic_order_cnt_val); in set_ref()
H A Dhantro_hw.h114 s32 cur_poc; member