代码搜索结果
找到约 8,819 项符合
RGB 的代码
yuv2rgb.c
/************************************************************************
*
* yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder)
* Copyright (C) 1996 Telenor R&D, Norway
*
rgb2yuv.java
package section11;
public class RGB2YUV {
/**
* @param args
*/
public static void main(String[] args) {
double r,g,b;
double y,u,v;
r=0;
g=0;
b=255;
y= ((299
comp_pipe_rgb.v
//************************************ The Module is for PIPELINE of MUL_ADD DEVICE testing MODULE *************
compute_pipe_rgb.v
//************************************ The Module is for PIPELINE of MUL_ADD DEVICE MODULE *********************
raw2rgb.v
module RAW2RGB( oRed,
oGreen,
oBlue,
oDVAL,
iX_Cont,
iY_Cont,
iDATA,
iDVAL,
iCLK,
iRST );
input [10:0] iX_Cont;
input [10:0] iY_Cont;
input [9:0] iDAT
rgb_4bit.c
/*
Mapping RGB Triples onto Four Bits
by Alan Paeth
from "Graphics Gems", Academic Press, 1990
*/
remap8(R, G, B, R2, G2, B2)
float R, G, B, *R2, *G2, *B2;
{
/*
* remap8 maps floating (R,G,B