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

  /external/libvpx/libvpx/test/
predict_test.cc 356 TestWithRandomData(vp8_bilinear_predict16x16_c);
359 TestWithUnalignedDst(vp8_bilinear_predict16x16_c);
372 ::testing::Values(make_tuple(16, 16, &vp8_bilinear_predict16x16_c),
  /external/libvpx/config/generic/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
31 #define vp8_bilinear_predict16x16 vp8_bilinear_predict16x16_c
  /external/libvpx/libvpx/vp8/common/
filter.c 367 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, function
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  /external/libvpx/config/arm64/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  /external/libvpx/config/x86/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  /external/libvpx/config/x86_64/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);

Completed in 1572 milliseconds