Comment zcoeff_blk.
Change-Id: Iefc2eb78e71472ecf51802ec59ff32caef4bd0f4
This commit is contained in:
parent
ce4c4b96e4
commit
dfe7fdae7d
@ -100,7 +100,10 @@ struct macroblock {
|
|||||||
int mv_row_min;
|
int mv_row_min;
|
||||||
int mv_row_max;
|
int mv_row_max;
|
||||||
|
|
||||||
|
// Notes transform blocks where no coefficents are coded.
|
||||||
|
// Set during mode selection. Read during block encoding.
|
||||||
uint8_t zcoeff_blk[TX_SIZES][256];
|
uint8_t zcoeff_blk[TX_SIZES][256];
|
||||||
|
|
||||||
int skip;
|
int skip;
|
||||||
|
|
||||||
int encode_breakout;
|
int encode_breakout;
|
||||||
|
Loading…
Reference in New Issue
Block a user