]> granicus.if.org Git - libvpx/commit
Remove sub8x8 block index from rd_pick_partition argument
authorJingning Han <jingning@google.com>
Thu, 9 Oct 2014 02:34:00 +0000 (19:34 -0700)
committerJingning Han <jingning@google.com>
Thu, 9 Oct 2014 16:20:16 +0000 (09:20 -0700)
commit6a0d291fce9fd5f2abd167dd3947272efeeaabad
treea3aa2ec2da901da208ba3f623d666a388475ee93
parent41cea461543d8cb2938e7dbda9643e9b6d56412a
Remove sub8x8 block index from rd_pick_partition argument

This parameter is deprecated. Its function is replaced with
other explicit condition check.

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