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

  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 78 void vp8_sixtap_predict4x4_mmx(unsigned char *src_ptr, int src_pixels_per_line, function
  /external/libvpx/libvpx/test/
predict_test.cc 318 ::testing::Values(make_tuple(4, 4, &vp8_sixtap_predict4x4_mmx)));
  /external/libvpx/config/x86/
vp8_rtcd.h 207 void vp8_sixtap_predict4x4_mmx(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 207 void vp8_sixtap_predict4x4_mmx(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);

Completed in 338 milliseconds