Searched refs:nshift (Results 1 – 5 of 5) sorted by relevance
134 int16_t x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local167 nshift = (sh / 2); in WebRtcSpl_Sqrt()168 RTC_DCHECK_GE(nshift, 0); in WebRtcSpl_Sqrt()174 if (2 * nshift == sh) { in WebRtcSpl_Sqrt()191 A >>= nshift; // De-normalize the result. in WebRtcSpl_Sqrt()
630 int nshift; /* used to count bit shifts */ in random_bit() local641 for (nshift = 0; (unsigned int)nshift < sizeof(long) * 8; nshift++) { in random_bit()661 nshift = 0; in random_bit()668 nshift++; in random_bit()671 return 01L << (nshift - 1); in random_bit()
159 int nshift; member
91 hLdacBT->nshift = 0; in ldacBT_param_clear()
234 const int nshift = -(*shift); in FLAC__lpc_quantize_coefficients() local241 error += lp_coeff[i] / (1 << nshift); in FLAC__lpc_quantize_coefficients()