Searched refs:ref_bufs (Results 1 – 3 of 3) sorted by relevance
520 struct rkvdec_decoded_buffer *ref_bufs[3]; in config_registers() local532 ref_bufs[0] = get_ref_buf(ctx, &dst->base.vb, dec_params->last_frame_ts); in config_registers()533 ref_bufs[1] = get_ref_buf(ctx, &dst->base.vb, dec_params->golden_frame_ts); in config_registers()534 ref_bufs[2] = get_ref_buf(ctx, &dst->base.vb, dec_params->alt_frame_ts); in config_registers()589 for (i = 0; i < ARRAY_SIZE(ref_bufs); i++) in config_registers()590 config_ref_registers(ctx, run, ref_bufs[i], &ref_regs[i]); in config_registers()649 for (i = 0; !intra_only && i < ARRAY_SIZE(ref_bufs); i++) { in config_registers()650 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers()651 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers()
45 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()
146 struct hantro_aux_buf ref_bufs[NUM_REF_PICTURES]; member