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

  /external/libvpx/vp8/encoder/arm/
dct_arm.c 16 void vp8_fast_fdct8x4_armv6(short *input, short *output, int pitch) function
dct_arm.h 18 extern prototype_fdct(vp8_fast_fdct8x4_armv6);
28 #define vp8_fdct_fast8x4 vp8_fast_fdct8x4_armv6
arm_csystemdependent.c 64 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_armv6;

Completed in 64 milliseconds