daala  0.0-437-g2cb8134
Experimental Daala video codec API reference.
 All Data Structures Files Functions Variables Typedefs Macros Groups
Data Fields
od_img Struct Reference

Representation of an image or video frame. More...

#include <codec.h>

Data Fields

od_img_plane planes [OD_NPLANES_MAX]
 Typical 3 planes for Y, Cb, and Cr. More...
 
int nplanes
 Number of planes (1 for greyscale, 3 for YCbCr, 4 for YCbCr+Alpha )
 
ogg_int32_t width
 Width and height in pixels.
 
ogg_int32_t height
 

Detailed Description

Representation of an image or video frame.

Field Documentation

od_img_plane od_img::planes[OD_NPLANES_MAX]

Typical 3 planes for Y, Cb, and Cr.

Can have a 4th plane for alpha


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