Searched refs:vpx_int_pro_row_sse2 (Results 1 – 4 of 4) 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), 612 make_tuple(64, &vpx_int_pro_row_sse2,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_intrin_sse2.c | 467 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, in vpx_int_pro_row_sse2() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1445 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height… 1446 #define vpx_int_pro_row vpx_int_pro_row_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1452 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height… 1453 #define vpx_int_pro_row vpx_int_pro_row_sse2
|