Searched refs:nshift (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/src/common_audio/signal_processing/ |
D | spl_sqrt.c | 135 WebRtc_Word16 x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local 157 nshift = WEBRTC_SPL_RSHIFT_W16(sh, 1); // nshift = sh>>1 in WebRtcSpl_Sqrt() 158 nshift = -nshift; // Negate the power for later de-normalization in WebRtcSpl_Sqrt() 164 if ((-2 * nshift) == sh) in WebRtcSpl_Sqrt() 181 A = (WebRtc_Word32)WEBRTC_SPL_SHIFT_W32(A, nshift); // De-normalize the result in WebRtcSpl_Sqrt()
|
/external/speex/libspeex/ |
D | lpc_bfin.h | 52 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/flac/libFLAC/ |
D | lpc.c | 235 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/ |
D | host_x86_isel.c | 1021 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()
|
D | host_amd64_isel.c | 1064 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()
|
D | host_arm_isel.c | 2795 Int nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() local 2796 if (nshift >= 1 && nshift <= 63) { in iselNeon64Expr_wrk() 2797 addInstr(env, ARMInstr_NShl64(res, argL, nshift)); in iselNeon64Expr_wrk()
|