/* Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ #include <assert.h> #include "vp9/common/vp9_entropy.h" #include "vp9/decoder/vp9_dsubexp.h" static int inv_recenter_nonneg(int v, int m) { … } static int decode_uniform(vpx_reader *r) { … } static int inv_remap_prob(int v, int m) { … } static int decode_term_subexp(vpx_reader *r) { … } void vp9_diff_update_prob(vpx_reader *r, vpx_prob *p) { … }