代码搜索结果
找到约 8,819 项符合
RGB 的代码
function_rgb2lumchrom.m
function [y A l2normLumChrom]=function_rgb2LumChrom(x,colormode)
% Forward color-space transformation ( inverse transformation is function_LumChrom2rgb.m )
%
% Alessandro Foi - Tampere University
lcd_pinassign_rgb16.h
#define _LCD_SDI PRB,0
#define _LCD_SCL PRB,1
#define _LCD_CSB PRB,2
#define _LCD_VSYNC PRB,3
#define _LCD_HSYNC PRB,4
#define _LCD_ENABLE PRB,5
#define _LCD_Reset PRB,7
#define _LCD_DOTCLK
yuv2rgb_vis.c
/*
* VIS optimized software YUV to RGB converter
* Copyright (c) 2007 Denes Balatoni
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute
yuv2rgb_altivec.c
/*
marc.hoffman@analog.com March 8, 2004
AltiVec acceleration for colorspace conversion revision 0.2
convert I420 YV12 to RGB in various formats,
it rejects images that are not in
yuv2rgb_bfin.c
/*
* Copyright (C) 2007 Marc Hoffman
* April 20, 2007
*
* Blackfin Video Color Space Converters Operations
* convert I420 YV12 to RGB in various form
yuv2rgb_template.c
/*
* yuv2rgb_mmx.c, Software YUV to RGB converter with Intel MMX "technology"
*
* Copyright (C) 2000, Silicon Integrated System Corp.
*
* Author: Olie Lho
*
* 15,24 bp
yuv2rgb_mlib.c
/*
* yuv2rgb_mlib.c, Software YUV to RGB converter using mediaLib
* Copyright (C) 2003 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software;
rgb10to10_dummy.tdf
-- rgb10to10_dummy.tdf, NO CONVERSION (so "dummy") of 10 bits RGB between
-- "PDP convention" and "LCD convention"
-- Age van Dalfsen (AvD), 20041210
SUBDESIGN RGB10to10
(
Rpdp[9..0] : BIDIR
rgb10to10_dummy.inc
-- rgb10to10_dummy.tdf, NO CONVERSION (so "dummy") of 10 bits RGB between
-- "PDP convention" and "LCD convention"
-- Age van Dalfsen (AvD), 20041210
FUNCTION RGB10to10
(
Rpdp[9..0], Gpdp[9..0
yuv2rgb_mmx.c
/**************************************************************************
* *
* This code has been developed by John Funnel