Searched refs:disable_trellis_quant (Results 1 – 4 of 4) sorted by relevance
649 if (cpi->oxcf.disable_trellis_quant == 3) { in av1_set_speed_features_framesize_independent()653 } else if (cpi->oxcf.disable_trellis_quant == 2) { in av1_set_speed_features_framesize_independent()657 } else if (cpi->oxcf.disable_trellis_quant == 0) { in av1_set_speed_features_framesize_independent()662 } else if (cpi->oxcf.disable_trellis_quant == 1) { in av1_set_speed_features_framesize_independent()
243 int disable_trellis_quant; member
57 unsigned int disable_trellis_quant; member467 RANGE_CHECK_HI(extra_cfg, disable_trellis_quant, 3); in validate_config()623 oxcf->disable_trellis_quant = extra_cfg->disable_trellis_quant; in set_encoder_config()1074 extra_cfg.disable_trellis_quant = CAST(AV1E_SET_DISABLE_TRELLIS_QUANT, args); in ctrl_set_disable_trellis_quant()
550 static const arg_def_t disable_trellis_quant = variable824 &disable_trellis_quant,