Searched refs:comp_var_ref (Results 1 – 2 of 2) sorted by relevance
580 u32 comp_fixed_ref, comp_var_ref[2]; in config_compound_reference() local587 comp_var_ref[0] = 0; in config_compound_reference()588 comp_var_ref[1] = 0; in config_compound_reference()602 comp_var_ref[0] = LAST_FRAME; in config_compound_reference()603 comp_var_ref[1] = GOLDEN_FRAME; in config_compound_reference()607 comp_var_ref[0] = LAST_FRAME; in config_compound_reference()608 comp_var_ref[1] = ALTREF_FRAME; in config_compound_reference()611 comp_var_ref[0] = GOLDEN_FRAME; in config_compound_reference()612 comp_var_ref[1] = ALTREF_FRAME; in config_compound_reference()617 hantro_reg_write(ctx->dev, &vp9_comp_pred_var_ref0, comp_var_ref[0]); in config_compound_reference()[all …]
242 u8 comp_var_ref[2]; member