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:__anon5120
onyx_if.c     [all...]
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 60 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_c;
110 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_neon;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 255 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_mmx;
260 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;
313 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_sse2;
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 81 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;

Completed in 1562 milliseconds