Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c521 struct rkvdec_decoded_buffer *ref_bufs[3]; in config_registers() local
533 ref_bufs[0] = get_ref_buf(ctx, &dst->base.vb, dec_params->last_frame_ts); in config_registers()
534 ref_bufs[1] = get_ref_buf(ctx, &dst->base.vb, dec_params->golden_frame_ts); in config_registers()
535 ref_bufs[2] = get_ref_buf(ctx, &dst->base.vb, dec_params->alt_frame_ts); in config_registers()
590 for (i = 0; i < ARRAY_SIZE(ref_bufs); i++) in config_registers()
591 config_ref_registers(ctx, run, ref_bufs[i], &ref_regs[i]); in config_registers()
650 for (i = 0; !intra_only && i < ARRAY_SIZE(ref_bufs); i++) { in config_registers()
651 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers()
652 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c45 return hevc_dec->ref_bufs[i].dma; in hantro_hevc_get_ref_buf()
62 hevc_dec->ref_bufs[i].dma = addr; in hantro_hevc_add_ref_buf()
H A Dhantro_hw.h151 struct hantro_aux_buf ref_bufs[NUM_REF_PICTURES]; member