代码搜索结果
找到约 8,819 项符合
RGB 的代码
bitmover16rgb.java
// Copyright (C) 1998, 1999, 2001 Chris Nokleberg
// Please see included LICENSE.TXT
package com.sixlegs.image.png;
import java.io.IOException;
import java.io.InputStream;
final class BitMover16RGB
bitmover8rgb.java
// Copyright (C) 1998, 1999, 2001 Chris Nokleberg
// Please see included LICENSE.TXT
package com.sixlegs.image.png;
import java.io.IOException;
import java.io.InputStream;
final class BitMover8RGB
yuv2rgb.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
yuv2rgb.c
/**************************************************************************
* *
* This code has been developed by John Funnel
imagesample_rgb24.h
#include "Define.h"
#ifdef __cplusplus
extern "C" {
#endif
//240x240
static uint32 ImageSample_RGB24[]={
0x0002190a,0x00344d3c,0x001e4100,0x000c3600,0x000d2800,0x000d2110,0x000e2112,0x0009
imagesample_rgb16.h
#include "Define.h"
#ifdef __cplusplus
extern "C" {
#endif
//240x240
static uint32 ImageSample_RGB16[]={
0x326700c1,0x11c02220,0x11231161,0x09231103,0x00e20902,0x00e100e1,0x09010901,0x1100
colorspace_rgb_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - RGB colorspace conversions -
; *
; * Copyright(C) 2002-2003 Michael Militzer
colorspace_rgb_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - RGB colorspace conversions -
; *
; * Copyright(C) 2002-2003 Michael Militzer
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
ycrcb2rgb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// YCrCb to RGB Color Space converter