hi_mpi_vpc_get_lut_mem_size

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

Obtain the memory size required by the pixel position remapping LUT based on the width and height of the output image. This API is synchronous.

Prototype

hi_s32 hi_mpi_vpc_get_lut_mem_size(hi_u32 width, hi_u32 height, hi_u32 *lut_size)

Parameters

Parameter

Input/Output

Description

width

Input

Output image width

height

Input

Output image height

lut_size

Output

Memory size of the pixel position remapping LUT, in bytes.

Returns