Sets or resets the VLC scan type.
IppStatus ippiVLCScanSet_JPEGXR(IppiVLCState_JPEGXR* pVLCState, IppiVLCScanType scanType);
IppStatus ippiVLCScanReset_JPEGXR(IppiVLCState_JPEGXR* pVLCState, IppiVLCScanType scanType);
pVLCState  | 
Pointer to the VLC state structure.  | 
scanType  | 
 VLC scan type, possible values: ippVLCScanVert, ippVLCScanHoriz, or ippVLCScanRaster.  | 
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.
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. | 
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.