X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FTianoCompress%2FTianoCompress.h;h=d75c00d26fd92bd39c2479c2cf460f79974e4dbc;hb=f7496d717357b9af78414d19679b073403812340;hp=2971225d1b582231896e24d3d3ba6e15960f49af;hpb=39456d00f36e04b7e7efb208f350f4e83b6c3531;p=mirror_edk2.git diff --git a/BaseTools/Source/C/TianoCompress/TianoCompress.h b/BaseTools/Source/C/TianoCompress/TianoCompress.h index 2971225d1b..d75c00d26f 100644 --- a/BaseTools/Source/C/TianoCompress/TianoCompress.h +++ b/BaseTools/Source/C/TianoCompress/TianoCompress.h @@ -1,7 +1,7 @@ /** @file Internal include file for Tiano Decompress Library. - Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -95,7 +95,7 @@ GetFileContents ( OUT UINT8 *FileBuffer, OUT UINT32 *BufferLength ); - + STATIC VOID PutDword( @@ -228,7 +228,7 @@ MakeCrcTable ( VOID ); - + STATIC VOID PutBits ( @@ -283,7 +283,7 @@ MakeTree ( OUT UINT8 LenParm[ ], OUT UINT16 CodeParm[] ); - + /** Read NumOfBit of bits from source into mBitBuf @@ -302,8 +302,8 @@ FillBuf ( /** Get NumOfBits of bits out from mBitBuf - Get NumOfBits of bits out from mBitBuf. Fill mBitBuf with subsequent - NumOfBits of bits from source. Returns NumOfBits of bits that are + Get NumOfBits of bits out from mBitBuf. Fill mBitBuf with subsequent + NumOfBits of bits from source. Returns NumOfBits of bits that are popped out. @param Sd The global scratch data. @@ -321,7 +321,7 @@ GetBits ( /** Creates Huffman Code mapping table according to code length array. - Creates Huffman Code mapping table for Extra Set, Char&Len Set + Creates Huffman Code mapping table for Extra Set, Char&Len Set and Position Set according to code length array. @param Sd The global scratch data @@ -347,7 +347,7 @@ MakeTable ( Decodes a position value. Get a position value according to Position Huffman Table. - + @param Sd the global scratch data @return The position value decoded. @@ -383,7 +383,7 @@ ReadPTLen ( /** Reads code lengths for Char&Len Set. - + Read in and decode the Char&Len Set Code Length Array, then generate the Huffman Code mapping table for the Char&Len Set. @@ -397,7 +397,7 @@ ReadCLen ( /** Decode a character/length value. - + Read one value from mBitBuf, Get one code from mBitBuf. If it is at block boundary, generates Huffman code mapping table for Extra Set, Code&Len Set and Position Set. @@ -416,7 +416,7 @@ DecodeC ( Decode the source data and put the resulting data into the destination buffer. Decode the source data and put the resulting data into the destination buffer. - + @param Sd The global scratch data **/