]> granicus.if.org Git - libvpx/commit
Remove unused best_inter_rd variable
authorJingning Han <jingning@google.com>
Thu, 11 Sep 2014 23:16:26 +0000 (16:16 -0700)
committerJingning Han <jingning@google.com>
Thu, 11 Sep 2014 23:16:26 +0000 (16:16 -0700)
commit8e3f7a52a1b7d48eabcec4178bac4c84be3b6419
tree9feccf34ddfd677277323f8f33e8ec4e8516d96e
parent00fe92c22f875eee2f3bed9de542368ee00b2af2
Remove unused best_inter_rd variable

The variable best_inter_rd is effectively not in use in the rate-
distortion mode search loops of both regular block sizes and sub8x8
block sizes.

Change-Id: I178f909f8c9629772e13adc6257908653b2adf31
vp9/encoder/vp9_rdopt.c