Moved skip_true_count to macroblock struct
Change-Id: Ie9a26be7c9baa54a0e43a63ed6c77f2746477a9c
This commit is contained in:
committed by
Gerrit Code Review
parent
7ee44eef13
commit
03c0af8747
@@ -396,7 +396,7 @@ void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t)
|
||||
else
|
||||
{
|
||||
vp8_fix_contexts(xd);
|
||||
cpi->skip_true_count++;
|
||||
x->skip_true_count++;
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user