area_fast         188 modules/imgproc/test/test_imgwarp_strict.cpp         bool area_fast = rng.uniform(0., 1.) > 0.5;
area_fast         189 modules/imgproc/test/test_imgwarp_strict.cpp         if (area_fast)
area_fast         273 modules/imgproc/test/test_imgwarp_strict.cpp                 bool area_fast = interpolation == INTER_AREA &&
area_fast         276 modules/imgproc/test/test_imgwarp_strict.cpp                 if (area_fast)
area_fast         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());
area_fast         348 modules/imgproc/test/test_imgwarp_strict.cpp     bool area_fast;
area_fast         426 modules/imgproc/test/test_imgwarp_strict.cpp     area_fast = interpolation == INTER_AREA &&
area_fast         429 modules/imgproc/test/test_imgwarp_strict.cpp     if (area_fast)