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

  /external/libvpx/vp8/encoder/
dct.h 31 #define vp8_fdct_short8x4 vp8_short_fdct8x4_c
41 #define vp8_fdct_fast8x4 vp8_short_fdct8x4_c
dct.c 58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) function
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 80 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
82 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 259 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
261 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;

Completed in 225 milliseconds