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

  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
vector2.h 54 // @param max_mag The maximum magnitude of the vector.
55 void Clamp(double max_mag) {
57 if (mag > max_mag) {
58 Scale(max_mag / mag); // Does Normalize() followed by Scale(max_mag).
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 160 Int f_code_p, f_code_n, max_mag = 0, min_mag = 0; local
417 if (mot_mb[0].x > max_mag)
418 max_mag = mot_mb[0].x;
419 if (mot_mb[0].y > max_mag)
420 max_mag = mot_mb[0].y;
436 if (mot_mb[comp].x > max_mag)
437 max_mag = mot_mb[comp].x;
438 if (mot_mb[comp].y > max_mag)
439 max_mag = mot_mb[comp].y;
509 while ((max_mag >> (4 + f_code_p)) > 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 172 'maxmag':'max_mag',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 172 'maxmag':'max_mag',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3334 def max_mag(self, other, context=None): member in class:Decimal
4689 def max_mag(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3334 def max_mag(self, other, context=None): member in class:Decimal
4689 def max_mag(self, a, b): member in class:Context
    [all...]

Completed in 238 milliseconds