Searched refs:vp9_int_pro_col_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_avg_test.cc | 276 make_tuple(16, &vp9_int_pro_col_sse2, &vp9_int_pro_col_c), 277 make_tuple(32, &vp9_int_pro_col_sse2, &vp9_int_pro_col_c), 278 make_tuple(64, &vp9_int_pro_col_sse2, &vp9_int_pro_col_c)));
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 100 int16_t vp9_int_pro_col_sse2(uint8_t const *ref, const int width); 101 #define vp9_int_pro_col vp9_int_pro_col_sse2
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 101 int16_t vp9_int_pro_col_sse2(uint8_t const *ref, const int width); 102 #define vp9_int_pro_col vp9_int_pro_col_sse2
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_avg_intrin_sse2.c | 362 int16_t vp9_int_pro_col_sse2(uint8_t const *ref, const int width) { in vp9_int_pro_col_sse2() function
|