Searched refs:vp9_minmax_8x8_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 108 void vp9_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 109 #define vp9_minmax_8x8 vp9_minmax_8x8_sse2
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 109 void vp9_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 110 #define vp9_minmax_8x8 vp9_minmax_8x8_sse2
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_avg_intrin_sse2.c | 16 void vp9_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, in vp9_minmax_8x8_sse2() function
|