Home
last modified time | relevance | path

Searched refs:nshift (Results 1 – 9 of 9) 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/speex/libspeex/
Dlpc_bfin.h52 int nshift; in _spx_autocorr() local
72 nshift = -shift; in _spx_autocorr()
109 : : "m" (xs), "m" (x), "m" (ac32top), "m" (N_lag), "m" (lag_1), "m" (nshift) in _spx_autocorr()
/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.c235 const int nshift = -(*shift); in FLAC__lpc_quantize_coefficients() local
242 error += lp_coeff[i] / (1 << nshift); in FLAC__lpc_quantize_coefficients()
/external/valgrind/VEX/priv/
Dhost_x86_isel.c1021 Int nshift; in iselIntExpr_R_wrk() local
1023 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1024 vassert(nshift >= 0); in iselIntExpr_R_wrk()
1025 if (nshift > 0) in iselIntExpr_R_wrk()
1027 addInstr(env, X86Instr_Sh32( shOp, nshift, dst )); in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1064 Int nshift; in iselIntExpr_R_wrk() local
1066 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1067 vassert(nshift >= 0); in iselIntExpr_R_wrk()
1068 if (nshift > 0) in iselIntExpr_R_wrk()
1070 addInstr(env, AMD64Instr_Sh64(shOp, nshift, dst)); in iselIntExpr_R_wrk()
Dhost_arm_isel.c2940 Int nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() local
2941 if (nshift >= 1 && nshift <= 63) { in iselNeon64Expr_wrk()
2942 addInstr(env, ARMInstr_NShl64(res, argL, nshift)); in iselNeon64Expr_wrk()