
An acceleration method to perform MPEG Audio Layer III compression with DSP

【Summary】MPEG audio layer III compression algorithm is a high fidelity and efficient compression coding algorithm specified by ISO11172-3 standard.

Due to the high complexity of the Layer III compression algorithm and the large amount of computation, a speedup measure is proposed to implement the key operations of the Layer III compression algorithm based on a Digital Signal Processor (DSP) in applications in real time. 【Key Words】Huffman MPEG DSP Compression Coding 1 Overview Digital audio compression technology provides people with greater
【Summary】MPEG Audio Layer III compression algorithm is a high-fidelity and efficient compression coding algorithm specified by the ISO11172-3 standard. Due to the high complexity of the Layer III compression algorithm and the large amount of computation, a speedup measure is proposed to implement the key operations of the Layer III compression algorithm based on a Digital Signal Processor (DSP) in applications in real time.
【Key Words】 DSP MPEG Huffman Compression Coding
1. General Information
Digital audio compression technology provides people with a more efficient method of transmitting and storing audio. There are many techniques for audio compression, and their complexity, audio compression quality, and compression ratio vary greatly. Such as: μ-law audio compression algorithm, its features are simple, but the compression ratio is very low, but the sound quality is average. According to CCITT G. 711 suggested that the natural log quantization process can provide relatively high precision quantization when the input amplitude is relatively small, while for large-scale signals with a relatively small probability of occurrence, the quantization noise it is relatively large. This quantization method makes the 8-bit digital quantization signal equivalent to 14-bit linear quantization in terms of quantization noise. ADPCM compression encoding takes full advantage of the relatively small amplitude variation characteristics of adjacent sample values, and the output result of the encoding is the difference between the current sample value and the predicted value. Although the fidelity of ADPCM encoding is high, its compression ratio is relatively small, and it can only reach a compression ratio of 4/1. The improved ADPCM encoding method includes the improved algorithm proposed by IMA (Interactive Multimedia Association), G. CCITT’s G. 721, g. 723 recommendations, etc


















