Commits
Yaowu Xu committed e5034f65e54
Fixed integer overflow for large input video 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