Definitions for "Huffman coding"
A lossless, statistically-based entropy coding technique used to compress data in which the most frequently occurring code groups are represented by shorter codes, and rarely occurring code groups are represented by longer codes. Used in H.320 and other videoconferencing codecs, Group 3 facsimile and JPEG.
Compacting data by representing the more common events with short codes and the less common events with longer codes.
Method of compressing data by the assignment of short and long codes. Short codes are assigned to most frequent data and long codes are assigned to less frequent data.