Lines Matching defs:bands
676 If no distorted bands, only use this quantization
696 * Amplify the scalefactor bands that violate the masking threshold.
706 * 0 Amplify all bands with distort[]>1.
708 * 1 Amplify all bands with distort[] >= max_dist^(.5);
714 * For algorithms 0 and 1, if max_dist < 1, then amplify all bands
756 /* amplify bands within 50% of max (on db scale) */
765 /* ISO algorithm. amplify all bands with distort>1 */
932 * amplifies scalefactor bands,
934 * - if some bands are amplified too much:
957 return 0; /* all bands amplified */
965 return 1; /* amplified some bands not exceeding limits */
1055 /* When quantization with no distorted bands is found,
1394 int frameBits[16], int min_bits[2][2], int max_bits[2][2], int bands[2][2])
1429 bands[gr][ch] = calc_xmin(gfc, &ratio[gr][ch], cod_info, l3_xmin[gr][ch]);
1430 if (bands[gr][ch])
1499 int bands[2][2];
1509 l3_xmin, frameBits, min_bits, max_bits, bands);