Searched refs:cur_poc (Results 1 – 3 of 3) sorted by relevance
280 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() local381 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()
358 static const struct hantro_reg cur_poc[] = { in set_ref() local395 for (i = 0; i < decode_params->num_active_dpb_entries && i < ARRAY_SIZE(cur_poc); i++) { in set_ref()398 hantro_reg_write(vpu, &cur_poc[i], poc_diff); in set_ref()401 if (i < ARRAY_SIZE(cur_poc)) { in set_ref()406 hantro_reg_write(vpu, &cur_poc[i], 0); in set_ref()411 for (; i < ARRAY_SIZE(cur_poc); i++) in set_ref()412 hantro_reg_write(vpu, &cur_poc[i], decode_params->pic_order_cnt_val); in set_ref()
107 s32 cur_poc; member