Searched refs:vp9_int_pro_row_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_avg_test.cc | 270 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/ |
D | vp9_rtcd.h | 104 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/ |
D | vp9_rtcd.h | 105 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/ |
D | vp9_avg_intrin_sse2.c | 313 void vp9_int_pro_row_sse2(int16_t *hbuf, uint8_t const*ref, in vp9_int_pro_row_sse2() function
|