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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable
126 vp8_short_fdct4x4 = vp8_short_fdct4x4_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 429 prototype void vp8_short_fdct4x4 "short *input, short *output, int pitch"
430 specialize vp8_short_fdct4x4 mmx sse2 media neon
  /external/libvpx/armv7a/
vpx_rtcd.h 262 #define vp8_short_fdct4x4 vp8_short_fdct4x4_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 225 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
  /external/libvpx/mips/
vpx_rtcd.h 225 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 243 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 305 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon macro
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 931 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4;
937 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4;
    [all...]

Completed in 388 milliseconds