代码搜索结果

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

colorspace_rgb_mmx.asm

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

rgb2yuv.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

yuv2rgb.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

yuv2rgb.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

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

rgb2yuv.c

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

rgb2yuv.h

#ifdef __cplusplus extern "C" { #endif int RGB2YUV (int x_dim, int y_dim, void *bmp, void *y_out, void *u_out, void *v_out, int flip); #ifdef __cplusplus } #endif

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

rgb2yuv.h

int RGB2YUV (int x_dim, int y_dim, void *bmp, void *y_out, void *u_out, void *v_out);