Searched refs:vpx_int_pro_row_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 610 ::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/ |
D | avg.c | 343 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/ |
D | vpx_dsp_rtcd.h | 1128 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/ |
D | vpx_dsp_rtcd.h | 1265 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1265 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1444 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/ |
D | vpx_dsp_rtcd.h | 1451 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
|