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

  /external/libvpx/vp8/common/
subpixel.h 53 #define vp8_subpix_bilinear8x8 vp8_bilinear_predict8x8_c
filter_c.c 483 void vp8_bilinear_predict8x8_c function
  /external/libvpx/vp8/common/generic/
systemdependent.c 51 rtcd->subpix.bilinear8x8 = vp8_bilinear_predict8x8_c;
  /external/libvpx/vp8/common/ppc/
systemdependent.c 79 extern subpixel_predict_function vp8_bilinear_predict8x8_c;
  /external/libvpx/vp8/common/arm/
systemdependent.c 115 rtcd->subpix.bilinear8x8 = vp8_bilinear_predict8x8_c;

Completed in 58 milliseconds