Part 4 Flashcards
Eliminates redundant bits, thereby reducing the bit rate with no effect on signal quality.
Lossless compression
Compromises signal quality in order to reduce the bit rate. For voice transmissions, vocoders are often used to achieve great reductions in bit rate.
Lossy compression
It is a lossless compression technique, in which each time a zero is encountered in the input data, two values are written to the output file.
Run Length Encoding
It is a lossless data compression technique, the idea of the compression is to assign frequently used character fewer bits, and seldom used characters more bits.
Huffman Encoding
A more sophisticated version of the Huffman encoding; in this scheme, sequences of characters are represented by individual codes, according to their probability of occurrence, and this has the advantage of better data compression (5 to 10%).
Arithmetic Encoding
Term that refers to several techniques that store data as the difference between successive samples or characters, rather than directly storing the samples themselves.
Delta
The first value in the delta encoded file is the same as the first value in the original data; all values in the encoded file are equal to the difference (delta) between the corresponding value in the input file, and the previous value in the input file.
Delta Encoding
It is a lossless data compression and the foremost technique for general purpose data compression due to its simplicity and versatility
LZW Compression
It is always used in GIF image files, and offered as an option in TIFF and PostScript
LZW Compression
It uses a code table; the encoded data consists entirely of 12- bit codes, each referring to one entries in the code table; uncompression is achieved by taking each code from the compressed file, and translating it through the code table to find what character it represents
LZW Compression
GIF
JPEG
MPEG
Graphics Interchanged Format
Joint Photographers Experts
Moving Pictures Expert Group
It works best on natural images (scenes) and it is a lossy format, which means that the decompressed image is not quite the same as the original. It saves space by throwing away parts of the image; it achieves much greater compression than is possible with lossless methods like GIF.
JPEG Compression
It is intended for compressing images that will be looked by humans, not machines; small errors introduced by this compression are virtually undetectable by the naked eye.
JPEG Compression
It is a compression standard for digital video sequences, such as in computer video and digital television networks; it also provides for the compression of the sound track associated with the video.
MPEG Compression
Means that individual frames making up the video sequence are encoded as if they were originally still images; this compression is performed using the
JPEG standard.
Within-the-frame compression
Is an initial video and audio compression standard, later used as the standard for video CD, and includes the popular layer 3 (MP3) audio compression format.
MPEG-1
Is a transport, video, and audio standard for broadcast-quality television
MPEG-2
Was originally assigned for HDTV, but abandoned when it was discovered that MPEG-2 (with extensions) was sufficient for HDTV. Not mp3
MPEG-3
Expands MPEG-1 to support video/audio objects, 3D content, low bit rate encoding and support for digital rights management.
MPEG-4
Is the standard for description and search of audio and visual content.
MPEG-7
Is the multimedia framework.
MPEG-21