Searched refs:Get_isp_pol (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | isp_az.cpp | 107 void Get_isp_pol(int16 * isp, int32 * f, int16 n); 167 Get_isp_pol(&isp[0], f1, nc); in Isp_Az() 168 Get_isp_pol(&isp[1], f2, nc - 1); in Isp_Az() 334 void Get_isp_pol(int16 * isp, int32 * f, int16 n) in Get_isp_pol() function
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | isp_az.c | 34 static void Get_isp_pol(Word16 * isp, Word32 * f, Word16 n); 62 Get_isp_pol(&isp[0], f1, nc); in Isp_Az() 72 Get_isp_pol(&isp[1], f2, (nc - 1)); in Isp_Az() 186 static void Get_isp_pol(Word16 * isp, Word32 * f, Word16 n) in Get_isp_pol() function
|