Change to prevent invalid memory access
authorYaowu Xu <yaowu@google.com>
Tue, 24 Sep 2013 15:36:59 +0000 (08:36 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 24 Sep 2013 15:36:59 +0000 (08:36 -0700)
commit92a29c157fb7a82cc32550fec82e90b33d3250ed
treecee83a18cc447ecad100a6058e1449a31a295263
parentdb9235657741ce3fa5b9226f55d780304320ef8c
Change to prevent invalid memory access

After change of MI context storage , mi_8x8[]  pointer may be null for
a block outside of image border. The commit changes to access the data
only after validation of mi_row and mi_col.

Change-Id: I039c4eb486a228ea9d8e5f35ab9ae6717d718bf3
vp9/encoder/vp9_encodeframe.c