HomeSort by relevance Sort by last modified time
    Searched refs:Bilinear (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc 219 TEST_FACTOR1(name, Bilinear, hfactor, vfactor, 2) \
259 TEST_SCALETO1(name, width, height, Bilinear, 3) \
scale_test.cc 284 TEST_FACTOR1(name, Bilinear, hfactor, vfactor, 3) \
324 TEST_SCALETO1(name, width, height, Bilinear, 3) \
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 186 ret.append("bilinear");
245 // Is it a valid bilinear upscale?
415 float Bilinear(SkBitmap* pixels, float x, float y, int c) {
428 // Very slow bicubic / bilinear scaler for reference.
484 value += Bilinear(input,
495 value = Bilinear(input, dst_x_in_src, dst_y_in_src, channel);
    [all...]

Completed in 4517 milliseconds