HomeSort by relevance Sort by last modified time
    Searched refs:nshift (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt.c 135 WebRtc_Word16 x_norm, nshift, t16, sh; local
157 nshift = WEBRTC_SPL_RSHIFT_W16(sh, 1); // nshift = sh>>1
158 nshift = -nshift; // Negate the power for later de-normalization
164 if ((-2 * nshift) == sh)
181 A = (WebRtc_Word32)WEBRTC_SPL_SHIFT_W32(A, nshift); // De-normalize the result
  /external/speex/libspeex/
lpc_bfin.h 52 int nshift; local
72 nshift = -shift;
109 : : "m" (xs), "m" (x), "m" (ac32top), "m" (N_lag), "m" (lag_1), "m" (nshift)
  /external/flac/libFLAC/
lpc.c 230 const int nshift = -(*shift); local
237 error += lp_coeff[i] / (1 << nshift);
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 1006 Int nshift; local
    [all...]
host_x86_isel.c 903 Int nshift; local
905 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
906 vassert(nshift >= 0);
907 if (nshift > 0)
908 /* Can't allow nshift==0 since that means %cl */
909 addInstr(env, X86Instr_Sh32( shOp, nshift, dst ));
    [all...]

Completed in 993 milliseconds