commit | 8d1f37478955b9d7abe5999df0511a9b9a50d95c | [log] [tgz] |
---|---|---|
author | Akshata Jadhav <akshata.jadhav@ittiam.com> | Fri Dec 27 17:32:30 2019 +0530 |
committer | Ray Essick <essick@google.com> | Tue Feb 11 10:59:12 2020 -0800 |
tree | 7eea0450d5651bee053e7acb0185538b951ede4c | |
parent | 75d1ac1026539f82a299ef6cea2b59150098ddbb [diff] |
libhevc: Fix asan issue in intra pred mode assembly function chroma intra pred 3_to_9 mode av8 assembly loads 16 bytes ahead of base address of intermediate buffer but doesnt use it. Allocate this additional size and offset the same to avoid access violation Test: hevcenc -c vid_enc_cfg.txt --input selfie_1280_720.yuv --src_width 512 --src_height 512 Bug: 144595488 Change-Id: I1094cf4593ba379354f567876288e2d9b9fae83d