代码搜索结果
找到约 8,819 项符合
RGB 的代码
ca_rgb_plasmas.dsp
# Microsoft Developer Studio Project File - Name="CA_RGB_Plasmas" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
ca_rgb_plasmas.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
yuv2rgb.cpp
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
yuv2rgb.h
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
rgb2yuv.c
//颜色空间转换为色度空间的函数代码
#include "stdio.h"
#include "stdlib.h"
#include "rgb2yuv.h"
static float RGBYUV02990[256], RGBYUV05870[256], RGBYUV01140[256];
static float RGBYUV01684[256], RGBYUV03316[256];
sta
rgb2yuv.h
int RGB2YUV (int x_dim, int y_dim, void *bmp, void *y_out, void *u_out, void *v_out);
video_util_rgb.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
video_util_rgb.cpp
/**************************************************************************
* *
* This code is developed by Adam Li. This
rgb2yuv.c
/**************************************************************************
* *
* This code is developed by Adam Li. This
rgb2yuv.h
#ifdef __cplusplus
extern "C" {
#endif
int RGB2YUV (int x_dim, int y_dim, void *bmp, void *y_out, void *u_out, void *v_out, int flip);
#ifdef __cplusplus
}
#endif