daala_image (3) - Linux Manuals

NAME

daala_image -

Representation of an image or video frame.

SYNOPSIS


#include <codec.h>

Data Fields


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

Detailed Description

Representation of an image or video frame.

Field Documentation

daala_image_plane daala_image::planes[OD_NPLANES_MAX]

Typical 3 planes for Y, Cb, and Cr. Can have a 4th plane for alpha

Author

Generated automatically by Doxygen for daala from the source code.