Home
last modified time | relevance | path

Searched refs:vpx_satd_c (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
Davg_test.cc579 ::testing::Values(make_tuple(16, &vpx_satd_c),
580 make_tuple(64, &vpx_satd_c),
581 make_tuple(256, &vpx_satd_c),
582 make_tuple(1024, &vpx_satd_c)));
586 ::testing::Values(make_tuple(16, &vpx_satd_c),
587 make_tuple(64, &vpx_satd_c),
588 make_tuple(256, &vpx_satd_c),
589 make_tuple(1024, &vpx_satd_c)));
/external/libvpx/libvpx/vpx_dsp/
Davg.c332 int vpx_satd_c(const tran_low_t *coeff, int length) { in vpx_satd_c() function
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h1344 int vpx_satd_c(const tran_low_t *coeff, int length);
1345 #define vpx_satd vpx_satd_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h1537 int vpx_satd_c(const tran_low_t *coeff, int length);
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h1537 int vpx_satd_c(const tran_low_t *coeff, int length);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1744 int vpx_satd_c(const tran_low_t *coeff, int length);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1751 int vpx_satd_c(const tran_low_t *coeff, int length);