commit | ec3d27918e47fb92599130508d399a0c96947502 | [log] [tgz] |
---|---|---|
author | I-Jui (Ray) Sung <ijsung@google.com> | Fri Apr 28 17:06:31 2017 -0700 |
committer | I-Jui (Ray) Sung <ijsung@google.com> | Thu May 04 11:20:42 2017 -0700 |
tree | 361f829cbd512bcad39e062249f42e85711ff6f0 | |
parent | 87be008e5ce3ea6d54cc6063294eb53edf7cd088 [diff] |
Fix a type mismatch and out-of-bound accesses in ImageProcessing_jb Resize had an out-of-bound access that was caught by debug context; white balance had an int3 allocation accessed with an int4 accessor. This CL fixes both per suggestions from hoford@. Test: ImageProcessing_jb in debug context Bug: b/37683287 Change-Id: I61b6eb8ac48e5f05e93fca0b3e3178953c6beb8b (cherry picked from commit 698ca314a2f7f58350394613653fc642bbd57a42)