Rework the DRL syntax entropy coding system
This commit re-designs the probability model for the syntax elements of the dynamic motion vector referencing system. Change-Id: Icfb8203c7e8f64e10e99f5890e25e6f6b15fe5d1
This commit is contained in:
@@ -487,7 +487,6 @@ typedef struct VP10_COMP {
|
||||
int zeromv_mode_cost[ZEROMV_MODE_CONTEXTS][2];
|
||||
int refmv_mode_cost[REFMV_MODE_CONTEXTS][2];
|
||||
int drl_mode_cost0[DRL_MODE_CONTEXTS][2];
|
||||
int drl_mode_cost1[DRL_MODE_CONTEXTS][2];
|
||||
#if CONFIG_EXT_INTER
|
||||
int new2mv_mode_cost[2];
|
||||
#endif // CONFIG_EXT_INTER
|
||||
|
||||
Reference in New Issue
Block a user