HomeSort by relevance Sort by last modified time
    Searched refs:min_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
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 173 'minmag':'min_mag',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 173 'minmag':'min_mag',
    [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 201 milliseconds