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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
PrePostMDCT_v5.s 20 @ Content: premdct and postmdct function armv5 assemble
79 .global PostMDCT
81 PostMDCT:
130 @ENDP @ |PostMDCT|
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 20 @ Content: premdct and postmdct function armv7 assemble
87 .global PostMDCT
90 PostMDCT:
145 @ENDP @ |PostMDCT|
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 310 * function name: PostMDCT
314 static void PostMDCT(int *buf0, int num, const int *csptr)
347 void PostMDCT(int *buf0, int num, const int *csptr);
365 PostMDCT(buf, 1024, cossintab + 128);
383 PostMDCT(buf, 128, cossintab);

Completed in 287 milliseconds