Add a note for enum values of MV_REFERENCE_FRAME
Change-Id: Ifaf6738f26e86ded6eb6ea1465bad7a229612999
This commit is contained in:
parent
bdd8eb6fcc
commit
3ef9786b7e
@ -98,6 +98,9 @@ typedef struct {
|
|||||||
int_mv as_mv[2]; // first, second inter predictor motion vectors
|
int_mv as_mv[2]; // first, second inter predictor motion vectors
|
||||||
} b_mode_info;
|
} 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 {
|
typedef enum {
|
||||||
NONE = -1,
|
NONE = -1,
|
||||||
INTRA_FRAME = 0,
|
INTRA_FRAME = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user