HomeSort by relevance Sort by last modified time
    Searched defs:vp8_short_fdct8x4 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); variable
133 vp8_short_fdct8x4 = vp8_short_fdct8x4_ppc;
  /external/libvpx/vp8/encoder/x86/
csystemdependent.c 57 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); variable
189 vp8_short_fdct8x4 = vp8_short_fdct8x4_mmx;
194 vp8_short_fdct8x4 = vp8_short_fdct8x4_c;
236 vp8_short_fdct8x4 = vp8_short_fdct8x4_mmx;
241 vp8_short_fdct8x4 = vp8_short_fdct8x4_c;
279 vp8_short_fdct8x4 = vp8_short_fdct8x4_c;
  /external/libvpx/vp8/encoder/
block.h 115 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); member in struct:__anon5282

Completed in 15 milliseconds