代码搜索结果
找到约 8,819 项符合
RGB 的代码
makefile.am
noinst_LTLIBRARIES = libjpeg.la
libjpeg_la_SOURCES = \
jpeg.c \
jpeg_bits.c \
jpeg_huffman.c \
jpeg_rgb_decoder.c \
jpeg_tables.c
noinst_HEADERS = \
cogcompat.h \
jpeg.h \
jpeg_bits.h \
j
entries
/colorspace_mmx.inc/1.3/Mon Mar 22 22:36:24 2004//D2004.06.14.22.00.00
/colorspace_rgb_mmx.asm/1.3/Mon Mar 22 22:36:24 2004//D2004.06.14.22.00.00
/colorspace_yuv_mmx.asm/1.3/Mon Mar 22 22:36:24 2004//
showmask.m
function RGB=showmask(V,M,display_flag);
% showmask(V,M);
%
% M is a nonneg. mask
% Jianbo Shi, 1997
V=V-min(V(:));
V=V/max(V(:));
V=.25+0.75*V; %brighten things up a bit
M=M-min(M(:));
M=M/max(M(:)
tft
#!/bin/bash
#
# RCSID $Id: tft,v 1.4 2002/04/24 07:36:18 mcr Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmask 255.
ttn
#!/bin/bash
#
# RCSID $Id: ttn,v 1.4 2002/04/24 07:36:18 mcr Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
set +v
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmas
intel_structs.h
#ifndef INTEL_STRUCTS_H
#define INTEL_STRUCTS_H
struct br0 {
GLuint length:8;
GLuint pad0:3;
GLuint dst_tiled:1;
GLuint pad1:8;
GLuint write_rgb:1;
GLuint write_alpha:1;
GLuint o
intel_structs.h
#ifndef INTEL_STRUCTS_H
#define INTEL_STRUCTS_H
struct br0 {
GLuint length:8;
GLuint pad0:3;
GLuint dst_tiled:1;
GLuint pad1:8;
GLuint write_rgb:1;
GLuint write_alpha:1;
GLuint o
net.config.in
RCSID $Id: net.Config.in,v 1.5 1999/09/17 17:48:36 rgb Exp $
--- ./net/Config.in.preipsec Mon Jul 13 16:47:40 1998
+++ ./net/Config.in Thu Sep 16 11:26:31 1999
@@ -24,4 +24,8 @@
if [ "$CONFIG_NETLINK
net.makefile
RCSID $Id: net.Makefile,v 1.6 1999/11/17 14:38:16 rgb Exp $
--- ./net/Makefile.preipsec Mon Jul 13 16:47:40 1998
+++ ./net/Makefile Thu Sep 16 11:26:31 1999
@@ -64,6 +64,16 @@
endif
endif
+ifeq
func_tree.txt
*
* RCSID $Id: func_tree.txt,v 1.2 1999/04/06 04:54:23 rgb Exp $
*
init_module()
ipsec_init()
proc_reg(ipsec_rt)
proc_net_inode_operations()
ipsec_rt_get_info()
proc_reg(ipsec_spi)
proc