HomeSort by relevance Sort by last modified time
    Searched full:lanczos3 (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/data/nist/
Lanczos3.dat 2 Dataset Name: Lanczos3 (Lanczos3.dat)
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 488 // Check that all Good/Better/Best, Box, Lanczos2 and Lanczos3 generate purple
510 { skia::ImageOperations::RESIZE_LANCZOS3, "LANCZOS3", 0.0f },
565 // Check that Lanczos2 and Lanczos3 thumbnails produce similar results
623 << ", lanczos3 hex: " << color_lanczos3
659 static double lanczos3(double offset) { function
699 lanczos3(src_x + 0.5 - dst_x_in_src) *
700 lanczos3(src_y + 0.5 - dst_y_in_src);
image_operations_bench.cc 45 ADD_METHOD(LANCZOS3),
image_operations.cc 123 // each direction as the size of the window = 3 for Lanczos3.
  /external/pixman/demos/
scale.c 117 { "Lanczos3", PIXMAN_KERNEL_LANCZOS3 },
118 { "Lanczos3 Stretched", PIXMAN_KERNEL_LANCZOS3_STRETCHED },
  /external/ceres-solver/examples/
nist.cc 534 easy_success += RegressionDriver<Lanczos, 1, 6>("Lanczos3.dat", options);

Completed in 93 milliseconds