VLCScanSet_JPEGXR, VLCScanReset

Sets or resets the VLC scan type.

Syntax

IppStatus ippiVLCScanSet_JPEGXR(IppiVLCState_JPEGXR* pVLCState, IppiVLCScanType scanType);

IppStatus ippiVLCScanReset_JPEGXR(IppiVLCState_JPEGXR* pVLCState, IppiVLCScanType scanType);

Parameters

pVLCState

Pointer to the VLC state structure.

scanType

VLC scan type, possible values: ippVLCScanVert, ippVLCScanHoriz, or ippVLCScanRaster.

Description

The functions ippiVLCScanSet_JPEGXR and ippiVLCScanReset_JPEGXR are declared in the ippj.h file.

The function ippiVLCScanSet_JPEGXR sets type of the current scan table. The function ippiVLCScanReset_JPEGXR initializes the scan table of the given scan type.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error condition if pVLCState pointer isNULL.

ippStsRangeErr

Indicates an error condition if adaptType is not equal to ippVLCScanVert, ippVLCScanHoriz, or ippVLCScanRaster.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.