Lines Matching defs:scale
115 /* scale the input by this amount before encoding (not used for decoding) */
117 lame_set_scale(lame_global_flags * gfp, float scale)
121 gfp->scale = scale;
131 return gfp->scale;
137 /* scale the channel 0 (left) input by this amount before
140 lame_set_scale_left(lame_global_flags * gfp, float scale)
144 gfp->scale_left = scale;
160 /* scale the channel 1 (right) input by this amount before
163 lame_set_scale_right(lame_global_flags * gfp, float scale)
167 gfp->scale_right = scale;
1757 /* scalefactors scale */