OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortval
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
pcm16b.c
96
int16_t
shortval
;
local
98
shortval
=((unsigned short) speech8b[pos*2]);
99
shortval
=(
shortval
<<8)&HIGHEND;
100
shortval
=
shortval
|(((unsigned short) speech8b[pos*2+1])&LOWEND);
101
speech16b[pos]=
shortval
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
Completed in 34 milliseconds