Searched refs:cur_poc (Results 1 – 2 of 2) sorted by relevance
393 static const struct hantro_reg cur_poc[] = { in set_ref() local430 for (i = 0; i < decode_params->num_active_dpb_entries && i < ARRAY_SIZE(cur_poc); i++) { in set_ref()433 hantro_reg_write(vpu, &cur_poc[i], poc_diff); in set_ref()436 if (i < ARRAY_SIZE(cur_poc)) { in set_ref()441 hantro_reg_write(vpu, &cur_poc[i], 0); in set_ref()446 for (; i < ARRAY_SIZE(cur_poc); i++) in set_ref()447 hantro_reg_write(vpu, &cur_poc[i], decode_params->pic_order_cnt_val); in set_ref()
473 regs->h26x.cur_poc = sl_params->slice_pic_order_cnt; in config_registers()