Searched refs:vpx_int_pro_col_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 617 ::testing::Values(make_tuple(16, &vpx_int_pro_col_sse2, &vpx_int_pro_col_c), 618 make_tuple(32, &vpx_int_pro_col_sse2, &vpx_int_pro_col_c), 620 &vpx_int_pro_col_c))); 679 ::testing::Values(make_tuple(16, &vpx_int_pro_col_neon, &vpx_int_pro_col_c), 680 make_tuple(32, &vpx_int_pro_col_neon, &vpx_int_pro_col_c), 682 &vpx_int_pro_col_c))); 721 ::testing::Values(make_tuple(16, &vpx_int_pro_col_msa, &vpx_int_pro_col_c), 722 make_tuple(32, &vpx_int_pro_col_msa, &vpx_int_pro_col_c), 724 &vpx_int_pro_col_c)));
|
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 359 int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width) { in vpx_int_pro_col_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1125 int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width); 1126 #define vpx_int_pro_col vpx_int_pro_col_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1261 int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1261 int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1440 int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1447 int16_t vpx_int_pro_col_c(const uint8_t *ref, const int width);
|