Special Usage Description
- For some complex functions, such as sampling, filtering, and audio decoding, matched interfaces are involved to implement auxiliary functions such as initialization. You need to strictly follow the mapping relationship in the user guide to ensure that the functions are correct. For details, see the description of each interface.
- For the signal library interfaces, use the HMPPS_Malloc and HMPPS_Free functions to allocate and release memory space, and select the corresponding interface function based on the data type of the used space to ensure the security and optimal performance of the HMPP.
- There is no restriction on the combination of the image width and height for image library interfaces. It is required that the storage size of the input image (width x height x number of channels x data type) be no more than INT32_MAX bytes. The universal image storage specification in the industry, for example, 1080p, is recommended.
Parent topic: Using the HMPP