#include "config/aom_config.h"
#include "aom/aom_integer.h"
#include "aom_mem/aom_mem.h"
#include "av1/common/av1_common_int.h"
#include "av1/common/blockd.h"
#include "av1/common/entropy.h"
#include "av1/common/entropymode.h"
#include "av1/common/scan.h"
#include "av1/common/token_cdfs.h"
#include "av1/common/txb_common.h"
static int get_q_ctx(int q) { … }
void av1_default_coef_probs(AV1_COMMON *cm) { … }
static inline void reset_cdf_symbol_counter(aom_cdf_prob *cdf_ptr, int num_cdfs,
int cdf_stride, int nsymbs) { … }
#define RESET_CDF_COUNTER(cname, nsymbs) …
#define RESET_CDF_COUNTER_STRIDE(cname, nsymbs, cdf_stride) …
static inline void reset_nmv_counter(nmv_context *nmv) { … }
void av1_reset_cdf_symbol_counters(FRAME_CONTEXT *fc) { … }