#ifndef AOM_AOM_DSP_AOM_FILTER_H_
#define AOM_AOM_DSP_AOM_FILTER_H_
#include "aom/aom_integer.h"
#ifdef __cplusplus
extern "C" {
#endif
#define FILTER_BITS …
#define SUBPEL_BITS …
#define SUBPEL_MASK …
#define SUBPEL_SHIFTS …
#define SUBPEL_TAPS …
#define SCALE_SUBPEL_BITS …
#define SCALE_SUBPEL_SHIFTS …
#define SCALE_SUBPEL_MASK …
#define SCALE_EXTRA_BITS …
#define SCALE_EXTRA_OFF …
#define RS_SUBPEL_BITS …
#define RS_SUBPEL_MASK …
#define RS_SCALE_SUBPEL_BITS …
#define RS_SCALE_SUBPEL_MASK …
#define RS_SCALE_EXTRA_BITS …
#define RS_SCALE_EXTRA_OFF …
InterpKernel;
#define BIL_SUBPEL_BITS …
#define BIL_SUBPEL_SHIFTS …
static const uint8_t bilinear_filters_2t[BIL_SUBPEL_SHIFTS][2] = …;
#ifdef __cplusplus
}
#endif
#endif