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

  /external/libvpx/vp8/encoder/
dct.h 45 #define vp8_fdct_walsh_short4x4 vp8_short_walsh4x4_c
dct.c 64 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) function
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 64 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
136 short_walsh4x4 = vp8_short_walsh4x4_c;
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 83 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 265 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;

Completed in 1107 milliseconds