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

  /external/libvpx/vp8/common/mips/
mips_systemdependent.c 32 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_mips;
  /external/libvpx/vp8/common/
subpixel.h 81 vp8_subpix_fn_t sixtap4x4; member in struct:__anon9755
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 39 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_armv6;
74 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_neon;
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 60 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict4x4_mmx;
126 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict4x4_ssse3;
  /external/libvpx/vp8/common/generic/
systemdependent.c 50 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_c;
  /external/libvpx/vp8/decoder/
decodframe.c 546 xd->subpixel_predict = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap4x4);
  /external/libvpx/vp8/encoder/
encodeframe.c 692 &cpi->common.rtcd.subpix, sixtap4x4);
    [all...]

Completed in 7113 milliseconds