Lines Matching defs:qstep
463 int tbits, qstep;466 qstep = its ? 1 : 32;507 if (sce->sf_idx[i] < 218 - qstep)508 sce->sf_idx[i] += qstep;511 if (sce->sf_idx[i] > 60 - qstep)512 sce->sf_idx[i] -= qstep;514 qstep >>= 1;515 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)516 qstep = 1;517 } while (qstep);