chromium/third_party/libvpx/source/libvpx/vp9/common/vp9_pred_common.c


/*
 *  Copyright (c) 2012 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 "vp9/common/vp9_common.h"
#include "vp9/common/vp9_pred_common.h"
#include "vp9/common/vp9_seg_common.h"

int vp9_compound_reference_allowed(const VP9_COMMON *cm) {}

void vp9_setup_compound_reference_mode(VP9_COMMON *cm) {}

int vp9_get_reference_mode_context(const VP9_COMMON *cm,
                                   const MACROBLOCKD *xd) {}

// Returns a context number for the given MB prediction signal
int vp9_get_pred_context_comp_ref_p(const VP9_COMMON *cm,
                                    const MACROBLOCKD *xd) {}

int vp9_get_pred_context_single_ref_p1(const MACROBLOCKD *xd) {}

int vp9_get_pred_context_single_ref_p2(const MACROBLOCKD *xd) {}