HomeSort by relevance Sort by last modified time
    Searched refs:PreMDCT (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
25 .global PreMDCT
27 PreMDCT:
76 @ENDP @ |PreMDCT|
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 20 @ Content: premdct and postmdct function armv7 assemble
25 .global PreMDCT
28 PreMDCT:
83 @ENDP @ |PreMDCT|
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 275 * function name: PreMDCT
279 static void PreMDCT(int *buf0, int num, const int *csptr)
346 void PreMDCT(int *buf0, int num, const int *csptr);
359 PreMDCT(buf, 1024, cossintab + 128);
377 PreMDCT(buf, 128, cossintab);

Completed in 216 milliseconds