#include "vetUtility.h"#include <stdio.h>#include "../support/ccvt/ccvt.h"#include <string.h>Go to the source code of this file.
Functions | |
| void | yuv422to420p (unsigned char *map, unsigned char *cap_map, int width, int height) |
| void | rgb24toyuv420p (unsigned char *map, unsigned char *cap_map, int width, int height) |
Variables | |
| double | cvm_rgb_yuv [] |
| double | cvm_yuv_rgb [] |
| double | cvm_rgb_yiq [] |
| double | cvm_yiq_rgb [] |
| double | cvm_rgb_smpte_c [] |
| double | cvm_smpte_c_rgb [] |
| double | cvm_rgb_xyz [] |
| double | cvm_xyz_rgb [] |
| double | cvm_rgb_bt709 [] |
| double | cvm_bt709_rgb [] |
| double | cvm_rgb_smpte240m [] |
| double | cvm_smpte240m_rgb [] |
VETLib Framework 1.0.2 Copyright (C) Alessandro Polo 2006 http://www.ewgate.net/vetlib
Definition in file vetUtility.cpp.
1.4.4