OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nshift
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt.c
135
int16_t 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 = (int32_t)WEBRTC_SPL_SHIFT_W32(A,
nshift
); // De-normalize the result
/external/flac/libFLAC/
lpc.c
230
const int
nshift
= -(*shift);
local
237
error += lp_coeff[i] / (1 <<
nshift
);
[
all
...]
Completed in 40 milliseconds