1474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org/*
2474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *
4474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *  Use of this source code is governed by a BSD-style license
5474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *  that can be found in the LICENSE file in the root of the source
6474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *  tree. An additional intellectual property rights grant can be found
7474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *  in the file PATENTS.  All contributing project authors may
8474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org *  be found in the AUTHORS file in the root of the source tree.
9474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org */
10167514562bbce1eb0566271d6cb41d90d2b5ffa0hclam@chromium.org
11167514562bbce1eb0566271d6cb41d90d2b5ffa0hclam@chromium.org
128b26fe55f3e4daa2311dbd2d95e8ac2b4e080685johannkoenig@chromium.org#ifndef VP8_ENCODER_MR_DISSIM_H_
138b26fe55f3e4daa2311dbd2d95e8ac2b4e080685johannkoenig@chromium.org#define VP8_ENCODER_MR_DISSIM_H_
14474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org#include "vpx_config.h"
15167514562bbce1eb0566271d6cb41d90d2b5ffa0hclam@chromium.org
16dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org#ifdef __cplusplus
17dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.orgextern "C" {
18dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org#endif
19dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org
20167514562bbce1eb0566271d6cb41d90d2b5ffa0hclam@chromium.orgextern void vp8_cal_low_res_mb_cols(VP8_COMP *cpi);
21167514562bbce1eb0566271d6cb41d90d2b5ffa0hclam@chromium.orgextern void vp8_cal_dissimilarity(VP8_COMP *cpi);
22ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.orgextern void vp8_store_drop_frame_info(VP8_COMP *cpi);
23167514562bbce1eb0566271d6cb41d90d2b5ffa0hclam@chromium.org
24dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org#ifdef __cplusplus
25dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org}  // extern "C"
26dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org#endif
27dddee1ec7cedf276305b107429f684539b105276johannkoenig@chromium.org
288b26fe55f3e4daa2311dbd2d95e8ac2b4e080685johannkoenig@chromium.org#endif  // VP8_ENCODER_MR_DISSIM_H_
29