hi_tde_clip_mode

Description

Defines the configuration attributes of TDE clipping.

Definition

typedef enum {
    HI_TDE_CLIP_MODE_NONE = 0,
    HI_TDE_CLIP_MODE_INSIDE,
    HI_TDE_CLIP_MODE_OUTSIDE, 
    HI_TDE_CLIP_MODE_MAX
} hi_tde_clip_mode;

Members

The following definitions are in the description: S1 refers to bitmap 1, and S2 refers to bitmap 2.

Member

Description

HI_TDE_CLIP_MODE_NONE

No clipping on the output result. Not supported by the Atlas 200I/500 A2 inference products.

HI_TDE_CLIP_MODE_INSIDE

Clipping within the region. Not supported by the Atlas 200I/500 A2 inference products.

HI_TDE_CLIP_MODE_OUTSIDE

Clipping out of the region. Not supported by the Atlas 200I/500 A2 inference products.

HI_TDE_CLIP_MODE_MAX

Invalid clipping. Not supported by the Atlas 200I/500 A2 inference products.