Searched refs:Levinson (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/module/codecs/amrnb/enc/src/ |
D | lpc.cpp | 508 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1], rc, pOverflow); in lpc() 515 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc, pOverflow); in lpc() 524 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc, pOverflow); in lpc()
|
D | levinson.h | 124 Word16 Levinson(
|
D | levinson.cpp | 632 Word16 Levinson( in Levinson() function
|
/frameworks/av/media/module/codecs/amrwb/enc/inc/ |
D | typedefs.h | 199 #define Levinson voAWB_Levinson macro
|
D | acelp.h | 51 void Levinson(
|
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | levinson.c | 107 void Levinson( in Levinson() function
|
D | voAMRWBEnc.c | 405 Levinson(r_h, r_l, A, rc, st->mem_levinson); /* Levinson Durbin */ in coder()
|