代码搜索结果

找到约 10,000 项符合 Image 的代码

image.c

/* *********************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2001, International Telecommunications Union, Geneva * * DISCLAIMER OF WAR

image.h

/* *********************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2001, International Telecommunications Union, Geneva * * DISCLAIMER OF WAR

image.c

/* * Copyright (c) 1993-1999, Silicon Graphics, Inc. * ALL RIGHTS RESERVED * Permission to use, copy, modify, and distribute this software for * any purpose and without fee is hereby granted, pr

image.cpp

/*******************************************************************************/ /*********************************21/09/200*************************************/ /**********************Programmer:

image.h

#ifndef image_h #define image_h /* Image type - contains height, width, and data */ struct Image { unsigned long sizeX; unsigned long sizeY; char *data; }; int ImageLoad(char *

image.h

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi

image.c

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi

image.c

/************************************************************************** * * XVID MPEG-4 VIDEO CODEC * image stuff * * This program is an implementation of a part of one or more MPEG-4

image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ #include "../portab.h" #include "colorspace.h" #define EDGE_SIZE 32 typedef struct { uint8_t * y; uint8_t * u; uint8_t * v; } IMAGE; void i