Home
last modified time | relevance | path

Searched refs:nshift (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dspl_sqrt.c135 int16_t x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local
157 nshift = (sh / 2); in WebRtcSpl_Sqrt()
158 assert(nshift >= 0); in WebRtcSpl_Sqrt()
164 if (2 * nshift == sh) { in WebRtcSpl_Sqrt()
181 A >>= nshift; // De-normalize the result. in WebRtcSpl_Sqrt()
/external/ltp/lib/
Drandom_range.c630 int nshift; /* used to count bit shifts */ in random_bit() local
641 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()
/external/libldac/src/
DldacBT_internal.h159 int nshift; member
DldacBT_internal.c91 hLdacBT->nshift = 0; in ldacBT_param_clear()
/external/flac/libFLAC/
Dlpc.c234 const int nshift = -(*shift); in FLAC__lpc_quantize_coefficients() local
241 error += lp_coeff[i] / (1 << nshift); in FLAC__lpc_quantize_coefficients()