Searched refs:vpx_satd_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 685 ::testing::Values(make_tuple(16, &vpx_satd_neon), 686 make_tuple(64, &vpx_satd_neon), 687 make_tuple(256, &vpx_satd_neon), 688 make_tuple(1024, &vpx_satd_neon)));
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 53 int vpx_satd_neon(const tran_low_t *coeff, int length) { in vpx_satd_neon() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1538 int vpx_satd_neon(const tran_low_t *coeff, int length); 1539 #define vpx_satd vpx_satd_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1538 int vpx_satd_neon(const tran_low_t *coeff, int length); 1539 #define vpx_satd vpx_satd_neon
|