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

  /external/libvpx/vp8/encoder/
dct.h 35 // There is no fast4x4 (for now)
54 vp8_fdct_fn_t fast4x4; member in struct:__anon7459
onyx_if.c     [all...]
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 63 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_armv6;
113 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_neon;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 231 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_mmx;
284 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_sse2;
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 79 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;

Completed in 39 milliseconds