chromium/third_party/libaom/source/libaom/av1/common/entropy.c

/*
 * Copyright (c) 2016, Alliance for Open Media. All rights reserved.
 *
 * This source code is subject to the terms of the BSD 2 Clause License and
 * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
 * was not distributed with this source code in the LICENSE file, you can
 * obtain it at www.aomedia.org/license/software. If the Alliance for Open
 * Media Patent License 1.0 was not distributed with this source code in the
 * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
 */

#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) {}