#ifndef VPX_VP8_COMMON_ONYXC_INT_H_
#define VPX_VP8_COMMON_ONYXC_INT_H_
#include "vpx_config.h"
#include "vp8_rtcd.h"
#include "vpx/internal/vpx_codec_internal.h"
#include "loopfilter.h"
#include "entropymv.h"
#include "entropy.h"
#if CONFIG_POSTPROC
#include "postproc.h"
#endif
#include "header.h"
#ifdef __cplusplus
extern "C" {
#endif
#define MINQ …
#define MAXQ …
#define QINDEX_RANGE …
#define NUM_YV12_BUFFERS …
#define MAX_PARTITIONS …
FRAME_CONTEXT;
TOKEN_PARTITION;
CLAMP_TYPE;
VP8_COMMON;
#ifdef __cplusplus
}
#endif
#endif