Lines Matching refs:quality
117 ** Encode two files, one at quality 0.3 and one at quality 0.5 and then
118 ** make sure that the quality 0.3 files is the smaller of the two.
127 double quality ;
149 quality = 0.3 ;
150 sf_command (q3_file, SFC_SET_VBR_ENCODING_QUALITY, &quality, sizeof (quality)) ;
151 quality = 0.6 ;
152 sf_command (q6_file, SFC_SET_VBR_ENCODING_QUALITY, &quality, sizeof (quality)) ;