Home | History | Annotate | Download | only in src

Lines Matching refs:INTER_CUBIC

200     else if( method == INTER_CUBIC )
223 else if( method == INTER_CUBIC )
296 initInterTab2D( INTER_CUBIC, false ) &&
297 initInterTab2D( INTER_CUBIC, true ) &&
3253 (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) &&
3259 else if (interpolation == INTER_CUBIC && src.rows >= 4 && src.cols >= 4)
3356 if( interpolation == INTER_CUBIC )
3395 if( sx < 0 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4))
3402 if( sx >= ssize.width-1 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4))
3409 if( interpolation == INTER_CUBIC )
3450 if( interpolation == INTER_CUBIC )
4526 static const char * const interMap[] = { "INTER_NEAREST", "INTER_LINEAR", "INTER_CUBIC", "INTER_LINEAR", "INTER_LANCZOS" };
4681 if ((interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_NEAREST) &&
4734 else if( interpolation == INTER_CUBIC )
5477 (interpolation == cv::INTER_NEAREST || interpolation == cv::INTER_LINEAR || interpolation == cv::INTER_CUBIC)) ||
5487 bool is32f = !dev.isAMD() && (interpolation == INTER_CUBIC || interpolation == INTER_LINEAR) && op_type == OCL_OP_AFFINE;
5615 ( interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC) &&
5650 interpolation == INTER_CUBIC ? IPPI_INTER_CUBIC :
6125 (interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC))
6155 interpolation == INTER_CUBIC ? IPPI_INTER_CUBIC : 0;