Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Davg_test.cc482 ::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/
Davg_neon.c69 int vpx_satd_neon(const tran_low_t *coeff, int length) { in vpx_satd_neon() function
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h600 int vpx_satd_neon(const int16_t *coeff, int length);
601 #define vpx_satd vpx_satd_neon
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h600 int vpx_satd_neon(const int16_t *coeff, int length);
601 #define vpx_satd vpx_satd_neon