Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dminmax_test.cc127 ::testing::Values(&vpx_minmax_8x8_neon));
/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c203 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/
Dvpx_dsp_rtcd.h402 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/
Dvpx_dsp_rtcd.h402 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