Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/ImageDecoderLib/
DImageDecoderLib.c25 DECODE_IMAGE Decoder; member
81 …Status = Entry->Decoder (ImageFormat, Image, ImageSize, GopBlt, GopBltSize, PixelWidth, PixelHeigh… in DecodeImage()
106 IN DECODE_IMAGE Decoder in RegisterImageDecoder() argument
117 Entry->Decoder = Decoder; in RegisterImageDecoder()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dhistory.txt16 - The bug in ANSI-C LZMA Decoder was fixed:
19 - Some changes in ANSI-C 7z Decoder interfaces.
37 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
44 - Speed optimizations in �++ LZMA Decoder.
50 - .7z ANSI-C Decoder:
82 - The bug was fixed in C++ version of LZMA Decoder:
144 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
145 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
149 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
165 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
[all …]
Dlzma.txt49 7zC.txt - 7z ANSI-C Decoder description
76 7z - 7z ANSI-C Decoder
98 7z - 7z C++ Encoder/Decoder
310 ANSI-C LZMA Decoder
317 To use ANSI-C LZMA Decoder you need the following files:
328 LZMA Decoder uses dictionary buffer and internal state structure.
337 LZMA Decoder (ANSI-C version) now supports 2 interfaces:
555 _LZMA_SIZE_OPT - Enable some optimizations in LZMA Decoder to get smaller executable code.
565 C++ LZMA Encoder/Decoder
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dhistory.txt16 - The bug in ANSI-C LZMA Decoder was fixed:
19 - Some changes in ANSI-C 7z Decoder interfaces.
37 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
44 - Speed optimizations in �++ LZMA Decoder.
50 - .7z ANSI-C Decoder:
82 - The bug was fixed in C++ version of LZMA Decoder:
144 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
145 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
149 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
165 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
[all …]
Dlzma.txt49 7zC.txt - 7z ANSI-C Decoder description
76 7z - 7z ANSI-C Decoder
98 7z - 7z C++ Encoder/Decoder
310 ANSI-C LZMA Decoder
317 To use ANSI-C LZMA Decoder you need the following files:
328 LZMA Decoder uses dictionary buffer and internal state structure.
337 LZMA Decoder (ANSI-C version) now supports 2 interfaces:
555 _LZMA_SIZE_OPT - Enable some optimizations in LZMA Decoder to get smaller executable code.
565 C++ LZMA Encoder/Decoder
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dhistory.txt16 - The bug in ANSI-C LZMA Decoder was fixed:
19 - Some changes in ANSI-C 7z Decoder interfaces.
37 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
44 - Speed optimizations in �++ LZMA Decoder.
50 - .7z ANSI-C Decoder:
82 - The bug was fixed in C++ version of LZMA Decoder:
144 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
145 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
149 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
165 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
[all …]
Dlzma.txt49 7zC.txt - 7z ANSI-C Decoder description
76 7z - 7z ANSI-C Decoder
98 7z - 7z C++ Encoder/Decoder
310 ANSI-C LZMA Decoder
317 To use ANSI-C LZMA Decoder you need the following files:
328 LZMA Decoder uses dictionary buffer and internal state structure.
337 LZMA Decoder (ANSI-C version) now supports 2 interfaces:
555 _LZMA_SIZE_OPT - Enable some optimizations in LZMA Decoder to get smaller executable code.
565 C++ LZMA Encoder/Decoder
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DImageDecoderLib.h73 IN DECODE_IMAGE Decoder