Commit 9eac0f05 authored by Vitaly Tuzov's avatar Vitaly Tuzov

Completely disabled OpenVX based implementation of resize HAL API

parent 88ea9f5d
...@@ -1131,8 +1131,8 @@ inline int ovx_hal_cvtOnePlaneYUVtoBGR(const uchar * a, size_t astep, uchar * b, ...@@ -1131,8 +1131,8 @@ inline int ovx_hal_cvtOnePlaneYUVtoBGR(const uchar * a, size_t astep, uchar * b,
#undef cv_hal_merge8u #undef cv_hal_merge8u
#define cv_hal_merge8u ovx_hal_merge8u #define cv_hal_merge8u ovx_hal_merge8u
#undef cv_hal_resize //#undef cv_hal_resize
#define cv_hal_resize ovx_hal_resize //#define cv_hal_resize ovx_hal_resize
//OpenVX warps use round to zero policy at least in sample implementation //OpenVX warps use round to zero policy at least in sample implementation
//while OpenCV require round to nearest //while OpenCV require round to nearest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment