shithub: libvpx

Download patch

ref: 9e0b5abc301f24d16e91fe75690e7391425ca1a9
parent: 38f3cf125efe262f661d4f1e95d6eba0fb349e57
parent: 8d2fff7cb45b141b341d9430618b444892d59066
author: Adrian Grange <agrange@google.com>
date: Tue May 13 06:07:36 EDT 2014

Merge "Move frame stats output to after update"

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -2236,9 +2236,6 @@
     }
   }
 
-#if 0
-  output_frame_level_debug_stats(cpi);
-#endif
   if (cpi->refresh_golden_frame == 1)
     cpi->frame_flags |= FRAMEFLAGS_GOLDEN;
   else
@@ -2253,6 +2250,10 @@
 
   cm->last_frame_type = cm->frame_type;
   vp9_rc_postencode_update(cpi, *size);
+
+#if 0
+  output_frame_level_debug_stats(cpi);
+#endif
 
   if (cm->frame_type == KEY_FRAME) {
     // Tell the caller that the frame was coded as a key frame