Commit 2b8ae5a0 authored by Paul Wilkins's avatar Paul Wilkins Committed by Gerrit Code Review
Browse files

Merge "Alignment of THR_MODES to vp9_mode_order[]"

Showing with 5 additions and 3 deletions
......@@ -141,13 +141,15 @@ typedef struct {
MBGRAPH_MB_STATS *mb_stats;
} MBGRAPH_FRAME_STATS;
// This enumerator type needs to be kept aligned with the mode order in
// const MODE_DEFINITION vp9_mode_order[MAX_MODES] used in the rd code.
typedef enum {
THR_ZEROMV,
THR_DC,
THR_NEARESTMV,
THR_NEARMV,
THR_ZEROMV,
THR_DC,
THR_ZEROG,
THR_NEARESTG,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment