Home | History | Annotate | Download | only in BaseUefiDecompressLib

Lines Matching refs:Table

116   Creates Huffman Code mapping table according to code length array.

118 Creates Huffman Code mapping table for Extra Set, Char&Len Set
125 @param TableBits The width of the mapping table.
126 @param Table The table to be created.
129 @retval BAD_TABLE The table is corrupted.
138 OUT UINT16 *Table
157 // The maximum mapping table width supported by this internal
202 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
221 Table[Index] = Char;
227 Pointer = &Table[Index3 >> JuBits];
263 Get a position value according to Position Huffman Table.
320 @retval BAD_TABLE Table is corrupted.
403 generate the Huffman Code mapping table for the Char&Len Set.
487 Huffman code mapping table for Extra Set, Code&Len Set and
512 // Generate the Huffman code mapping table for Extra Set.
521 // Generate the Huffman code mapping table for Char&Len Set.
527 // Generate the Huffman code mapping table for the Position Set.
536 // Get one code according to Code&Set Huffman Table