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

  /art/runtime/
jvalue.h 39 void SetC(uint16_t new_c) { c = new_c; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 584 cv::Vec2d new_f(f, f), new_c = -cn * f + Vec2d(w, h * aspect_ratio) * 0.5; local
588 new_c[1] /= aspect_ratio;
596 new_c[0] *= rx; new_c[1] *= ry;
599 Mat(Matx33d(new_f[0], 0, new_c[0],
600 0, new_f[1], new_c[1],
    [all...]

Completed in 5569 milliseconds