Lines Matching defs:set
149 vbr_presets_t const *set = &p;
169 (void) lame_set_VBR_q(gfp, set->vbr_q);
170 SET_OPTION(quant_comp, set->quant_comp, -1);
171 SET_OPTION(quant_comp_short, set->quant_comp_s, -1);
172 if (set->expY) {
173 (void) lame_set_experimentalY(gfp, set->expY);
175 SET_OPTION(short_threshold_lrm, set->st_lrm, -1);
176 SET_OPTION(short_threshold_s, set->st_s, -1);
177 SET_OPTION(maskingadjust, set->masking_adj, 0);
178 SET_OPTION(maskingadjust_short, set->masking_adj_short, 0);
182 SET_OPTION(ATHlower, set->ath_lower, 0);
183 SET_OPTION(ATHcurve, set->ath_curve, -1);
184 SET_OPTION(athaa_sensitivity, set->ath_sensitivity, 0);
185 if (set->interch > 0) {
186 SET_OPTION(interChRatio, set->interch, -1);
189 /* parameters for which there is no proper set/get interface */
190 if (set->safejoint > 0) {
193 if (set->sfb21mod > 0) {
197 int const sf21mod = (set->sfb21mod << 20) | nsp;
201 SET__OPTION(msfix, set->msfix, -1);
207 gfp->internal_flags->cfg.minval = set->minval;
211 gfp->internal_flags->cfg.ATHfixpoint = set->ath_fixpoint - y;
276 /* parameters for which there is no proper set/get interface */