shithub: libvpx

Download patch

ref: e66e9ddfb445461a461d64a32d9a5fd1ae9ae779
parent: 0cdc046ff23a4faa5a8cac2d890680f46a9d758a
author: Attila Nagy <attilanagy@google.com>
date: Tue Apr 24 11:17:28 EDT 2012

Optimizes updates of encoder block ptrs

Precalculated block ptrs do not need updates during encoding.
Set these at init stage.

Moved the allocation of 'mt_current_mb_col' (last encoded MB on each
row) to vp8_alloc_compressor_data(), so that it is correctly
reallocated when frame size is changing.

Change-Id: Idcdaa2d0cf3a7f782b7d888626b7cf22a4ffb5c1