acldvppVpcPyrDownAsync

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

The Atlas Training Series Product does not support this API.

Description

Performs pyramid resizing to resize the output image to half the original size. This API is asynchronous.

Restrictions

Prototype

aclError acldvppVpcPyrDownAsync(acldvppChannelDesc *channelDesc,

acldvppPicDesc *inputDesc,

acldvppPicDesc *outputDesc,

void *reserve,

aclrtStream stream)

Parameters

Parameter

Input/Output

Description

channelDesc

Input

Pointer to the channel description.

Must be the same as the channelDesc argument passed to the acldvppCreateChannel call.

inputDesc

Input

Pointer to the input image description.

outputDesc

Input/Output

Pointer to the output image description.

When outputDesc is an input, the user needs to:

reserve

Input

Pointer to the pyramid configuration parameter. This parameter is reserved.

stream

Input

Stream.

Returns

0 on successful task delivery; else, failure.