Searched refs:PreMDCT (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DPrePostMDCT_v5.s25 .global PreMDCT
27 PreMDCT: label
76 @ENDP @ |PreMDCT|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DPrePostMDCT_v7.s25 .global PreMDCT
28 PreMDCT: label
83 @ENDP @ |PreMDCT|
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c275 * function name: PreMDCT
279 static void PreMDCT(int *buf0, int num, const int *csptr) function
346 void PreMDCT(int *buf0, int num, const int *csptr);
359 PreMDCT(buf, 1024, cossintab + 128);
377 PreMDCT(buf, 128, cossintab);

Completed in 57 milliseconds