Lines Matching refs:nbits
1016 int sftemp[SFBMAX], i, nbits;
1033 nbits = quantizeAndCountBits(that);
1035 return nbits;
1048 int nbits = LARGE_BITS;
1054 nbits = tryGlobalStepsize(that, sfwork, vbrsfmin, curr - gain);
1055 if (nbits == 0 || (nbits + cod_info->part2_length) < target) {
1068 nbits = tryGlobalStepsize(that, sfwork, vbrsfmin, curr - gain);
1144 int nbits = LARGE_BITS;
1147 nbits = quantizeAndCountBits(that);
1148 nbits += that->cod_info->part2_length;
1150 return nbits;
1160 int nbits;
1170 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);
1171 if (nbits <= target) {
1188 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);
1202 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);
1203 if (nbits <= target) {
1220 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);