OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:table_gain_lowrates
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
qua_gain_tbl.h
78
extern const Word16
table_gain_lowrates
[];
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qua_gain.cpp
106
extern const Word16
table_gain_lowrates
[];
241
table_gain =
table_gain_lowrates
;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
qua_gain_tbl.cpp
244
const Word16
table_gain_lowrates
[VQ_SIZE_LOWRATES*4] =
variable
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.cpp
257
p = &
table_gain_lowrates
[index];
Completed in 176 milliseconds