Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Davg_test.cc610 ::testing::Values(make_tuple(16, &vpx_int_pro_row_sse2, &vpx_int_pro_row_c),
611 make_tuple(32, &vpx_int_pro_row_sse2, &vpx_int_pro_row_c),
613 &vpx_int_pro_row_c)));
672 ::testing::Values(make_tuple(16, &vpx_int_pro_row_neon, &vpx_int_pro_row_c),
673 make_tuple(32, &vpx_int_pro_row_neon, &vpx_int_pro_row_c),
675 &vpx_int_pro_row_c)));
714 ::testing::Values(make_tuple(16, &vpx_int_pro_row_msa, &vpx_int_pro_row_c),
715 make_tuple(32, &vpx_int_pro_row_msa, &vpx_int_pro_row_c),
717 &vpx_int_pro_row_c)));
/external/libvpx/libvpx/vpx_dsp/
Davg.c343 void vpx_int_pro_row_c(int16_t hbuf[16], const uint8_t *ref, in vpx_int_pro_row_c() function
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h1128 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
1129 #define vpx_int_pro_row vpx_int_pro_row_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h1265 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h1265 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1444 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1451 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);