Home
last modified time | relevance | path

Searched refs:LTPG_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/module/codecs/amrnb/enc/src/
Dg_adapt.h85 #define LTPG_MEM_SIZE 5 /* number of stored past LTP coding gains + 1 */ macro
109 Word16 ltpg_mem[LTPG_MEM_SIZE]; /* LTP coding gain history, Q13 */
Dg_adapt.cpp259 for (i = 0; i < LTPG_MEM_SIZE; i++) in gain_adapt_reset()
515 for (i = LTPG_MEM_SIZE - 1; i > 0; i--) in gain_adapt()