Lines Matching defs:high
855 int low, high, down;
860 low = high = c->worst_quantization_noise;
867 low = high;
868 high += snr_fudge;
869 used_abits = init_quantization_noise(c, high, forbid_zero);
873 high = low;
875 goto out; /* The requested bitrate is too high, pad with zeros */
881 /* Now do a binary search between low and high to see what fits */
883 init_quantization_noise(c, high - down, forbid_zero);
885 high -= down;
887 init_quantization_noise(c, high, forbid_zero);
889 c->worst_quantization_noise = high;
890 if (high > c->worst_noise_ever)
891 c->worst_noise_ever = high;
1164 /* VQ encoded high frequency subbands: not transmitted */