OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sumodd
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c
285
int
sumodd
;
local
317
sumodd
= 0;
320
sumodd
+= s->x[2*i]*qmf_coeffs[i];
326
xlow = (sumeven +
sumodd
) >> 14;
327
xhigh = (sumeven -
sumodd
) >> 14;
/external/libgdx/gdx/jni/gdx2d/
stb_image.h
[
all
...]
Completed in 66 milliseconds