Searched refs:vpx_minmax_8x8_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | minmax_test.cc | 122 ::testing::Values(&vpx_minmax_8x8_sse2));
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_intrin_sse2.c | 18 void vpx_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, in vpx_minmax_8x8_sse2() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1488 void vpx_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 1489 #define vpx_minmax_8x8 vpx_minmax_8x8_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1495 void vpx_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 1496 #define vpx_minmax_8x8 vpx_minmax_8x8_sse2
|