KR19990027639A - A microprocessor having PLA (PLA) - Google Patents

A microprocessor having PLA (PLA) Download PDF

Info

Publication number
KR19990027639A
KR19990027639A KR1019970050132A KR19970050132A KR19990027639A KR 19990027639 A KR19990027639 A KR 19990027639A KR 1019970050132 A KR1019970050132 A KR 1019970050132A KR 19970050132 A KR19970050132 A KR 19970050132A KR 19990027639 A KR19990027639 A KR 19990027639A
Authority
KR
South Korea
Prior art keywords
pla
microprocessor
data
code
logic array
Prior art date
Application number
KR1019970050132A
Other languages
Korean (ko)
Inventor
김진경
Original Assignee
구자홍
엘지전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 구자홍, 엘지전자 주식회사 filed Critical 구자홍
Priority to KR1019970050132A priority Critical patent/KR19990027639A/en
Publication of KR19990027639A publication Critical patent/KR19990027639A/en

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

피엘에이(PLA)를 갖는 마이크로프로세서에 관한 것으로 어큐뮬레이터와 명령 디코더를 갖는 마이크로프로세서에서, 상기 어큐뮬레이터에서 출력된 데이터를 입력받아 처리하는 프로그램 로직 어레이와, 상기 명령 디코더의 제어에 따라 허프만 코드 디코딩시 상기 프로그램 로직 어레이에서 출력되는 데이터를 선택 출력하는 먹스를 포함하여 구성되어 압축된 데이터 즉, 허프만 코드를 디코딩할 때 한 번의 명령으로 처리할 수 있도록 하여 처리 속도를 수배까지 향상되는 효과가 있다.A microprocessor having a PLA, comprising: a microprocessor having an accumulator and a command decoder, the program logic array receiving and processing data output from the accumulator; And a multiplexer for selectively outputting the data output from the program logic array. In this case, when the Huffman code is decoded, it is possible to process the data in a single instruction, thereby improving the processing speed by several orders of magnitude.

Description

피엘에이(PLA)를 갖는 마이크로프로세서A microprocessor having PLA (PLA)

본 발명은 디지탈 신호 수신장치에 관한 것으로 특히, 디지탈 신호 수신장치의 마이크로프로세서에 관한 것이다.The present invention relates to a digital signal receiving apparatus, and more particularly to a microprocessor of a digital signal receiving apparatus.

일반적으로 영상이나 음성을 디지탈로 변환하여 저장하거나 전송을 하고자 할 때 저장 매체의 용량이나 전송속도의 제한에 의하여 많은 양의 데이터를 저장하는데 어려움을 극복하고자 그 데이터가 가지는 성질을 이용하여 압축하게 되면 데이터의 양을 줄일 수 있으므로 효율적으로 저장하거나 전송할 수 있다.Generally, in order to overcome the difficulty of storing a large amount of data by limiting the capacity or transmission rate of a storage medium when converting an image or voice to digital and storing or transmitting the data, the data is compressed using the nature of the data Since the amount of data can be reduced, it can be efficiently stored or transmitted.

이러한 방법을 데이터 압축이라 하는데 사용환경에 따라 여러 가지 압축방법이 있다.This method is referred to as data compression. There are various compression methods depending on the usage environment.

도 1은 일반적인 영상 압축을 설명하기 위한 블록도로써, 일반적으로 영상 데이터를 압축하는 방법으로 JPEG과 MPEG 및 MPEG2 등이 있는데 이러한 방법은 모두 도 1과 같이 2-D DCT(2-Dimensional Discrete Cosine Transform)부(11)와 양자화부(12) 및 허프만 코더(Huffman Coder)(13) 등으로 하드브리드 압축방법을 사용한다.FIG. 1 is a block diagram for explaining general image compression. Generally, JPEG, MPEG, and MPEG2 are methods of compressing image data. All of these methods are based on 2-D DCT (2-Dimensional Discrete Cosine Transform ) Unit 11, a quantization unit 12, a Huffman coder 13, and the like.

즉, 2-D DCT부(11)는 입력되는 2차원 영상 데이터를 DCT를 수행하여 주파수 영역으로 변환해 주어 저주파 영역으로 데이터를 국한 시키고 이를 양자화부(12)를 통해 양자화하여 대부분의 고주파 영역의 DCT 계수는 0이 되어 결과적으로 데이터의 양을 줄여준다.That is, the 2-D DCT unit 11 transforms input two-dimensional image data into a frequency domain by performing DCT, localizes the data into a low frequency domain, and quantizes the data through a quantization unit 12, The DCT coefficient is zero, which results in a reduction in the amount of data.

그리고, 허프만 코더(13)는 양자화부(12)에서 양자화된 계수를 허프만 코드로 변환하여주어 출력되는 코드의 비트량을 줄여준다.The Huffman coder 13 converts the coefficients quantized by the quantization unit 12 into Huffman codes, thereby reducing the amount of bits of codes to be output.

상기 허프만 코드는 일정한 비트수의 코드를 그 코드의 발생빈도에 반비례하는 비트량을 가진 코드로 변환시켜 줌으로써 평균적인 비트량을 줄일 수 있다.The Huffman code can reduce the average bit amount by converting a code of a certain bit number into a code having a bit amount in inverse proportion to the occurrence frequency of the code.

즉, 자주 발생되는 코드에 대해서는 짧은 길이의 코드로 변환시켜주고 가끔씩 발생되는 코드는 긴 길이의 코드로 변환시켜 주는데 결과적으로 출력 코드의 길이는 가변적이어서 가변 길이 코드 또는 VLC(Variable Length Code)라고 불린다.That is, for frequently generated codes, the codes are converted into short-length codes and occasionally generated codes are converted into long-length codes. As a result, the length of the output codes is variable and is called a variable length code or VLC (Variable Length Code) .

그리고, 허프만 코드 테이블은 변환될 코드의 발생 빈도에 따라 다른 테이블을 가지고 있다.The Huffman code table has a different table depending on the generation frequency of the code to be converted.

그 예로 아래 표 1과 같이 MPEG 2 비디오 표준에서 매크로블록 어드레스 중가 VLC의 코드를 보면 자주 발생되는 증가 값(Increment value)이 1 또는 2의 코드는 2비트의 코드를 가지는 반면에 발생빈도가 낮은 증가값이 11에 대응되는 코드는 9비트로 길다.For example, as shown in Table 1 below, in the MPEG 2 video standard, when a code of a VLC having a macro-block address is frequently seen, a code having an increment value of 1 or 2 has a 2-bit code, The code whose value corresponds to 11 is 9 bits long.

매크로블록 어드레스 증가 VLC 코드Increase macroblock address VLC code 증가값Increment value 1One 1One 011011 22 010010 33 00110011 44 00100010 55 0001100011 66 0001000010 77 00001110000111 88 00001100000110 99 ... ... 0000001100000000011000 3333 0000000100000000001000 매크로블록 탈출Escape macroblock

이렇게 코딩된 허프만 코드를 디코딩하는 디코더의 구현 방법에는 롬으로 구현하는 방법과 PLA로 구현하는 방법이 있다.An implementation method of a decoder for decoding the coded Huffman code includes a ROM implementation and a PLA implementation.

먼저, 롬으로 구현하는 방법을 살펴보면 VLC가 최대 n 비트라고 하면 2의 n 승개의 용량을 갖는 롬을 써야 하므로 롬의 크기가 커져서 실용적이지 못하다.First, if we consider how to implement the VLC with a maximum of n bits, it is not practical because the size of the ROM is increased because it is required to use a ROM having n number of capacities of 2.

또한, 마이크로프로세서로 디코딩하려면 여러번 걸쳐서 비교하여 판단하여야 하므로 디코딩 속도가 느리다.In addition, decoding by the microprocessor requires a plurality of times of comparison and determination, so the decoding speed is slow.

그러나 이 코드를 디코딩하기 위한 논리회로는 매우 간단하다. 상기 표 1의 중가값 1을 디코딩하기 위한 로직은 첫 번째 비트만 비교하면 되고, 증가값 2를 디코딩하기 위한 로직은 3비트만을 비교하는 로직으로 구성하면 된다. 즉, 간단한 SOP(Sum of Product ) 텀(term)으로 구현할 수 있다.However, the logic for decoding this code is very simple. The logic for decoding the weighted value 1 in Table 1 requires only the first bit to be compared and the logic for decoding the incremented value 2 may be configured to include logic for comparing only 3 bits. That is, it can be implemented as a simple Sum of Product (SOP) term.

만약, 디코더의 입력이 표 1과 같이 11 비트의 VLC 코드이고, 출력이 34 비트일 때 아래 표 2와 같이 입력된 증가값이 1이면 첫 번째 비트가 1이 되고, 증가값이 3이면 두 번째 비트가 1, 다른 비트는 모두 0이 되는 코드가 된다.If the input of the decoder is an 11-bit VLC code as shown in Table 1 and the output is 34 bits, the first bit is 1 when the input increment value is 1 as shown in Table 2 below. If the increment value is 3, The bit is 1, and the other bits are 0.

증가값Increment value 각 비트의 SOPThe SOP of each bit 1One AA 22 A′BCA'BC 33 A′BC′A'BC ' 44 A′B′CDA'B'CD 55 A′B′CD′A'B'CD ' ... ... 매크로블록 탈출Escape macroblock A′B′C′D′E′F′G′HI′J′K′A'B'C'D'E'F'G'HI'J'K '

여기서, AB는 A와 B의 논리곱이고, A′는 NOT A이다.Here, AB is the logical product of A and B, and A 'is NOT A.

이와 같은 경우를 SOP로 로직을 구성하면 몇 개의 NOT 게이트와 AND 게이트로 구성할 수 있는데 이것은 롬으로 구성하는 것보다 작은 양의 게이트로 가능하며 한 번에 출력을 내보낼 수 있어서 마이크로프로세서로 처리하는 것보다 빠르게 처리할 수 있다.In this case, if the logic consists of SOP, it can be composed of several NOT gates and AND gates. This can be done with a smaller number of gates than with ROM, It can be processed faster.

상기 로직을 구성하는 기본요소는 NOT(부정) 게이트와 AND(논리곱) 게이트 및 OR(논리합)으로 어떠한 논리회로도 구성할 수 있다.The basic elements constituting the logic can be any logical circuit composed of a NOT gate, an AND gate and an OR gate.

이러한 성질을 이용하여 프로그램 가능한 논리회로를 구성해 놓은 소자가 PLA(Programmable Logic Array)이다.A PLA (Programmable Logic Array) is a device in which a programmable logic circuit is constructed using such a property.

도 2는 일반적인 PLA의 구조를 설명하기 위한 도면으로 상기 PLA 구조는 도 2와 같이 입력단에 각 입력을 반전과 비반전하고, 반전과 비반전된 신호 로직은 AND 어레이에 입력되고, 프로그램에 의해 AND되는 입력신호를 연결하고 프로덕트 텀(Product term)을 구현한다.FIG. 2 is a diagram for explaining the structure of a general PLA. As shown in FIG. 2, the PLA structure inverts and inverses each input to an input terminal. The inverted and non-inverted signal logic is input to an AND array. To the input signal and implement the product term.

그리고, 여러 개의 프로덕트 텀이 다시 프로그램할 수 있는 OR 어레이에 입력되고, 프로그램에 의해 썸 텀(Sum term)(OR)이 구성되어 최종 출력한다.Then, a number of product terms are input into the re-programmable OR array, and a program generates a sum term (OR) to be finally output.

도 2는 입력신호로 I0, I1, I2이고, 출력은 X, Y, Z의 3개의 출력을 가지는 PLA이다. 예를 들어 X = I0′I1+ I0I1I2′+ I1′I2′라는 논리식을 가진다면 검은 점으로 표시된 부분을 연결하면 X 출력으로 원하는 논리값을 얻을 수 있다.FIG. 2 shows input signals I 0 , I 1 , and I 2 , and outputs PLA having three outputs X, Y, and Z. For example, if you have the formula X = I 0 'I 1 + I 0 I 1 I 2 ' + I 1 'I 2 ', you can get the desired logic value by connecting the black dot.

이 같은 프로그램은 소자가 생산될 때 행해질 수도 있고, 사용자가 여러번 프로그램 할 수도 있는 소자도 있다.Such a program may be performed when the device is manufactured, and some devices may be programmed by the user several times.

이하, 종래기술에 따른 마이크로프로세서를 첨부된 도면을 참조하여 설명하면 다음과 같다.Hereinafter, a conventional microprocessor will be described with reference to the accompanying drawings.

도 3은 종래기술에 따른 마이크로프로세서의 구성을 설명하기 위한 블록도로써, 마이크로프로세서는 명령 디코더(31)와, IR(Instruction Register)(32)와, MDR(Memory Data Register)(33)과, MAR(Memory Address Register)(38)과, 제 1, 2 레지스터(34)(35)와, ALU(Arithmetic Logic Unit)(37) 및 램(RAM)(36)으로 구성된다.3 is a block diagram illustrating a configuration of a microprocessor according to the related art. The microprocessor includes an instruction decoder 31, an instruction register (IR) 32, a memory data register (MDR) 33, A memory address register (MAR) 38, first and second registers 34 and 35, an arithmetic logic unit (ALU) 37, and a random access memory (RAM)

이와 같이 구성된 마이크로프로세서는 먼저, MDR(33)은 외부 메모리로부터 명령어가 입력될 경우 IR(32)에 저장 후 명령 디코더(31)에 출력하거나 ALU(37)의 연산결과를 외부 메모리로 출력하고, 제 1, 2 레지스터(34)(35)는 입력된 데이터 또는 이전 연산결과를 저장한다.In the microprocessor constructed as described above, the MDR 33 first stores the instruction in the IR 32 when the instruction is inputted from the external memory, then outputs it to the instruction decoder 31 or outputs the operation result of the ALU 37 to the external memory, The first and second registers (34) and (35) store the input data or previous calculation results.

명령 디코더(31)는 입력된 명령어를 해석하여 ALU(37)를 제어하고, ALU(37)는 사칙 연산과 논리 연산을 할 수 있는 회로로서 제 1, 2 레지스터(34)(35)에서 저장되어 있던 데이터를 입력받아 명령 디코더(31)의 제어에 따라 연산한 후 램(365)에 저장한다.The instruction decoder 31 controls the ALU 37 by interpreting the inputted instruction word and the ALU 37 is a circuit which can perform arithmetic operation and logical operation and is stored in the first and second registers 34 and 35 And stores the data in the RAM 365 after calculating the data according to the control of the command decoder 31. [

또한, 램(365)은 마이크로프로세서에서 저장해야 할 여러 가지 데이터를 저장하고, 필요시 제 1, 2 레지스터(34)(35)로 출력해준다.The RAM 365 stores various data to be stored in the microprocessor, and outputs the data to the first and second registers 34 and 35 when necessary.

그리고, MAR(38)은 외부 메모리의 어드레스를 출력해주고, 명령 디코더(31)에 의해 제어된다.The MAR 38 outputs the address of the external memory and is controlled by the command decoder 31. [

이와 같은 마이크로프로세서를 이용하여 허프만 코드를 디코딩하려면 예를 들어 표 1과 표 2와 같이 매크로블록 어드레스 증가 코드를 디코딩하기 위해서는 최대 11번의 비교 명령을 수행하여야 한다.In order to decode the Huffman codes using such a microprocessor, for example, as shown in Table 1 and Table 2, a maximum of 11 comparison commands must be performed to decode the macroblock address increase code.

만약, 코드가 00010인 코드를 디코딩하여 7인 값을 출력하기 위해서는 5번 비교 명령과 점프 명령을 수행하여야 하는데 처음에 첫 번째 비트가 0인지 아닌지 비교하여 0이면 그 다음 비트가 0인지 아닌지 비교하여 마지막 비트 까지 비교하는데 5번의 비교 명령이 필요하다.In order to decode a code having a code of 00010 and output a value of 7, a comparison instruction of 5 and a jump instruction should be executed. First, if the first bit is 0 or not, it is checked whether the next bit is 0 or not Five compare commands are needed to compare to the last bit.

즉, 마이크로프로세서를 이용하여 허프만 코드를 디코딩하려면 여러번의 명령어를 수행하여야 한다.That is, in order to decode Huffman codes using a microprocessor, several commands must be executed.

종래기술에 따른 마이크로프로세서는 하나의 허프만 코드를 디코딩하기 위해서는 여러번의 연산을 수행해야 하므로 연산 처리속도가 길어짐에 따른 많은 시간이 소비되는 문제점이 발생된다.Since the microprocessor according to the related art has to perform a plurality of operations in order to decode a single Huffman code, there is a problem that a long time is required as the processing speed increases.

본 발명은 종래기술에 따른 문제점을 해결하기 위하여 안출한 것으로 마이크로프로세서에 PLA를 추가하여 데이터 압축시 사용되는 가변 길이 코드의 디코딩시 빠른 디코딩을 수행할 수 있는 PLA를 갖는 마이크로프로세서를 제공하는데 그 목적이 있다.SUMMARY OF THE INVENTION The present invention provides a microprocessor having a PLA capable of performing fast decoding upon decoding a variable length code used in data compression by adding a PLA to a microprocessor, .

도 1은 일반적인 영상 압축을 설명하기 위한 블록도1 is a block diagram for explaining general image compression;

도 2는 일반적인 PLA의 구조를 설명하기 위한 도면2 is a view for explaining the structure of a general PLA;

도 3은 종래기술에 따른 마이크로프로세서의 구성을 설명하기 위한 블록도3 is a block diagram for explaining a configuration of a microprocessor according to the related art

도 4는 본 발명에 따른 PLA를 갖는 마이크로프로세서의 구성을 설명하기 위한 블록도4 is a block diagram for explaining a configuration of a microprocessor having a PLA according to the present invention

도면의 주요부분에 대한 부호의 설명DESCRIPTION OF THE REFERENCE NUMERALS

41 : MDR 42, 43 : 레지스터41: MDR 42, 43: Register

44 : IR 45 : 명령 디코더44: IR 45: command decoder

46 : RAM 47 : ALU46: RAM 47: ALU

48 : PLA 49 : MUX48: PLA 49: MUX

50 : MAR50: MAR

본 발명에 따른 PLA를 갖는 마이크로프로세서의 특징은 어큐뮬레이터에서 출력된 데이터를 입력받아 처리하는 프로그램 로직 어레이와, 상기 명령 디코더의 제어에 따라 허프만 코드 디코딩시 상기 프로그램 로직 어레이에서 출력되는 데이터를 선택 출력하는 먹스를 포함하여 구성됨에 있다.A microprocessor having a PLA according to the present invention is characterized by a program logic array for receiving and processing data output from an accumulator and a program logic array for selectively outputting data output from the program logic array upon Huffman code decoding under the control of the instruction decoder It is comprised of muxes.

또한, 본 발명에 따른 PLA를 갖는 마이크로프로세서의 다른 특징은 프로그램 로직 어레이는 허프만 코드 디코딩을 수행할 수 있는 프로그램 가능한 논리회로로 구성됨에 있다.Another feature of the microprocessor having the PLA according to the present invention is that the program logic array is composed of programmable logic circuit capable of performing Huffman code decoding.

이하, 본 발명에 따른 PLA를 갖는 마이크로프로세서를 첨부된 도면을 참조하여 설명하면 다음과 같다.Hereinafter, a microprocessor having a PLA according to the present invention will be described with reference to the accompanying drawings.

도 4는 본 발명에 따른 PLA를 갖는 마이크로프로세서의 구성을 설명하기 위한 블록도로써, 본 발명에 따른 PLA를 갖는 마이크로프로세서는 도 3과 동일한 MDR(41)과, 제 1, 2 레지스터(42)(43)와, IR(44)와, 명령 디코더(45)와, RAM(46)과, ALU(47)와, MAR(50)의 구성에 허프만 코드 디코딩시 제 1 레지스터(42)에서 출력된 데이터를 입력받아 처리하는 PLA(48)와, 명령 디코더(45)에서 출력된 디코딩 결과에 따라 PLA(48) 또는 ALU(47)에서 출력된 데이터를 선택 출력하는 MUX(Multiplexer)(49)를 더 추가하여 구성된다.FIG. 4 is a block diagram for explaining a configuration of a microprocessor having a PLA according to the present invention. The microprocessor having the PLA according to the present invention includes the MDR 41, the first and second registers 42, Which is output from the first register 42 when Huffman code decoding is performed on the configuration of the register 43, the IR 44, the command decoder 45, the RAM 46, the ALU 47 and the MAR 50, A PLA 48 for receiving and processing data and a multiplexer 49 for selectively outputting data output from the PLA 48 or the ALU 47 according to the decoding result output from the command decoder 45 .

이와 같이 구성된 본 발명에 따른 PLA를 갖는 마이크로프로세서는 도 3과 동일한 MDR(41)과 제 1, 2 레지스터(42)(43)와 IR(44)와 명령 디코더(45)와 RAM(46)과 ALU(47)와 MAR(50)의 동작은 앞에서 설명한 바와 같고, 추가된 PLA(48)는 사용자가 내부에 원하는 허프만 코드 디코딩을 구현할 수 있는 논리 회로를 프로그램한다.The microprocessor having the PLA according to the present invention configured as described above includes the MDR 41, the first and second registers 42 and 43, the IR 44, the command decoder 45, the RAM 46, The operations of the ALU 47 and the MAR 50 are the same as described above, and the PLA 48 added thereto programs a logic circuit that allows the user to implement desired Huffman code decoding.

PLA(48)는 제 1 레지스터(42)에서 출력된 데이터를 입력받아 처리하고, MUX(49)는 명령 디코더(45)에서 출력된 디코딩 결과에 따라 허프만 코드 디코딩시 PLA(48)에서 출력된 데이터를 선택 출력한다.The PLA 48 receives and processes the data output from the first register 42 and the MUX 49 receives the data output from the PLA 48 upon Huffman code decoding according to the decoding result output from the command decoder 45 .

본 발명에 따른 PLA를 갖는 마이크로프로세서는 ALU 이외의 별도의 PLA를 두어 압축된 데이터 즉, 허프만 코드를 디코딩할 때 한 번의 명령으로 처리할 수 있도록 하여 처리 속도를 수배까지 향상되는 효과가 있다.The microprocessor having the PLA according to the present invention has a separate PLA other than the ALU so that it can process the compressed data, that is, Huffman code, with a single instruction when decoded, thereby improving the processing speed by several orders of magnitude.

그리고, 최근에 데이터 압축 기법으로 각광을 받고 있는 허프만 코드를 사용하는 여러 가지 응용 분야에서 널리 사용될 수 있다.And, it can be widely used in various application fields using Huffman code, which has recently been spotlighted as a data compression technique.

Claims (2)

어큐뮬레이터와 명령 디코더를 갖는 마이크로프로세서에서,In a microprocessor having an accumulator and an instruction decoder, 상기 어큐뮬레이터에서 출력된 데이터를 입력받아 처리하는 프로그램 로직 어레이와,A program logic array for receiving and processing data output from the accumulator, 상기 명령 디코더의 제어에 따라 허프만 코드 디코딩시 상기 프로그램 로직 어레이에서 출력되는 데이터를 선택 출력하는 먹스를 포함하여 구성됨을 특징으로 하는 피엘에이(PLA)를 갖는 마이크로프로세서.And a mux for selectively outputting data output from the program logic array upon Huffman code decoding under the control of the instruction decoder. 제 1 항에 있어서, 상기 프로그램 로직 어레이는2. The system of claim 1, wherein the program logic array 허프만 코드 디코딩을 수행할 수 있는 프로그램 가능한 논리회로로 구성됨을 특징으로 하는 피엘에이(PLA)를 갖는 마이크로프로세서.And a programmable logic circuit capable of performing Huffman code decoding. ≪ Desc / Clms Page number 19 >
KR1019970050132A 1997-09-30 1997-09-30 A microprocessor having PLA (PLA) KR19990027639A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970050132A KR19990027639A (en) 1997-09-30 1997-09-30 A microprocessor having PLA (PLA)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970050132A KR19990027639A (en) 1997-09-30 1997-09-30 A microprocessor having PLA (PLA)

Publications (1)

Publication Number Publication Date
KR19990027639A true KR19990027639A (en) 1999-04-15

Family

ID=66044624

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970050132A KR19990027639A (en) 1997-09-30 1997-09-30 A microprocessor having PLA (PLA)

Country Status (1)

Country Link
KR (1) KR19990027639A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010063192A (en) * 1999-12-22 2001-07-09 구자홍 Hoffman code decoding apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010063192A (en) * 1999-12-22 2001-07-09 구자홍 Hoffman code decoding apparatus

Similar Documents

Publication Publication Date Title
US7132963B2 (en) Methods and apparatus for processing variable length coded data
US6678422B1 (en) Method and apparatus for image data compression with low memory requirement
US5450599A (en) Sequential pipelined processing for the compression and decompression of image data
US5604498A (en) Huffman decoder
KR100624432B1 (en) Context adaptive binary arithmetic decoder method and apparatus
KR940006352A (en) Variable length code decoder for video decompression operations
KR960028554A (en) Decoding device for decoding various types of code signals
US6298087B1 (en) System and method for decoding a variable length code digital signal
JPH07222164A (en) Digital video bit stream coder
US5959872A (en) Apparatus and method for bidirectional scanning of video coefficients
KR102654690B1 (en) Deep learning accelerator and method thereof
US20200359055A1 (en) Decoding device and control method of decoding device
KR19990027639A (en) A microprocessor having PLA (PLA)
US7646923B2 (en) Method and apparatus for compressing a stream of video data
US5654704A (en) Video variable length code encoder with EOB insertion responsive to word length
JP3009993B2 (en) Huffman decoding device
JPH08116268A (en) Information processing unit
JP3032160B2 (en) Method and circuit for rearranging output data in variable length decoder
JP2735001B2 (en) Image coding device
KR100255062B1 (en) Circuit for zero-run developing run/level sets and method for zero-run developing the same
Reza System level design of adaptive arithmetic encoder/decoder for JPEG 2000 standard
US10841595B2 (en) Methods and apparatus for transform coefficient encoding and decoding
CN111225205B (en) Method and apparatus for performing intra-block prediction
Ramanarayanana et al. High performance CCSDS image data compression using GPGPUs for space applications
KR0159296B1 (en) Variable length encoding method and apparatus of video signals

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid