hi_mosaic

Description

Defines the mosaic parameters.

Prototype

typedef struct {
    hi_blk_size blk_size;
    hi_rect rect;
} hi_mosaic;

Members

Member

Description

blk_size

Size of a single mosaic. Only HI_BLK_SIZE_8, HI_BLK_SIZE_16, and HI_BLK_SIZE_32 are supported.

rect

Mosaic region, whose minimum width and height are 8. Some regions can be outside the image.