OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amp16
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
53
int16_t
amp16
;
local
56
amp16
= (int16_t) amp;
57
if (amp ==
amp16
)
58
return
amp16
;
g722_encode.c
53
int16_t
amp16
;
local
56
amp16
= (int16_t) amp;
57
if (amp ==
amp16
)
58
return
amp16
;
Completed in 53 milliseconds