OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_sixtap_predict16x16_sse2
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c
94
void
vp8_sixtap_predict16x16_sse2
(unsigned char *src_ptr,
function
/external/libvpx/libvpx/test/
predict_test.cc
323
::testing::Values(make_tuple(16, 16, &
vp8_sixtap_predict16x16_sse2
),
/external/libvpx/config/x86/
vp8_rtcd.h
202
void
vp8_sixtap_predict16x16_sse2
(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
202
void
vp8_sixtap_predict16x16_sse2
(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
Completed in 42 milliseconds