Merge "Converting vp9_treecoder.h to vp9_prob.{h, c}"

This commit is contained in:
Dmitry Kovalev
2013-12-19 11:03:30 -08:00
committed by Gerrit Code Review
15 changed files with 44 additions and 38 deletions

View File

@@ -14,7 +14,6 @@
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_pred_common.h"
#include "vp9/common/vp9_seg_common.h"
#include "vp9/common/vp9_treecoder.h"
static INLINE const MB_MODE_INFO *get_mbmi(const MODE_INFO *const mi) {
return (mi != NULL) ? &mi->mbmi : NULL;