commit | 8f089cbd2ec3899127817c21f137b03844b2e519 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Mon Aug 03 10:46:12 2015 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Mon Aug 03 10:46:12 2015 -0700 |
tree | 219a71fd413838fde6bc9b74bc9fb082c652496e | |
parent | 91feec14529247b079421c83a8d15dca37e37773 [diff] |
Correct the allocation size for ssim_vars Ssim_vars is used to accumulate stats based 4x4 pixel blocks, this commit changes the allocations size to be based on mi_rows and mi_cols to avoid out-of-bound memory access for larger size videos. The hard coded 720x480 can only work for image size up to 2880x1920. Change-Id: Id9d07f3f777385b448ac88a6034b7472e4cf3c79