代码搜索结果
找到约 73,884 项符合
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
/**************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Image management functions -
*
* Copyright(C) 2001-2004 Peter Ross
image.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Image related header -
*
* Copyright(C) 2001-2004 Peter Ross
*
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.h
/******************** (C) COPYRIGHT 2009 STMicroelectronics ********************
* File Name : Image.h
* Author : MCD Application Team
* Version : V1.3
* Date
image.c
//*****************************************************************************
//
// image.c - Routines for drawing bitmap images.
//
// Copyright (c) 2008-2010 Texas Instruments Incorporated. A
image.c
//*****************************************************************************
//
// image.c - Routines for drawing bitmap images.
//
// Copyright (c) 2008-2009 Luminary Micro, Inc. All rights r