HomeSort by relevance Sort by last modified time
    Searched defs:min_mag (Results 1 - 8 of 8) 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
421 if (mot_mb[0].x < min_mag)
422 min_mag = mot_mb[0].x;
423 if (mot_mb[0].y < min_mag)
424 min_mag = mot_mb[0].y;
440 if (mot_mb[comp].x < min_mag)
441 min_mag = mot_mb[comp].x;
442 if (mot_mb[comp].y < min_mag)
443 min_mag = mot_mb[comp].y;
513 min_mag *= -1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 3336 def min_mag(self, other, context=None): member in class:Decimal
4705 def min_mag(self, a, b): member in class:Context
    [all...]
  /external/python/cpython2/Lib/
decimal.py 3362 def min_mag(self, other, context=None): member in class:Decimal
4733 def min_mag(self, a, b): member in class:Context
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 3505 def min_mag(self, other, context=None): member in class:Decimal
4946 def min_mag(self, a, b): member in class:Context
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 3364 def min_mag(self, other, context=None): member in class:Decimal
4733 def min_mag(self, a, b): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 3364 def min_mag(self, other, context=None): member in class:Decimal
4733 def min_mag(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3364 def min_mag(self, other, context=None): member in class:Decimal
4733 def min_mag(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3364 def min_mag(self, other, context=None): member in class:Decimal
4733 def min_mag(self, a, b): member in class:Context
    [all...]

Completed in 778 milliseconds