nn::jpeg::CTR::DecoderOption Enumerated Type

Syntax

enum DecoderOption;

Value

Value Description
JPEG_DECODER_OPTION_NONE
JPEG_DECODER_OPTION_ENABLE_DEFAULT_DHT
JPEG_DECODER_OPTION_MATCH_WIDTH_HEIGHT

Description

Options used when decoding.

The default value is JPEG_DECODER_OPTION_NONE (0).

You can specify values that are the bitwise logical sum of these constants using JpegMpDecoder::SetOption.

The return value of JpegMpDecoder::GetOption is the bitwise OR of these constants.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL