]> granicus.if.org Git - libvpx/commitdiff
Add a note for enum values of MV_REFERENCE_FRAME
authorJingning Han <jingning@google.com>
Thu, 11 Sep 2014 17:54:37 +0000 (10:54 -0700)
committerJingning Han <jingning@google.com>
Thu, 11 Sep 2014 17:55:42 +0000 (10:55 -0700)
Change-Id: Ifaf6738f26e86ded6eb6ea1465bad7a229612999

vp9/common/vp9_blockd.h

index 951e6e02334b692dc563787aa3c7c51bd188266e..7f8c5f2152766378fcc5333c98addebfe301744c 100644 (file)
@@ -98,6 +98,9 @@ typedef struct {
   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,