WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / libhb / oclnv12toyuv.h
blob3757e2df8cdc4689e277adfebd50d80944fa333c
1 /* oclnv12toyuv.h
3 Copyright (c) 2003-2015 HandBrake Team
4 This file is part of the HandBrake source code
5 Homepage: <http://handbrake.fr/>.
6 It may be used under the terms of the GNU General Public License v2.
7 For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
9 Authors: Peng Gao <peng@multicorewareinc.com> <http://www.multicorewareinc.com/>
10 Li Cao <li@multicorewareinc.com> <http://www.multicorewareinc.com/>
14 #ifndef HB_OCLNV12TOYUV_H
15 #define HB_OCLNV12TOYUV_H
17 #include "common.h"
18 #include "extras/cl.h"
19 #include "openclwrapper.h"
22 * nv12 to yuv interface
23 * bufi is input frame of nv12, w is input frame width, h is input frame height
25 int hb_ocl_nv12toyuv(uint8_t *bufi[], int p, int w, int h, int *crop, hb_va_dxva2_t *dxva2, int decomb, int detelecine);
27 #endif // HB_OCLNV12TOYUV_H