1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>MI_UncompressHuffman</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MI_UncompressHuffman <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/mi.h></CODE><BR> 20 <BR> 21 <CODE>void MI_UncompressHuffman( const void* srcp, void* destp );</CODE><BR> 22 </dd> 23</dl> 24<h2>Arguments</h2> 25<TABLE border="1" width="100%"> 26 <TBODY> 27 <TR> 28 <TD width="13%"><EM><STRONG>srcp</STRONG></EM></TD> 29 <TD width="87%">Source address of Huffman Compression data</TD> 30 </TR> 31 <TR> 32 <TD width="13%"><EM><STRONG>destp</STRONG></EM></TD> 33 <TD width="87%">Destination address for decompression.</TD> 34 </TR> 35 </TBODY> 36</TABLE> 37 38<h2>Return Values</h2> 39<p>None.</p> 40 41<H2>Description</H2> 42<P>Decompresses Huffman compression data and writes it in 32-bit units to the specified memory. The source address must be aligned to a 4-byte boundary. 43</P> 44<h2>Internal Operation</h2> 45<P>Processing only takes place on the CPU, without the use of a system call or DMA.</P> 46 47<h2>See Also</h2> 48<p><CODE><A href="MI_UncompressLZ.html">MI_UncompressLZ*</A>, <A href="MI_UncompressRL.html">MI_UncompressRL*</A>, <A href="MI_UnfilterDiff.html">MI_UnfilterDiff*</A><A href="../../svc/SVC_UncompressHuffmanFromDevice.html">SVC_UncompressHuffmanFromDevice</A>, <A href="MI_ReadUncompHuffman.html">MI_ReadUncompHuffman</A>, <A href="MI_CompressHuffman.html">MI_CompressHuffman</A><br></CODE></p> 49 50<H2>Revision History</H2> 51<P>2005/03/02 Deleted recommendation to align data size to a multiple of 4 bytes.<br /> 2004/05/28 Fixed the Internal Operation description.<br> 2004/02/10 Initial version.</P> 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54