代码搜索结果
找到约 10,000 项符合
Image 的代码
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
image.c
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
image.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
image.java
/*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2002 Janne Jalkanen (Janne.Jalkanen@iki.fi)
This program is free software; you can redistribute it and/or modify
it under the
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
image.c
/*!
*************************************************************************************
* \file image.c
*
* \brief
* Code one image/slice
*
* \author
* Main contributors (see
image.java
package java.awt;
import java.awt.image.ColorModel;
import java.awt.image.DirectColorModel;
import java.awt.image.ImageConsumer;
import java.awt.image.ImageObserver;
import java.awt.image.ImageProduc
image.dsp
# Microsoft Developer Studio Project File - Name="image" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con