Home
last modified time | relevance | path

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

/drivers/staging/media/rkvdec/
Drkvdec-vp9.c522 struct rkvdec_decoded_buffer *ref_bufs[3]; in config_registers() local
534 ref_bufs[0] = get_ref_buf(ctx, &dst->base.vb, dec_params->last_frame_ts); in config_registers()
535 ref_bufs[1] = get_ref_buf(ctx, &dst->base.vb, dec_params->golden_frame_ts); in config_registers()
536 ref_bufs[2] = get_ref_buf(ctx, &dst->base.vb, dec_params->alt_frame_ts); in config_registers()
591 for (i = 0; i < ARRAY_SIZE(ref_bufs); i++) in config_registers()
592 config_ref_registers(ctx, run, ref_bufs[i], &ref_regs[i]); in config_registers()
651 for (i = 0; !intra_only && i < ARRAY_SIZE(ref_bufs); i++) { in config_registers()
652 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers()
653 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers()
/drivers/media/platform/verisilicon/
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()
Dhantro_hw.h146 struct hantro_aux_buf ref_bufs[NUM_REF_PICTURES]; member