OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t16b
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c
33
2) Using LATTICE_MUL_32_32_RSFT16(t16a,
t16b
, tmp32b);
66
int16_t
t16b
= (int16_t)input2;
local
67
if (
t16b
< 0) t16a++;
78
*ptr2 = LATTICE_MUL_32_32_RSFT16(t16a,
t16b
, tmp32b);
117
WebRtc_Word16
t16b
;
local
165
t16b
= (WebRtc_Word16) (tmp32-WEBRTC_SPL_LSHIFT_W32(((WebRtc_Word32)t16a), 16));
166
if (
t16b
<0) t16a++;
167
tmp32 = LATTICE_MUL_32_32_RSFT16(t16a,
t16b
, tmp32b);
/external/chromium_org/third_party/sqlite/src/test/
trigger1.test
651
CREATE INDEX
t16b
ON t16(b);
Completed in 140 milliseconds