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 */
10474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org
11474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org
128b26fe55f3e4daa2311dbd2d95e8ac2b4e080685johannkoenig@chromium.org#ifndef VPX_SCALE_VPX_SCALE_H_
138b26fe55f3e4daa2311dbd2d95e8ac2b4e080685johannkoenig@chromium.org#define VPX_SCALE_VPX_SCALE_H_
14474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org
15474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org#include "vpx_scale/yv12config.h"
16474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org
17d348b8d765c019ee7250075d663a83db00c65c08tomfinegan@chromium.orgextern void vpx_scale_frame(YV12_BUFFER_CONFIG *src,
18ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            YV12_BUFFER_CONFIG *dst,
19ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned char *temp_area,
20ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned char temp_height,
21ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned int hscale,
22ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned int hratio,
23ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned int vscale,
24ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned int vratio,
25ed759d81a39febed3a8a395386639d54307504aagrunell@chromium.org                            unsigned int interlaced);
26474eb7536515fb785e925cc9375d22817c416851hclam@chromium.org
278b26fe55f3e4daa2311dbd2d95e8ac2b4e080685johannkoenig@chromium.org#endif  // VPX_SCALE_VPX_SCALE_H_
28