Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp4135 int requiredRight = (int)BLOCK_SIZE; // not this: ksize.width - 1 - anchor.x; in ocl_filter2D() local
4138 …tra_extrapolation = h < requiredTop || h < requiredBottom || w < requiredLeft || w < requiredRight; in ocl_filter2D()