Commit 0c10a945 authored by Dmitry Kovalev's avatar Dmitry Kovalev Committed by Gerrit Code Review
Browse files

Merge "Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV."

Showing with 1 addition and 1 deletion
...@@ -115,7 +115,7 @@ struct macroblock { ...@@ -115,7 +115,7 @@ struct macroblock {
int **mvsadcost; int **mvsadcost;
int mbmode_cost[MB_MODE_COUNT]; int mbmode_cost[MB_MODE_COUNT];
unsigned inter_mode_cost[INTER_MODE_CONTEXTS][MB_MODE_COUNT - NEARESTMV]; unsigned inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
int intra_uv_mode_cost[2][MB_MODE_COUNT]; int intra_uv_mode_cost[2][MB_MODE_COUNT];
int y_mode_costs[INTRA_MODES][INTRA_MODES][INTRA_MODES]; int y_mode_costs[INTRA_MODES][INTRA_MODES][INTRA_MODES];
int switchable_interp_costs[SWITCHABLE_FILTERS + 1] int switchable_interp_costs[SWITCHABLE_FILTERS + 1]
......
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