Support per transform block skip coding
Allow the encoder to drop individual transform block coding. Change-Id: I2c2b2985254cb92baf891f03daa33f067279373b
This commit is contained in:
@@ -28,6 +28,9 @@ typedef struct {
|
||||
MB_MODE_INFO_EXT mbmi_ext;
|
||||
uint8_t *zcoeff_blk;
|
||||
uint8_t *color_index_map[2];
|
||||
#if CONFIG_VAR_TX
|
||||
uint8_t *blk_skip[MAX_MB_PLANE];
|
||||
#endif
|
||||
tran_low_t *coeff[MAX_MB_PLANE][3];
|
||||
tran_low_t *qcoeff[MAX_MB_PLANE][3];
|
||||
tran_low_t *dqcoeff[MAX_MB_PLANE][3];
|
||||
|
||||
Reference in New Issue
Block a user