11b362b15af34006e6a11974088a46d42b903418eJohann/*
21b362b15af34006e6a11974088a46d42b903418eJohann *  Copyright (c) 2011 The WebM project authors. All Rights Reserved.
31b362b15af34006e6a11974088a46d42b903418eJohann *
41b362b15af34006e6a11974088a46d42b903418eJohann *  Use of this source code is governed by a BSD-style license
51b362b15af34006e6a11974088a46d42b903418eJohann *  that can be found in the LICENSE file in the root of the source
61b362b15af34006e6a11974088a46d42b903418eJohann *  tree. An additional intellectual property rights grant can be found
71b362b15af34006e6a11974088a46d42b903418eJohann *  in the file PATENTS.  All contributing project authors may
81b362b15af34006e6a11974088a46d42b903418eJohann *  be found in the AUTHORS file in the root of the source tree.
91b362b15af34006e6a11974088a46d42b903418eJohann */
107ce0a1d1337c01056ba24006efab21f00e179e04Vignesh Venkatasubramanian#include "./vpx_config.h"
111b362b15af34006e6a11974088a46d42b903418eJohann#define RTCD_C
127ce0a1d1337c01056ba24006efab21f00e179e04Vignesh Venkatasubramanian#include "./vp8_rtcd.h"
13ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuang#include "vpx_ports/vpx_once.h"
141b362b15af34006e6a11974088a46d42b903418eJohann
151b362b15af34006e6a11974088a46d42b903418eJohann
16ba164dffc5a6795bce97fae02b51ccf3330e15e4hkuangvoid vp8_rtcd()
171b362b15af34006e6a11974088a46d42b903418eJohann{
181b362b15af34006e6a11974088a46d42b903418eJohann    once(setup_rtcd_internal);
191b362b15af34006e6a11974088a46d42b903418eJohann}
20