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

  /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 212 milliseconds