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

  /external/libvpx/vp8/encoder/
dct.h 53 vp8_fdct_fn_t short8x4; member in struct:__anon5120
onyx_if.c     [all...]
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 59 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
109 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_neon;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 254 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_mmx;
259 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
312 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_sse2;
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 80 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;

Completed in 88 milliseconds