Searched refs:comp_var_ref (Results 1 – 2 of 2) sorted by relevance
604 u32 comp_fixed_ref, comp_var_ref[2]; in config_compound_reference() local611 comp_var_ref[0] = 0; in config_compound_reference()612 comp_var_ref[1] = 0; in config_compound_reference()626 comp_var_ref[0] = LAST_FRAME; in config_compound_reference()627 comp_var_ref[1] = GOLDEN_FRAME; in config_compound_reference()631 comp_var_ref[0] = LAST_FRAME; in config_compound_reference()632 comp_var_ref[1] = ALTREF_FRAME; in config_compound_reference()635 comp_var_ref[0] = GOLDEN_FRAME; in config_compound_reference()636 comp_var_ref[1] = ALTREF_FRAME; in config_compound_reference()641 hantro_reg_write(ctx->dev, &vp9_comp_pred_var_ref0, comp_var_ref[0]); in config_compound_reference()[all …]
244 u8 comp_var_ref[2]; member