hi_mini_order
typedef enum {
HI_MINI_ORDER_1 = 0, // Non-compact type. No sampling is performed.
HI_MINI_ORDER_16 = 1, // Compact type. That is, two points are sampled from every 16 points in the input table.
} hi_mini_order;
Parent topic: VPC Image Processing