]> granicus.if.org Git - libvpx/commitdiff
Bug fix in rdopt
authorDebargha Mukherjee <debargha@google.com>
Thu, 18 Dec 2014 10:43:27 +0000 (02:43 -0800)
committerDebargha Mukherjee <debargha@google.com>
Thu, 18 Dec 2014 10:43:27 +0000 (02:43 -0800)
Change-Id: Ieab80902755456e97583636f13d1417269b332b5

vp9/encoder/vp9_rdopt.c

index b2369ed38783a940b34baf4245caf93405338b3d..6cfb06987647c73b8e12bb3d81c4341b84099c28 100644 (file)
@@ -4597,7 +4597,7 @@ void vp9_rd_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x,
           distortion2 = total_sse;
           assert(total_sse >= 0);
           rate2 -= (rate_y + rate_uv);
-          distortion_uv = uv_sse;
+          // distortion_uv = uv_sse;
           this_skip2 = 1;
           rate_y = 0;
           rate_uv = 0;