Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c375 static const struct hantro_reg cur_poc[] = { in set_ref() local
413 for (i = 0; i < decode_params->num_active_dpb_entries && i < ARRAY_SIZE(cur_poc); i++) { in set_ref()
416 hantro_reg_write(vpu, &cur_poc[i], poc_diff); in set_ref()
419 if (i < ARRAY_SIZE(cur_poc)) { in set_ref()
424 hantro_reg_write(vpu, &cur_poc[i], 0); in set_ref()
429 for (; i < ARRAY_SIZE(cur_poc); i++) in set_ref()
430 hantro_reg_write(vpu, &cur_poc[i], decode_params->pic_order_cnt_val); in set_ref()