Searched refs:config_ref (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/staging/media/hantro/ |
D | hantro_g2_vp9_dec.c | 175 static void config_ref(struct hantro_ctx *ctx, in config_ref() function 236 config_ref(ctx, dst, &ref_regs[0], dec_params, dec_params->last_frame_ts); in config_ref_registers() 237 config_ref(ctx, dst, &ref_regs[1], dec_params, dec_params->golden_frame_ts); in config_ref_registers() 238 config_ref(ctx, dst, &ref_regs[2], dec_params, dec_params->alt_frame_ts); in config_ref_registers()
|