Searched refs:LTPG_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance
85 #define LTPG_MEM_SIZE 5 /* number of stored past LTP coding gains + 1 */ macro109 Word16 ltpg_mem[LTPG_MEM_SIZE]; /* LTP coding gain history, Q13 */
259 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()