1 /* 2 * Allwinner SoCs display driver. 3 * 4 * Copyright (C) 2016 Allwinner. 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8 * warranty of any kind, whether express or implied. 9 */ 10 11 #ifndef __DE_VEP_TAB__ 12 #define __DE_VEP_TAB__ 13 14 extern int y2r[192]; 15 extern int r2y[128]; 16 extern int y2y[64]; 17 extern int r2r[32]; 18 extern int bypass_csc[12]; 19 extern unsigned int sin_cos[128]; 20 extern int fcc_range_gain[6]; 21 extern unsigned char ce_bypass_lut[256]; 22 extern unsigned char ce_constant_lut[256]; 23 24 #endif 25