From 3ef9786b7e50e050a68639512a3ae441bcb6b600 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Thu, 11 Sep 2014 10:54:37 -0700 Subject: [PATCH] Add a note for enum values of MV_REFERENCE_FRAME Change-Id: Ifaf6738f26e86ded6eb6ea1465bad7a229612999 --- vp9/common/vp9_blockd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h index 951e6e023..7f8c5f215 100644 --- a/vp9/common/vp9_blockd.h +++ b/vp9/common/vp9_blockd.h @@ -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,