51 #ifndef LE_IMAGEDECODER_MONO_H 52 #define LE_IMAGEDECODER_MONO_H 56 #if LE_ENABLE_MONO_DECODER == 1 60 #define LE_IMAGEDECODER_MONO_MAX_STAGES 16 61 #define LE_IMAGEDECODER_BLOCK_READ_SIZE 4 63 #if LE_STREAMING_ENABLED == 1 66 extern uint8_t leMonoImageDecoderScratchBuffer[LE_ASSET_DECODER_PIXEL_CACHE_SIZE];
77 enum leMonoDecoderMode
84 struct leMonoDecodeState;
100 struct leMonoDecodeState* state;
106 typedef struct leMonoSourceReadOperation
110 uint32_t bufferIndex;
112 } leMonoSourceReadOperation;
121 typedef struct leMonoDecodeState
123 #if LE_STREAMING_ENABLED == 1 124 leStreamManager manager;
131 enum leMonoDecoderMode mode;
142 uint32_t rowIterator;
143 uint32_t colIterator;
145 leMonoSourceReadOperation readOperation[LE_IMAGEDECODER_BLOCK_READ_SIZE];
152 int32_t currentStage;
Image functions and defintions.
Definition: legato_image.h:181
leResult
This enum represents function call results.
Definition: legato_common.h:123
This struct represents a rectangle.
Definition: legato_common.h:394
Pixel Buffer functions and definitions.
Definition: legato_image.c:77