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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 37 const float bound2 = 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38 const float bound = sqrt(bound2);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
fisheye_approx.rsh 37 const float bound2 = 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38 const float bound = sqrt(bound2);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 37 const float bound2 = 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38 const float bound = sqrt(bound2);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
fisheye_approx.rsh 37 const float bound2 = 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38 const float bound = sqrt(bound2);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh 37 const float bound2 = 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38 const float bound = sqrt(bound2);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
fisheye_approx.rsh 37 const float bound2 = 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38 const float bound = sqrt(bound2);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
  /external/skia/tests/
ClipCacheTest.cpp 168 GrIRect bound2; local
169 bound2.set(-10, -10, 10, 10);
171 SkClipStack clip2(bound2);
173 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
182 check_state(reporter, cache, clip2, texture2, bound2);
187 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 160 float bound2 = 0.25f * (scale[0] * scale[0] + scale[1] * scale[1]); local
161 float bound = (float) Math.sqrt(bound2);
165 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2));
  /external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc 370 const TestChunk bound2[] = { local
376 VariousChunkSizesTest(bound2, arraysize(bound2),

Completed in 514 milliseconds