hi_blk_size
Description
Defines the size of a single mosaic.
Prototype
typedef enum {
HI_BLK_SIZE_4 = 0,
HI_BLK_SIZE_8,
HI_BLK_SIZE_16,
HI_BLK_SIZE_32,
HI_BLK_SIZE_64,
HI_BLK_SIZE_128,
} hi_blk_size;
Members
Member |
Description |
|---|---|
HI_BLK_SIZE_4 |
Reserved. |
HI_BLK_SIZE_8 |
A single mosaic of an 8 x 8 square. |
HI_BLK_SIZE_16 |
A single mosaic of a 16 x 16 square. |
HI_BLK_SIZE_32 |
A single mosaic of a 32 x 32 square. |
HI_BLK_SIZE_64 |
Reserved. |
HI_BLK_SIZE_128 |
Reserved. |
Parent topic: VPC Image Processing