Merge "Reusing {above, left}_seg_context vars in both encoder and decoder."

This commit is contained in:
Dmitry Kovalev
2014-03-21 12:02:42 -07:00
committed by Gerrit Code Review
9 changed files with 80 additions and 66 deletions

View File

@@ -65,7 +65,6 @@ typedef struct VP9Decompressor {
VP9LfSync lf_row_sync;
ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
PARTITION_CONTEXT *above_seg_context;
} VP9D_COMP;
void vp9_initialize_dec();