INTER_LANCZOS4     10 modules/imgproc/perf/perf_remap.cpp CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_LANCZOS4)
INTER_LANCZOS4    205 modules/imgproc/src/imgwarp.cpp     else if( method == INTER_LANCZOS4 )
INTER_LANCZOS4    225 modules/imgproc/src/imgwarp.cpp     else if( method == INTER_LANCZOS4 )
INTER_LANCZOS4    298 modules/imgproc/src/imgwarp.cpp             initInterTab2D( INTER_LANCZOS4, false ) &&
INTER_LANCZOS4    299 modules/imgproc/src/imgwarp.cpp             initInterTab2D( INTER_LANCZOS4, true );
INTER_LANCZOS4   3358 modules/imgproc/src/imgwarp.cpp     else if( interpolation == INTER_LANCZOS4 )
INTER_LANCZOS4   3395 modules/imgproc/src/imgwarp.cpp             if( sx < 0 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4))
INTER_LANCZOS4   3402 modules/imgproc/src/imgwarp.cpp             if( sx >= ssize.width-1 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4))
INTER_LANCZOS4   3411 modules/imgproc/src/imgwarp.cpp         else if( interpolation == INTER_LANCZOS4 )
INTER_LANCZOS4   3452 modules/imgproc/src/imgwarp.cpp         else if( interpolation == INTER_LANCZOS4 )
INTER_LANCZOS4   4736 modules/imgproc/src/imgwarp.cpp         else if( interpolation == INTER_LANCZOS4 )
INTER_LANCZOS4    126 modules/imgproc/test/test_imgwarp_strict.cpp     else if (inter == INTER_LANCZOS4)
INTER_LANCZOS4    128 modules/imgproc/test/test_imgwarp_strict.cpp     else if (inter == INTER_LANCZOS4 + 1)
INTER_LANCZOS4    248 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation == INTER_LANCZOS4)
INTER_LANCZOS4    282 modules/imgproc/test/test_imgwarp_strict.cpp                 PRINT_TO_LOG("Interpolation: %s\n", interpolation_to_string(area_fast ? INTER_LANCZOS4 + 1 : interpolation).c_str());
INTER_LANCZOS4    531 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_LANCZOS4)
INTER_LANCZOS4    533 modules/imgproc/test/test_imgwarp_strict.cpp         interpolate_method inter_func = inter_array[interpolation - (interpolation == INTER_LANCZOS4 ? 2 : 1)];
INTER_LANCZOS4    539 modules/imgproc/test/test_imgwarp_strict.cpp         else if (interpolation == INTER_LANCZOS4)
INTER_LANCZOS4    881 modules/imgproc/test/test_imgwarp_strict.cpp     else if (interpolation == INTER_LANCZOS4)
INTER_LANCZOS4    893 modules/imgproc/test/test_imgwarp_strict.cpp     interpolate_method inter_func = inter_array[interpolation - (interpolation == INTER_LANCZOS4 ? 2 : 1)];