FFmpeg
|
color plane (luma or chroma) information More...
#include <ivi.h>
Data Fields | |
uint16_t | width |
uint16_t | height |
uint8_t | num_bands |
number of bands this plane subdivided into More... | |
IVIBandDesc * | bands |
array of band descriptors More... | |
uint16_t IVIPlaneDesc::width |
Definition at line 195 of file ivi.h.
Referenced by ff_ivi_recompose53(), ff_ivi_recompose_haar(), and ivi_output_plane().
uint16_t IVIPlaneDesc::height |
Definition at line 196 of file ivi.h.
Referenced by ff_ivi_recompose53(), ff_ivi_recompose_haar(), and ivi_output_plane().
uint8_t IVIPlaneDesc::num_bands |
IVIBandDesc* IVIPlaneDesc::bands |
array of band descriptors
Definition at line 198 of file ivi.h.
Referenced by ff_ivi_recompose53(), ff_ivi_recompose_haar(), and ivi_output_plane().