vpx_image_t Struct Reference

Image Descriptor. More...

#include <vpx_image.h>

Data Fields

img_fmt_t fmt
unsigned int w
unsigned int h
unsigned int d_w
unsigned int d_h
unsigned int x_chroma_shift
unsigned int y_chroma_shift
unsigned char * planes [4]
int stride [4]
int bps
void * user_priv
unsigned char * img_data
int img_data_owner
int self_allocd

Detailed Description

Image Descriptor.


Field Documentation

Image Format

unsigned int vpx_image_t::w

Stored image width

unsigned int vpx_image_t::h

Stored image height

unsigned int vpx_image_t::d_w

Displayed image width

unsigned int vpx_image_t::d_h

Displayed image height

subsampling order, X

subsampling order, Y

unsigned char* vpx_image_t::planes[4]

pointer to the top left pixel for each plane

stride between rows for each plane

bits per sample (for packed formats)

may be set by the application to associate data with this image.

unsigned char* vpx_image_t::img_data

private

private

private


The documentation for this struct was generated from the following file:

Generated on 24 Jul 2010 for WebM VP8 Codec SDK by  doxygen 1.6.1