hi_jpegd_precision_mode
Description
Defines the alignment mode of the width and height of the JPEGD output image.
Prototype
YUVOUT_ALIGN_DOWN = 0 YUVOUT_ALIGN_UP = 1 YUVOUT_ALIGN_DOWN_COMPAT = 2
Member |
Description |
|---|---|
YUVOUT_ALIGN_DOWN |
This is the default value.
|
YUVOUT_ALIGN_UP |
|
YUVOUT_ALIGN_DOWN_COMPAT |
Compatible with earlier versions. If the format of the decoded output image is YUV420SP, YUV422SP, or YUV440SP and the width and height of the source image are odd numbers, the width and height of the output image are rounded down to the nearest multiple of 2. |
Parent topic: Video/Image Decoding