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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
means_yuvx_444_1d_to_single.rs 25 float inv_width; // must be set to 1/w
46 sum.x *= inv_width; // multiply by 1/w
47 sum.y *= inv_width; // multiply by 1/w
48 sum.z *= inv_width; // multiply by 1/w
means_yuvx_444_2d_to_1d.rs 25 float inv_width; // 1/w
51 sum.x *= inv_width; // multiply by 1/w
52 sum.y *= inv_width; // multiply by 1/w
53 sum.z *= inv_width; // multiply by 1/w
78 sum.x *= inv_width; // multiply by 1/w
79 sum.y *= inv_width; // multiply by 1/w
80 sum.z *= inv_width; // multiply by 1/w
  /external/chromium_org/content/browser/android/
overscroll_glow.cc 230 const float inv_width = 1.f / display_params_.size.width(); local
234 gfx::ScaleVector2d(overscroll_delta, inv_width, inv_height);
243 gfx::ScaleVector2d(overscroll_location, inv_width, inv_height);

Completed in 516 milliseconds