Skip to content
  • Yaowu Xu's avatar
    Fixed integer overflow for large input video · e5034f65
    Yaowu Xu authored
    The sum of squared mv components can go beyond int range for large
     input resolution. This commit changed the type to int64 to avoid
    overflow.
    
    Change-Id: Ib21ea2817845cea1435f893064e6417c79c5bc64
    e5034f65