Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c580 u32 comp_fixed_ref, comp_var_ref[2]; in config_compound_reference() local
586 comp_fixed_ref = 0; in config_compound_reference()
601 comp_fixed_ref = ALTREF_FRAME; in config_compound_reference()
606 comp_fixed_ref = GOLDEN_FRAME; in config_compound_reference()
610 comp_fixed_ref = LAST_FRAME; in config_compound_reference()
616 hantro_reg_write(ctx->dev, &vp9_comp_pred_fixed_ref, comp_fixed_ref); in config_compound_reference()
/linux-6.15/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c241 u8 comp_fixed_ref; member