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

  /external/libvpx/libvpx/vp8/encoder/
dct.c 58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) function
  /external/libvpx/generic/
vpx_rtcd.h 227 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
228 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
  /external/libvpx/mips/
vpx_rtcd.h 227 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
228 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 245 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
246 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 111 ;void vp8_short_fdct8x4_c(short *input, short *output, int pitch)
  /external/libvpx/armv7a/
vpx_rtcd.h 264 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 307 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
    [all...]

Completed in 510 milliseconds