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

/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DPrePostMDCT_v5.s79 .global PostMDCT
81 PostMDCT: label
130 @ENDP @ |PostMDCT|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DPrePostMDCT_v7.s87 .global PostMDCT
90 PostMDCT: label
145 @ENDP @ |PostMDCT|
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c310 * function name: PostMDCT
314 static void PostMDCT(int *buf0, int num, const int *csptr) function
347 void PostMDCT(int *buf0, int num, const int *csptr);
365 PostMDCT(buf, 1024, cossintab + 128);
383 PostMDCT(buf, 128, cossintab);

Completed in 1231 milliseconds