Lines Matching refs:INTER_NEAREST
2897 (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR ||
3017 else if (interpolation == INTER_NEAREST)
3020 format("-D INTER_NEAREST -D T=%s -D T1=%s -D cn=%d",
3282 if( interpolation == INTER_NEAREST )
4494 if (borderType == BORDER_TRANSPARENT || !(interpolation == INTER_LINEAR || interpolation == INTER_NEAREST)
4526 static const char * const interMap[] = { "INTER_NEAREST", "INTER_LINEAR", "INTER_CUBIC", "INTER_LINEAR", "INTER_LANCZOS" };
4533 if (interpolation != INTER_NEAREST)
4681 if ((interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_NEAREST) &&
4686 interpolation == INTER_NEAREST ? IPPI_INTER_NN :
4725 if( interpolation == INTER_NEAREST )
5235 int round_delta = interpolation == INTER_NEAREST ? AB_SCALE/2 : AB_SCALE/INTER_TAB_SIZE/2, x, y, x1, y1;
5263 if( interpolation == INTER_NEAREST )
5383 if( interpolation == INTER_NEAREST )
5477 (interpolation == cv::INTER_NEAREST || interpolation == cv::INTER_LINEAR || interpolation == cv::INTER_CUBIC)) ||
5488 int wdepth = interpolation == INTER_NEAREST ? depth : std::max(is32f ? CV_32F : CV_32S, depth);
5493 if (interpolation == INTER_NEAREST)
5495 opts = format("-D INTER_NEAREST -D T=%s%s -D T1=%s -D ST=%s -D cn=%d -D rowsPerWI=%d",
5615 ( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) &&
5649 interpolation == INTER_NEAREST ? IPPI_INTER_NN :
5741 if( interpolation == INTER_NEAREST )
6013 if( interpolation == INTER_NEAREST )
6125 (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC))
6153 interpolation == INTER_NEAREST ? IPPI_INTER_NN :