代码搜索结果

找到约 8,819 项符合 RGB 的代码

yuv2rgb.c

/************************************************************************ * * yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder) */ #include "config.h" #include "tmndec.h"

yuv2rgb.c

/* * yuv2rgb.c, Software YUV to RGB coverter * * Copyright (C) 1999, Aaron Holtzman * All Rights Reserved. * * Functions broken out from display_x11.c and sever

yuv2rgb.h

#ifndef YUV2RGB_H_INCLUDED #define YUV2RGB_H_INCLUDED /* * yuv2rgb.h, Software YUV to RGB coverter * * Copyright (C) 1999, Aaron Holtzman * All Rights Reserved. *

rgb2yuv.c

/************************************************************************** * * * This code is developed by Adam Li. This sof

rgb2yiq.m

%# mffmsilhouette : Silhouette extraction algorithm %# Copyright (C) 2003 Matt Flax, Regina %# %# This program is free software; you can redistribute it and/or modify %# it under the term

ycbcr2rgb.v

// -------------------------------------------------------------------- // Copyright (c) 2005 by Terasic Technologies Inc. // -------------------------------------------------------------------- /

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

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