Searched refs:comp_var_ref (Results 1 – 2 of 2) sorted by relevance
596 u32 comp_fixed_ref, comp_var_ref[2]; in config_compound_reference() local603 comp_var_ref[0] = 0; in config_compound_reference()604 comp_var_ref[1] = 0; in config_compound_reference()618 comp_var_ref[0] = LAST_FRAME; in config_compound_reference()619 comp_var_ref[1] = GOLDEN_FRAME; in config_compound_reference()623 comp_var_ref[0] = LAST_FRAME; in config_compound_reference()624 comp_var_ref[1] = ALTREF_FRAME; in config_compound_reference()627 comp_var_ref[0] = GOLDEN_FRAME; in config_compound_reference()628 comp_var_ref[1] = ALTREF_FRAME; in config_compound_reference()633 hantro_reg_write(ctx->dev, &vp9_comp_pred_var_ref0, comp_var_ref[0]); in config_compound_reference()[all …]
243 u8 comp_var_ref[2]; member