]> granicus.if.org Git - libvpx/commit
Save an extra call for setup_pred_plane function
authorJingning Han <jingning@google.com>
Tue, 3 Feb 2015 23:56:36 +0000 (15:56 -0800)
committerJingning Han <jingning@google.com>
Wed, 4 Feb 2015 17:47:14 +0000 (09:47 -0800)
commit4ccfc7d5170e1aa56f9225231f14254c2e1ee858
tree3fba1823fdda0c764fbd4a1bbb102e3ca3ecaae0
parent0c6d3a03e196e50410d8e2f06b3a4adb553d17d7
Save an extra call for setup_pred_plane function

Reuse the yv12_mb array to fetch the buffer pointers/strides
corresponding to the current reference frame.

Change-Id: I5276b7494158b2cccef15213be2dc189e9036851
vp9/encoder/vp9_pickmode.c