代码搜索结果
找到约 73,884 项符合
Image 的代码
image.h
/*!
************************************************************************
* \file image.h
*
************************************************************************
*/
#ifndef _IMAGE
image.c
/*!
***********************************************************************
* \file image.c
*
* \brief
* Decode a Slice
*
* \author
* Main contributors (see contributors.h for
image.h
/*!
************************************************************************
* \file image.h
*
* \author
* Inge Lille-Lang鴜
* Copyright (C) 1999
image.c
/*!
*************************************************************************************
* \file image.c
*
* \brief
* Code one image/slice
*
* \author
* Main contributors (see
image.h
// Image.h: interface for the CImage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_IMAGE_H__592ED8F2_7604_4C30_A3AD_E5D235A43EB3__INCLUDED_)
#
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "math.h"
#include "afxtempl.h"
#include
image.c
/**************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* image stuff
*
* This program is an implementation of a part of one or more MPEG-4
* Vide
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 init_image(uint32
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.c
/**************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* image stuff
*
* This program is an implementation of a part of one or more MPEG-4