Home
last modified time | relevance | path

Searched refs:vp9_int_pro_row_sse2 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_avg_test.cc270 make_tuple(16, &vp9_int_pro_row_sse2, &vp9_int_pro_row_c),
271 make_tuple(32, &vp9_int_pro_row_sse2, &vp9_int_pro_row_c),
272 make_tuple(64, &vp9_int_pro_row_sse2, &vp9_int_pro_row_c)));
/external/libvpx/config/x86/
Dvp9_rtcd.h104 void vp9_int_pro_row_sse2(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height…
105 #define vp9_int_pro_row vp9_int_pro_row_sse2
/external/libvpx/config/x86_64/
Dvp9_rtcd.h105 void vp9_int_pro_row_sse2(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height…
106 #define vp9_int_pro_row vp9_int_pro_row_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_avg_intrin_sse2.c313 void vp9_int_pro_row_sse2(int16_t *hbuf, uint8_t const*ref, in vp9_int_pro_row_sse2() function