Skip to content
  • Johann Koenig's avatar
    Be consistent with SAD values · 11610551
    Johann Koenig authored
    SAD returns unsigned values. Make all the declarations the same.
    
    Remove bestsad initialization and check. It is always set to the
    result of a SAD call so it will never remain UINT_MAX
    
    Use ja instead of jg to test unsigned comparison instead of signed.
    
    Update test.
    
    Change-Id: I46336ab45f4e60fc37caf20bd36bc5782079c7a5
    11610551