Searched refs:vpx_minmax_8x8_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | minmax_test.cc | 127 ::testing::Values(&vpx_minmax_8x8_neon));
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 203 void vpx_minmax_8x8_neon(const uint8_t *a, int a_stride, const uint8_t *b, in vpx_minmax_8x8_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 402 void vpx_minmax_8x8_neon(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 403 #define vpx_minmax_8x8 vpx_minmax_8x8_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 402 void vpx_minmax_8x8_neon(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 403 #define vpx_minmax_8x8 vpx_minmax_8x8_neon
|