Home
last modified time | relevance | path

Searched refs:table_gain_lowrates (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dqua_gain_tbl.h78 extern const Word16 table_gain_lowrates[];
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dqua_gain_tbl.cpp244 const Word16 table_gain_lowrates[VQ_SIZE_LOWRATES*4] = variable
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dqua_gain.cpp106 extern const Word16 table_gain_lowrates[];
241 table_gain = table_gain_lowrates; in Qua_gain()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddec_gain.cpp257 p = &table_gain_lowrates[index]; in Dec_gain()