Immigrate tokenize_mb into tokenize_sb
Unify the tokenize_ function and enable configurable block size for superblock 8x8. We are immigrating the functionalities of macroblock handles into superblock ones, and eventually will remove encode_mb and decode_mb. To be continued on detokenize_ module. Change-Id: I9f81e8c2291082535cf5e0c4b662eb24fb7c8a7f
This commit is contained in:
@@ -2101,8 +2101,7 @@ static void encode_macroblock(VP9_COMP *cpi, TOKENEXTRA **t,
|
||||
}
|
||||
#endif
|
||||
|
||||
vp9_tokenize_mb(cpi, xd, t, !output_enabled);
|
||||
|
||||
vp9_tokenize_sb(cpi, xd, t, !output_enabled, BLOCK_SIZE_MB16X16);
|
||||
} else {
|
||||
// FIXME(rbultje): not tile-aware (mi - 1)
|
||||
int mb_skip_context =
|
||||
|
||||
Reference in New Issue
Block a user