代码搜索结果

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

rgb_to_yv12_mmx.asm

;/************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * mmx colorspace conversions ; * ; * This program is an implementation of a part of

rgb2yuv60.dsw

Microsoft Developer Studio Workspace File, Format Version 5.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

rgb2yuv60.dsp

# Microsoft Developer Studio Project File - Name="RGB2YUV" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C

yuv2rgb16.cc

/* * yuv2rgb16.cc */ #include #include #include "yuv2rgb16.hh" bool i2r_yuv_16bit::s_CanConvert(const Image_YUV& img,const RawImageSpec_RGB& spec) { if (spec.r

yuv2rgb16.hh

/********************************************************************* libvideogfx/graphics/lowlevel/yuv2rgb16.hh purpose: Transform YUV data into 16bit true color RGB raw data. Every bit

yuv2rgb16.cc

/* * yuv2rgb16.cc */ #include #include #include "yuv2rgb16.hh" bool i2r_yuv_16bit::s_CanConvert(const Image_YUV& img,const RawImageSpec_RGB& spec) { if (spec.r

yuv2rgb16.hh

/********************************************************************* libvideogfx/graphics/lowlevel/yuv2rgb16.hh purpose: Transform YUV data into 16bit true color RGB raw data. Every bit

rgb32torgb444.c

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the

rgb444torgb444.c

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the

rgb_to_yv12_mmx.asm

;/***************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * mmx yuv planar to yuyv/uyvy conversion ; * ; * Copyright(C) 2002 Peter Ross