Searched refs:vpx_int_pro_col_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 470 ::testing::Values(make_tuple(16, &vpx_int_pro_col_sse2, &vpx_int_pro_col_c), 471 make_tuple(32, &vpx_int_pro_col_sse2, &vpx_int_pro_col_c), 472 make_tuple(64, &vpx_int_pro_col_sse2,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_intrin_sse2.c | 363 int16_t vpx_int_pro_col_sse2(uint8_t const *ref, const int width) { in vpx_int_pro_col_sse2() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1417 int16_t vpx_int_pro_col_sse2(const uint8_t *ref, const int width); 1418 #define vpx_int_pro_col vpx_int_pro_col_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1424 int16_t vpx_int_pro_col_sse2(const uint8_t *ref, const int width); 1425 #define vpx_int_pro_col vpx_int_pro_col_sse2
|