CV_DESCALE         57 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         #define CV_DESCALE(x, n) (((x) + (1 << ((n)-1))) >> (n))
CV_DESCALE       1974 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     #undef CV_DESCALE
CV_DESCALE         97 modules/imgproc/src/color.cpp #define  CV_DESCALE(x,n)     (((x) + (1 << ((n)-1))) >> (n))
CV_DESCALE         48 modules/imgproc/src/demosaicing.cpp #define  CV_DESCALE(x,n)     (((x) + (1 << ((n)-1))) >> (n))
CV_DESCALE         48 modules/video/src/lkpyramid.cpp #define  CV_DESCALE(x,n)     (((x) + (1 << ((n)-1))) >> (n))