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

  /external/libvpx/vp8/common/
subpixel.h 58 #define vp8_subpix_bilinear8x4 vp8_bilinear_predict8x4_c
filter_c.c 503 void vp8_bilinear_predict8x4_c function
  /external/libvpx/vp8/common/generic/
systemdependent.c 52 rtcd->subpix.bilinear8x4 = vp8_bilinear_predict8x4_c;
  /external/libvpx/vp8/common/ppc/
systemdependent.c 78 extern subpixel_predict_function vp8_bilinear_predict8x4_c;
  /external/libvpx/vp8/common/arm/
systemdependent.c 116 rtcd->subpix.bilinear8x4 = vp8_bilinear_predict8x4_c;

Completed in 22 milliseconds