代码搜索结果

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

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

rgb2yuv.c

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

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

colorspace_rgb_mmx.asm

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

rgb2video.py

import sys import VFile import getopt import imgfile import string import imgconv def main(): format = None interval = 40 outfile = 'film.video' try: opts, args = getopt.getopt(sys.argv[1:], '

video2rgb.py

#! /usr/bin/env python # Convert CMIF movie file(s) to a sequence of rgb images # Help function def help(): print 'Usage: video2rgb [options] [file] ...' print print 'Options:' print '-q

ycbcr2rgb.v

// -------------------------------------------------------------------- // Copyright (c) 2005 by Terasic Technologies Inc. // -------------------------------------------------------------------- /