代码搜索结果

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

colorspace_rgb_mmx.asm

;/***************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * - RGB colorspace conversions - ; * ; * Copyright(C) 2002-2003 Michael Militzer

jpeg_rgb_decoder.h

#ifndef _JPEG_RGB_DECODER_H_ #define _JPEG_RGB_DECODER_H_ typedef struct jpeg_rgb_decoder_struct JpegRGBDecoder; JpegRGBDecoder *jpeg_rgb_decoder_new(void); void jpeg_rgb_decoder_free(JpegRGBDecod

jpeg_rgb_decoder.c

#include #include #include #include "jpeg.h" #include #include #define CLAMP(x,a,b) ((x)(b) ? (b) : (x)))

yuv2rgb.c

/* * yuv2rgb.c, Software YUV to RGB converter * * Copyright (C) 1999, Aaron Holtzman * * Functions broken out from display_x11.c and several new modes * added by H

ntsc2rgb.m

## Copyright (C) 1996, 1997 John W. Eaton ## ## This file is part of Octave. ## ## Octave is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public L

ntsc2rgb.m

## Copyright (C) 1996, 1997 John W. Eaton ## ## This file is part of Octave. ## ## Octave is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public L

rgb32image.cc

/* * RGB32Image.cc * 24-bit (plus alpha) colour image class derived from generic * Image class in Image.h/Image.cc * * author : A M Baumberg */ #include #include #include

rgb32image.h

/* * RGB32Image.h * 24-bit (plus alpha) colour image class derived from generic * Image class in Image.h/Image.cc * * author : A M Baumberg */ #ifndef __RGB32_IMAGE_H__ #define __RGB32_IMAGE_H_

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