HomeSort by relevance Sort by last modified time
    Searched refs:LTPG_MEM_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.h 85 #define LTPG_MEM_SIZE 5 /* number of stored past LTP coding gains + 1 */
109 Word16 ltpg_mem[LTPG_MEM_SIZE]; /* LTP coding gain history, Q13 */
g_adapt.cpp 259 for (i = 0; i < LTPG_MEM_SIZE; i++)
515 for (i = LTPG_MEM_SIZE - 1; i > 0; i--)
520 * function above. The memory depth is really LTPG_MEM_SIZE-1.

Completed in 34 milliseconds