#include <indeo.h>
Static Public Member Functions | |
| static int | initPlanes (IVIPlaneDesc *planes, const IVIPicConfig *cfg, bool isIndeo4) |
| static int | initTiles (IVIPlaneDesc *planes, int tileWidth, int tileHeight) |
| static void | freeBuffers (IVIPlaneDesc *planes) |
| static int | checkImageSize (unsigned int w, unsigned int h, int logOffset) |
Public Attributes | |
| uint16 | _width |
| uint16 | _height |
| uint8 | _numBands |
| number of bands this plane subdivided into | |
| IVIBandDesc * | _bands |
| array of band descriptors | |
color plane (luma or chroma) information
|
static |
Free planes, bands and macroblocks buffers.
| [in] | planes | pointer to the array of the plane descriptors |
|
static |
Check if the given dimension of an image is valid, meaning that all bytes of the image can be addressed with a signed int.
| w | the width of the picture |
| h | the height of the picture |
| log_offset | the offset to sum to the log level for logging with log_ctx |