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

  /external/libvpx/vp8/encoder/
dct.h 56 vp8_fdct_fn_t walsh_short4x4; member in struct:__anon7459
onyx_if.c     [all...]
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 65 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_armv6;
115 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_neon;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 234 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;
287 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_sse2 ;
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 81 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;

Completed in 53 milliseconds