FFmpeg
lcevctab.c
Go to the documentation of this file.
1 /*
2  * This file is part of FFmpeg.
3  *
4  * FFmpeg is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * FFmpeg is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with FFmpeg; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #include "lcevc.h"
20 #include "lcevctab.h"
21 
23  { 0, 0},
24  { 360, 200 }, { 400, 240 }, { 480, 320 }, { 640, 360 },
25  { 640, 480 }, { 768, 480 }, { 800, 600 }, { 852, 480 },
26  { 854, 480 }, { 856, 480 }, { 960, 540 }, { 960, 640 },
27  { 1024, 576 }, { 1024, 600 }, { 1024, 768 }, { 1152, 864 },
28  { 1280, 720 }, { 1280, 800 }, { 1280, 1024 }, { 1360, 768 },
29  { 1366, 768 }, { 1920, 1200 }, { 2048, 1080 }, { 2048, 1152 },
30  { 2048, 1536 }, { 2160, 1440 }, { 2560, 1440 }, { 2560, 1600 },
31  { 2560, 2048 }, { 3200, 1800 }, { 3200, 2048 }, { 3200, 2400 },
32  { 3440, 1440 }, { 3840, 1600 }, { 3840, 2160 }, { 3840, 2400 },
33  { 4096, 2160 }, { 4096, 3072 }, { 5120, 2880 }, { 5120, 3200 },
34  { 5120, 4096 }, { 6400, 4096 }, { 6400, 4800 }, { 7680, 4320 },
35  { 7680, 4800 },
36 };
37 
38 const enum AVPixelFormat ff_lcevc_depth_type[4][4] = {
47 };
AVPixelFormat
AVPixelFormat
Pixel format.
Definition: pixfmt.h:71
LCEVC_BASE_DEPTH_TYPE_10
@ LCEVC_BASE_DEPTH_TYPE_10
Definition: lcevc.h:99
LCEVC_BASE_DEPTH_TYPE_12
@ LCEVC_BASE_DEPTH_TYPE_12
Definition: lcevc.h:100
AV_PIX_FMT_YUV420P10
#define AV_PIX_FMT_YUV420P10
Definition: pixfmt.h:539
ff_lcevc_resolution_type
const struct FFLCEVCDim ff_lcevc_resolution_type[63]
Definition: lcevctab.c:22
lcevc.h
AV_PIX_FMT_YUV444P10
#define AV_PIX_FMT_YUV444P10
Definition: pixfmt.h:542
LCEVC_BASE_DEPTH_TYPE_14
@ LCEVC_BASE_DEPTH_TYPE_14
Definition: lcevc.h:101
AV_PIX_FMT_GRAY14
#define AV_PIX_FMT_GRAY14
Definition: pixfmt.h:521
AV_PIX_FMT_YUV420P
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:73
ff_lcevc_depth_type
enum AVPixelFormat ff_lcevc_depth_type[4][4]
Definition: lcevctab.c:38
AV_PIX_FMT_GRAY10
#define AV_PIX_FMT_GRAY10
Definition: pixfmt.h:519
AV_PIX_FMT_YUV422P10
#define AV_PIX_FMT_YUV422P10
Definition: pixfmt.h:540
AV_PIX_FMT_GRAY8
@ AV_PIX_FMT_GRAY8
Y , 8bpp.
Definition: pixfmt.h:81
AV_PIX_FMT_YUV422P12
#define AV_PIX_FMT_YUV422P12
Definition: pixfmt.h:544
AV_PIX_FMT_YUV444P12
#define AV_PIX_FMT_YUV444P12
Definition: pixfmt.h:546
FFLCEVCDim
Definition: lcevctab.h:27
lcevctab.h
AV_PIX_FMT_YUV420P12
#define AV_PIX_FMT_YUV420P12
Definition: pixfmt.h:543
AV_PIX_FMT_YUV422P14
#define AV_PIX_FMT_YUV422P14
Definition: pixfmt.h:548
AV_PIX_FMT_YUV444P
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
Definition: pixfmt.h:78
AV_PIX_FMT_YUV422P
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
Definition: pixfmt.h:77
AV_PIX_FMT_YUV444P14
#define AV_PIX_FMT_YUV444P14
Definition: pixfmt.h:549
AV_PIX_FMT_GRAY12
#define AV_PIX_FMT_GRAY12
Definition: pixfmt.h:520
LCEVC_BASE_DEPTH_TYPE_8
@ LCEVC_BASE_DEPTH_TYPE_8
Definition: lcevc.h:98
AV_PIX_FMT_YUV420P14
#define AV_PIX_FMT_YUV420P14
Definition: pixfmt.h:547