Searched refs:vpx_satd_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 482 ::testing::Values(make_tuple(16, &vpx_satd_neon), 483 make_tuple(64, &vpx_satd_neon), 484 make_tuple(256, &vpx_satd_neon), 485 make_tuple(1024, &vpx_satd_neon)));
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 69 int vpx_satd_neon(const tran_low_t *coeff, int length) { in vpx_satd_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 600 int vpx_satd_neon(const int16_t *coeff, int length); 601 #define vpx_satd vpx_satd_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 600 int vpx_satd_neon(const int16_t *coeff, int length); 601 #define vpx_satd vpx_satd_neon
|