shithub: libvpx

Download patch

ref: 82fad6f4b6068066d38bc59390b27aa0aacc1a2e
parent: 282fac96ca8c6b5e21346606a6f95f4a28bd3bfa
parent: 3ef9786b7e50e050a68639512a3ae441bcb6b600
author: Jingning Han <[email protected]>
date: Sat Sep 13 06:42:45 EDT 2014

Merge "Add a note for enum values of MV_REFERENCE_FRAME"

--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -99,6 +99,9 @@
   int_mv as_mv[2];  // first, second inter predictor motion vectors
 } b_mode_info;
 
+// Note that the rate-distortion optimization loop, bit-stream writer, and
+// decoder implementation modules critically rely on the enum entry values
+// specified herein. They should be refactored concurrently.
 typedef enum {
   NONE = -1,
   INTRA_FRAME = 0,