Searched refs:vpx_avg_8x8_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 663 ::testing::Values(make_tuple(16, 16, 0, 8, &vpx_avg_8x8_neon), 664 make_tuple(16, 16, 5, 8, &vpx_avg_8x8_neon), 665 make_tuple(32, 32, 15, 8, &vpx_avg_8x8_neon),
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 29 uint32_t vpx_avg_8x8_neon(const uint8_t *a, int a_stride) { in vpx_avg_8x8_neon() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 29 unsigned int vpx_avg_8x8_neon(const uint8_t *, int p); 30 #define vpx_avg_8x8 vpx_avg_8x8_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 29 unsigned int vpx_avg_8x8_neon(const uint8_t *, int p); 30 #define vpx_avg_8x8 vpx_avg_8x8_neon
|