Home
last modified time | relevance | path

Searched refs:vpx_lpf_horizontal_4_sse2 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dlpf_test.cc464 make_tuple(&vpx_lpf_horizontal_4_sse2, &vpx_lpf_horizontal_4_c, 8),
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1464 void vpx_lpf_horizontal_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, …
1465 #define vpx_lpf_horizontal_4 vpx_lpf_horizontal_4_sse2
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1471 void vpx_lpf_horizontal_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, …
1472 #define vpx_lpf_horizontal_4 vpx_lpf_horizontal_4_sse2
/external/libvpx/libvpx/vpx_dsp/x86/
Dloopfilter_sse2.c107 void vpx_lpf_horizontal_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_4_sse2() function