US5907635A - Picture data decompression apparatus - Google Patents

Picture data decompression apparatus Download PDF

Info

Publication number
US5907635A
US5907635A US08/506,975 US50697595A US5907635A US 5907635 A US5907635 A US 5907635A US 50697595 A US50697595 A US 50697595A US 5907635 A US5907635 A US 5907635A
Authority
US
United States
Prior art keywords
decoding
dequantization
bits
code pattern
picture data
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Lifetime
Application number
US08/506,975
Inventor
Kohji Numata
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Acer Inc
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Assigned to NEC CORPORATION reassignment NEC CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NUMATA, KOHJI
Priority to US09/206,285 priority Critical patent/US6363176B1/en
Application granted granted Critical
Publication of US5907635A publication Critical patent/US5907635A/en
Assigned to ACER INC. reassignment ACER INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NEC CORPORATION
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/423Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/61Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding

Definitions

  • This invention relates to a coding and decoding system for picture data which employs orthogonal transform which is one of high efficiency compression coding methods, and more particularly to a picture data decompression apparatus which decompresses compressed picture data obtained by orthogonal transform, quantization and variable length coding of original picture data at a high speed.
  • FIG. 12 A procedure of processing of a conventional picture data decompression apparatus is illustrated in FIG. 12.
  • compressed picture data are first read in at step S121, and then at step S122, a header of the compressed picture data is analyzed to extract information necessary for decompression of the picture data such as a picture size, a number of blocks to be processed and so forth. Then at step S123, variable length codes of the compressed picture data are decoded in units of one block to obtain quantized orthogonal transform coefficients. At subsequent step S124, the quantized orthogonal transform coefficients are dequantized, and then at step S125, data obtained by such dequantization are written for one block into a memory, and the thus written data are read out from the memory. At step S126, the data thus read out are processed by inverse orthogonal transform to obtain picture data for one block.
  • step S123 The operations from the decoding processing of variable length codes at step S123 to the inverse orthogonal transform processing at step S126 are repeated for all of the blocks extracted in the header analysis processing at step S122 until it is determined at step S127 that processing for all of the blocks has been completed. Then at step S128, the picture data for one frame are written into a frame memory, and then the compressed picture data are decompressed.
  • compressed code bits are cut out by a plural number and compared with a code table, and when a coincident bit pattern is found out in the code table, coefficient data corresponding in a one-by-one corresponding relationship to the bit train in the code table can be determined.
  • the data are written into the memory in order indicated by the numbers of the data construction in the block illustrated in FIG. 13, and data to be used for inverse orthogonal transform are read in order in the vertical direction and the horizontal direction of the block.
  • a compressed code bit train is cut out by a plurality of bits, and the pattern of the thus cut out bits is compared with a code table. Then, if a coincident pattern is not found out in the code table, then the processing of cutting out a further plurality of bits from the compressed code bit train and comparing the thus cut out bits with the code table again is repeated until a coincident pattern is found out in the code table. Consequently, the conventional picture data compression method is disadvantageous in that it requires much processing time.
  • a picture data decompression apparatus for decompressing compressed picture data obtained by orthogonal transform, quantization and variable length coding of original picture data, comprising code pattern extraction means for extracting code patterns in units of n bits from the compressed picture data, n being an integral number greater than 1, m decoding and dequantization means each for decoding and dequantizing a code pattern from the code pattern extraction means, m being an integral number greater than 1, and inverse orthogonal transform means for inverse orthogonal transforming decoded and dequantized data from the m decoding and dequantization means, each of the decoding and dequantization means decoding and dequantizing, from a code pattern of n bits extracted by the code pattern extraction means, only a predetermined variable length code of a single unique code pattern of n bits from among m different predetermined patterns.
  • the code pattern extraction means includes a compressed code buffer for storing the compressed picture data, a table for defining a corresponding relationship between the m code patterns of n bits and the m decoding and dequantization means, and switching means for extracting the picture data stored in the compressed code buffer as a code pattern in units of n bits and inputting the thus extracted code pattern into a corresponding one of the decoding and decompression means referring to the table.
  • the picture data decompression apparatus further comprises a dequantized data buffer for storing decoded and dequantized data from the m decoding and dequantization means
  • each of the decoding and dequantization means includes a buffer address calculation section for calculating a storage address to the dequantized data buffer from a run length of a coded coefficient represented by all or some of bits of a code pattern of n bits inputted thereto, a dequantization calculation section for performing dequantization calculation of a level of a coded coefficient represented by all or some of bits of a code pattern of n bits inputted thereto referring to the dequantization table, and an extraction pointer updating section for updating an extraction pointer for the compressed code buffer by a number equal to a number of effective bits used by the buffer address calculation section and the dequantization calculation section from within a code pattern of n bits inputted thereto.
  • each of the decoding and dequantization means performs storage into the dequantized data buffer in order of coded coefficients without performing scanning conversion, and the inverse orthogonal transform means reads out the stored data of the dequantized data buffer designating an address and performs inverse orthogonal transform processing of the thus read out data.
  • the m different code patterns in units of n bits are decoded and dequantized simultaneously for individual code patterns by the m decoding and dequantization means, the code patterns can be decoded at a comparatively small number of steps, and consequently, the entire decompression processing can be performed at a higher speed than ever.
  • one or a plurality of coefficients regarding data after decoding and decompression processing are stored in order of addresses into the memory without performing scanning conversion simultaneously, and upon inverse orthogonal transform, data are read in designating an address and inverse orthogonal transform of the thus read in data is performed. Consequently, decompression processing can be performed at a high speed without the necessity of processing of scanning conversion upon writing.
  • FIG. 1 is a block diagram showing an entire construction of a picture data decompression apparatus according to a preferred embodiment of the present invention
  • FIG. 2 is a block diagram illustrating different functions of a decoding and dequantization module in the picture data decompression apparatus of FIG. 1;
  • FIG. 3 is a flow chart illustrating an outline of a flow of picture data decompression processing of the picture data decompression apparatus of FIG. 1;
  • FIG. 4 is a diagrammatic view illustrating several code patterns handled in the picture data decompression apparatus of FIG. 1 from among 512 different 9-bit code patterns;
  • FIG. 5 is a table illustrating the relationship between a variable code, a run and a level prescribed in the MPEG
  • FIG. 6 is a flow chart illustrating a flow of processing of the picture data compression apparatus of FIG. 1 after a code pattern of 9 bits is extracted from a compressed code buffer until the code pattern is distributed to one of m decoding and dequantization modules;
  • FIG. 7 is a flow chart illustrating a flow of processing by each of the decoding and dequantization modules shown in FIG. 6;
  • FIG. 8 is a diagrammatic view illustrating the relationship between a dequantization table and a dequantized data buffer in the picture data compression apparatus of FIG. 1;
  • FIGS. 9(A), 9(B) and 9(C) are diagrammatic views illustrating different steps of processing performed by one of the decoding and dequantization modules shown in FIG. 6 in order of processing in a corresponding relationship to FIG. 8;
  • FIGS. 10(A), 10(B), 10(C) and 10(D) are diagrammatic views illustrating different steps of processing performed by one of the decoding and dequantization modules shown in FIG. 6 in order of processing in a corresponding relationship to FIG. 8;
  • FIG. 11(A) is a diagrammatic view illustrating a writing order of data into the dequantization data buffer in the picture data decompression apparatus of FIG. 1, and FIG. 11(B) is a similar view but illustrating a reading out order of data from the dequantization data buffer;
  • FIG. 12 is a flow chart illustrating an outline of a flow of conventional picture data decompression processing.
  • FIG. 13 is a diagrammatic view illustrating a writing order and a reading out order of data in such conventional picture data decompression processing as illustrated in FIG. 12.
  • FIG. 1 there is shown an entire construction of a picture data decompression apparatus according to a preferred embodiment of the present invention.
  • the picture data decompression apparatus shown includes a compressed code buffer 1, a module switching section 2, a jump table 3, m decoding and dequantization modules 4, a dequantization table 5, a dequantized data buffer 6, and an inverse orthogonal transform section 7.
  • the compressed code buffer 1 stores compressed picture data obtained by orthogonal transform, quantization and variable length coding.
  • the picture data are in the form of variable length codes coded by Huffman coding of picture data in order of zigzag scanning in units of a block of 8 ⁇ 8 picture elements discriminating a run which is a number of preceding coefficients of zero and a level which is a value of a non-zero quantized orthogonal transform coefficient.
  • the module switching section 2 extracts picture data stored in the compressed code buffer 1 in a code pattern in units of n bits and inputs the thus extracted code pattern into a corresponding one of the decoding and dequantization modules 4 referring to the jump table 3.
  • Code patterns which are processed by the m decoding and dequantization modules 4 are different from one another, and when the code pattern extracted from the compressed code buffer 1 is, for example, "001001000" of 9 bits, the module switching section 2 extracts an address corresponding to the code pattern from the jump table 3, selects one of the decoding and dequantization modules 4 in accordance with the address and inputs the code pattern into the thus selected decoding and dequantization module 4.
  • Each of the decoding and dequantization modules 4 has a module configuration by which a code pattern of n bits can be processed at a time and includes, from its functions, as shown in FIG. 2, a buffer address calculation section 8 for calculating a storage address to the dequantized data buffer 6 from a run length of a coded coefficient represented by all or some of bits of a code pattern of n bits inputted thereto, a dequantization calculation section 9 for performing a dequantization calculation of a level of a coded coefficient represented by all or some of the bits of a code pattern of n bits inputted thereto, and an extraction pointer updating section 10 for updating an extraction pointer for the compressed code buffer 1 by a number equal to the number of effective bits used by the buffer address calculation section 8 and the dequantization calculation section 9 from among an inputted n-bit code pattern.
  • FIG. 3 illustrates an outline of a flow of picture data processing where the picture data decompression apparatus shown in FIG. 1 is employed.
  • variable length coded picture data are read in at step S31, and a header of the compressed picture data is analyzed to extract information necessary for picture data decompression such as a picture size, a number of blocks to be processed and so forth from the compressed picture data at step S32.
  • decoding and dequantization processing of variable length codes (VLCs) in units of one block of variable length codes is performed.
  • the picture data decompression apparatus shown in FIG. 1 is characterized in that, in order to assure high speed processing, m code patterns of n bits are decoded and dequantized simultaneously for the individual code patterns.
  • step S34 data after such dequantization are written for one block into a memory, and then, data to be used for inverse orthogonal transform are read out from the memory.
  • the thus read out data are inverse orthogonal transformed at step S35.
  • the steps of operations from the decoding and dequantization processing of VLCs at step S33 to the inverse orthogonal transform processing at step S33 are repeated for all of the blocks extracted in the header analyzing processing at step S32, that is, the steps of operations are repeated until it is discriminated at step S36 that processing for all of the blocks has been completed.
  • step S37 the picture data for one frame are written into the frame memory, and then, the compressed picture data are decompressed.
  • a total of 2 9 512 code patterns from "000000000” to "111111111” are represented with 9 bits.
  • any code pattern from among the 512 different code patterns which is not specified in the code table of the MPEG (Moving Picture Experts Group), which is the international standard for picture compression, but is somewhat common with but totally with another non-specified code pattern then these non-specified patterns are treated similarly.
  • code patterns which are specified in the code table of the MPEG are treated independently from the non-specified code patterns.
  • the number of different code patterns of 9 bits or less specified in the code table of the MPEG is 177. This will be described with reference to FIG. 4.
  • the "111" pattern from the first to third bits and the "0111” pattern from the fourth to seventh bits, both commonly included in the code patterns, are specified in the code table of the MPEG.
  • "00" of the eighth and ninth bits in the code pattern (1), "01” in the code pattern (2) and “11” in the code pattern (3) are not specified in the code table, and accordingly, the three code patterns (1), (2) and (3) are handled as a same single pattern although the eighth and ninth bits of them are different from one another.
  • the code pattern (4) is determined as a single independent pattern.
  • the decoding and dequantization modules 4 shown in FIG. 1 are provided by 177 in number in the present picture data decompression apparatus. Further, in the MPEG, 113 VLCs which appear frequently are prepared for a pair of a run and a level of a VLC. FIG. 5 shows some of such VLCs. From among the VLCs shown, those 26 VLCs which are composed of 9 bits or less can each be decoded and quantized, using only a VLC extracted by the module switching section 2, from a run and a level represented by the VLC since a code pattern extracted by the module switching section 2 is composed of 9 bits.
  • VLCs composed of 9 bits or less are included in a code pattern of 9 bits
  • the VLCs can be processed at the same time.
  • the value of the level processed in each of the decoding and dequantization modules 4 is fixed, no multiplication need be performed newly upon dequantization, but a coefficient can be calculated only by bit shifting and addition. The calculation of a coefficient is given by the following equation:
  • FIG. 6 illustrates a flow of processing by the picture data decompression apparatus shown in FIG. 1.
  • a code pattern of 9 bits is read in from the compressed code buffer 1 at step S61.
  • an address is extracted from the jump table 3 using the code pattern of 9 bits thus read in as an index, and one of the decoding and dequantization modules 4 designated by the address is selected from among the 177 decoding and dequantization modules 4.
  • the code pattern of 9 bits is inputted to the thus selected decoding and dequantization modules 4 so that decoding and dequantization processing is performed for the code pattern. If the VLC ("10") representing an EOB (End of Block) is included in the code pattern, then the control sequence returns to step S61.
  • EOB End of Block
  • FIG. 7 illustrates a flow of processing by one of the decoding and dequantization modules 4.
  • the code pattern of 9 bits extracted from the compressed code buffer 1 is, for example, "000110101” and the effective bit number of the VLC is 7 bits from the first to seventh bits, and when the run length represented by "0001101" of the 7 bits is "1" and the level of it is "2", the contents of the dequantization table 5 and the dequantized data buffer 6 regarding one block and an address pointer for them are such as illustrated in FIG. 8.
  • the address pointer is first incremented by "1" as seen in FIG. 9(A) by the buffer address calculation section 8 shown in FIG.
  • the code pattern of 9 bits extracted is "011011010” and includes three VLCs, and the run length represented by the first VLC of "0110” is “1" and the level of it is “1”; the run length of the second VLC of "110” is “0” and the level of it is “1”; and the last VLC of "10” is an EOB representing an end of the block, and the effective bit number of the code pattern is 9 bits.
  • the address pointer is incremented by 1 as seen in FIG.
  • the decoding and decompression processing of the one block is completed, and the address pointer is transferred to a buffer for a next block, and at step S73, the read pointer for the compressed code buffer 1 is displaced 9 bits, by which the processing has been completed, at step S73, thereby ending the processing illustrated in FIG. 7.

Abstract

The invention provides a picture data decompression apparatus which reduces the time required for decompression of picture data and operates at a high speed. The picture data decompression apparatus includes a module switching section for extracting code patterns in units of n bits the compressed picture data, m decoding and dequantization modules, and an inverse orthogonal transform section for inverse orthogonal transforming decoded and dequantized data from the m decoding and dequantization means. Each of the decoding and dequantization modules decodes and dequantizes, from a code pattern in units of n bits extracted by the module switching section, only a predetermined variable length code of a single unique code pattern of n bits from among m different predetermined patterns. Each of the decoding and dequantization modules performs storage into the dequantized data buffer in order of coded coefficients without performing scanning conversion, and the inverse orthogonal transform section reads out the stored data of the dequantized data buffer designating an address and performs inverse orthogonal transform processing of the thus read out data.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to a coding and decoding system for picture data which employs orthogonal transform which is one of high efficiency compression coding methods, and more particularly to a picture data decompression apparatus which decompresses compressed picture data obtained by orthogonal transform, quantization and variable length coding of original picture data at a high speed.
2. Description of the Related Art
A procedure of processing of a conventional picture data decompression apparatus is illustrated in FIG. 12.
Referring to FIG. 12, compressed picture data are first read in at step S121, and then at step S122, a header of the compressed picture data is analyzed to extract information necessary for decompression of the picture data such as a picture size, a number of blocks to be processed and so forth. Then at step S123, variable length codes of the compressed picture data are decoded in units of one block to obtain quantized orthogonal transform coefficients. At subsequent step S124, the quantized orthogonal transform coefficients are dequantized, and then at step S125, data obtained by such dequantization are written for one block into a memory, and the thus written data are read out from the memory. At step S126, the data thus read out are processed by inverse orthogonal transform to obtain picture data for one block.
The operations from the decoding processing of variable length codes at step S123 to the inverse orthogonal transform processing at step S126 are repeated for all of the blocks extracted in the header analysis processing at step S122 until it is determined at step S127 that processing for all of the blocks has been completed. Then at step S128, the picture data for one frame are written into a frame memory, and then the compressed picture data are decompressed. In this instance, in the decoding processing of variable length codes at step S123, compressed code bits are cut out by a plural number and compared with a code table, and when a coincident bit pattern is found out in the code table, coefficient data corresponding in a one-by-one corresponding relationship to the bit train in the code table can be determined. When no coincident bit pattern is found out in the code table, an additional bit is cut out, and the formerly cut out bits with the additional bit are compared with the code table again. After coefficient data are determined, they are multiplied by a quantization value for dequantization to obtain input data for inverse orthogonal transform.
Further, in the data writing and reading out processing at step S125, the data are written into the memory in order indicated by the numbers of the data construction in the block illustrated in FIG. 13, and data to be used for inverse orthogonal transform are read in order in the vertical direction and the horizontal direction of the block.
In the conventional picture data decompression method described above, a compressed code bit train is cut out by a plurality of bits, and the pattern of the thus cut out bits is compared with a code table. Then, if a coincident pattern is not found out in the code table, then the processing of cutting out a further plurality of bits from the compressed code bit train and comparing the thus cut out bits with the code table again is repeated until a coincident pattern is found out in the code table. Consequently, the conventional picture data compression method is disadvantageous in that it requires much processing time.
Further, in order to write data, which remain arranged in order as zigzag-scanned on the coding side, into a memory after dequantization, processing of scanning conversion is required, and the memory is accessed in units of one coefficient. Consequently, the conventional picture data decompression method has disadvantages also in that a very great number of processing steps are required for the microprocessor and also accessing to the memory is complicated, resulting in much processing time.
SUMMARY OF THE INVENTION
It is an object of the present invention to provide a picture data decompression apparatus which can decompress compressed data at a high speed.
In order to attain the object described above, according to the present invention, there is provided a picture data decompression apparatus for decompressing compressed picture data obtained by orthogonal transform, quantization and variable length coding of original picture data, comprising code pattern extraction means for extracting code patterns in units of n bits from the compressed picture data, n being an integral number greater than 1, m decoding and dequantization means each for decoding and dequantizing a code pattern from the code pattern extraction means, m being an integral number greater than 1, and inverse orthogonal transform means for inverse orthogonal transforming decoded and dequantized data from the m decoding and dequantization means, each of the decoding and dequantization means decoding and dequantizing, from a code pattern of n bits extracted by the code pattern extraction means, only a predetermined variable length code of a single unique code pattern of n bits from among m different predetermined patterns.
Preferably, the code pattern extraction means includes a compressed code buffer for storing the compressed picture data, a table for defining a corresponding relationship between the m code patterns of n bits and the m decoding and dequantization means, and switching means for extracting the picture data stored in the compressed code buffer as a code pattern in units of n bits and inputting the thus extracted code pattern into a corresponding one of the decoding and decompression means referring to the table.
Preferably, the picture data decompression apparatus further comprises a dequantized data buffer for storing decoded and dequantized data from the m decoding and dequantization means, and each of the decoding and dequantization means includes a buffer address calculation section for calculating a storage address to the dequantized data buffer from a run length of a coded coefficient represented by all or some of bits of a code pattern of n bits inputted thereto, a dequantization calculation section for performing dequantization calculation of a level of a coded coefficient represented by all or some of bits of a code pattern of n bits inputted thereto referring to the dequantization table, and an extraction pointer updating section for updating an extraction pointer for the compressed code buffer by a number equal to a number of effective bits used by the buffer address calculation section and the dequantization calculation section from within a code pattern of n bits inputted thereto.
Preferably, each of the decoding and dequantization means performs storage into the dequantized data buffer in order of coded coefficients without performing scanning conversion, and the inverse orthogonal transform means reads out the stored data of the dequantized data buffer designating an address and performs inverse orthogonal transform processing of the thus read out data.
In the picture data decompression apparatus, the m different code patterns in units of n bits are decoded and dequantized simultaneously for individual code patterns by the m decoding and dequantization means, the code patterns can be decoded at a comparatively small number of steps, and consequently, the entire decompression processing can be performed at a higher speed than ever.
Further, one or a plurality of coefficients regarding data after decoding and decompression processing are stored in order of addresses into the memory without performing scanning conversion simultaneously, and upon inverse orthogonal transform, data are read in designating an address and inverse orthogonal transform of the thus read in data is performed. Consequently, decompression processing can be performed at a high speed without the necessity of processing of scanning conversion upon writing.
The above and other objects, features and advantages of the present invention will become apparent from the following description and the appended claims, taken in conjunction with the accompanying drawings in which like parts or elements are denoted by like reference characters.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram showing an entire construction of a picture data decompression apparatus according to a preferred embodiment of the present invention;
FIG. 2 is a block diagram illustrating different functions of a decoding and dequantization module in the picture data decompression apparatus of FIG. 1;
FIG. 3 is a flow chart illustrating an outline of a flow of picture data decompression processing of the picture data decompression apparatus of FIG. 1;
FIG. 4 is a diagrammatic view illustrating several code patterns handled in the picture data decompression apparatus of FIG. 1 from among 512 different 9-bit code patterns;
FIG. 5 is a table illustrating the relationship between a variable code, a run and a level prescribed in the MPEG;
FIG. 6 is a flow chart illustrating a flow of processing of the picture data compression apparatus of FIG. 1 after a code pattern of 9 bits is extracted from a compressed code buffer until the code pattern is distributed to one of m decoding and dequantization modules;
FIG. 7 is a flow chart illustrating a flow of processing by each of the decoding and dequantization modules shown in FIG. 6;
FIG. 8 is a diagrammatic view illustrating the relationship between a dequantization table and a dequantized data buffer in the picture data compression apparatus of FIG. 1;
FIGS. 9(A), 9(B) and 9(C) are diagrammatic views illustrating different steps of processing performed by one of the decoding and dequantization modules shown in FIG. 6 in order of processing in a corresponding relationship to FIG. 8;
FIGS. 10(A), 10(B), 10(C) and 10(D) are diagrammatic views illustrating different steps of processing performed by one of the decoding and dequantization modules shown in FIG. 6 in order of processing in a corresponding relationship to FIG. 8;
FIG. 11(A) is a diagrammatic view illustrating a writing order of data into the dequantization data buffer in the picture data decompression apparatus of FIG. 1, and FIG. 11(B) is a similar view but illustrating a reading out order of data from the dequantization data buffer;
FIG. 12 is a flow chart illustrating an outline of a flow of conventional picture data decompression processing; and
FIG. 13 is a diagrammatic view illustrating a writing order and a reading out order of data in such conventional picture data decompression processing as illustrated in FIG. 12.
DESCRIPTION OF THE PREFERRED EMBODIMENT
Referring first to FIG. 1, there is shown an entire construction of a picture data decompression apparatus according to a preferred embodiment of the present invention. The picture data decompression apparatus shown includes a compressed code buffer 1, a module switching section 2, a jump table 3, m decoding and dequantization modules 4, a dequantization table 5, a dequantized data buffer 6, and an inverse orthogonal transform section 7.
The compressed code buffer 1 stores compressed picture data obtained by orthogonal transform, quantization and variable length coding. The picture data are in the form of variable length codes coded by Huffman coding of picture data in order of zigzag scanning in units of a block of 8×8 picture elements discriminating a run which is a number of preceding coefficients of zero and a level which is a value of a non-zero quantized orthogonal transform coefficient.
The module switching section 2 extracts picture data stored in the compressed code buffer 1 in a code pattern in units of n bits and inputs the thus extracted code pattern into a corresponding one of the decoding and dequantization modules 4 referring to the jump table 3. Code patterns which are processed by the m decoding and dequantization modules 4 are different from one another, and when the code pattern extracted from the compressed code buffer 1 is, for example, "001001000" of 9 bits, the module switching section 2 extracts an address corresponding to the code pattern from the jump table 3, selects one of the decoding and dequantization modules 4 in accordance with the address and inputs the code pattern into the thus selected decoding and dequantization module 4.
Each of the decoding and dequantization modules 4 has a module configuration by which a code pattern of n bits can be processed at a time and includes, from its functions, as shown in FIG. 2, a buffer address calculation section 8 for calculating a storage address to the dequantized data buffer 6 from a run length of a coded coefficient represented by all or some of bits of a code pattern of n bits inputted thereto, a dequantization calculation section 9 for performing a dequantization calculation of a level of a coded coefficient represented by all or some of the bits of a code pattern of n bits inputted thereto, and an extraction pointer updating section 10 for updating an extraction pointer for the compressed code buffer 1 by a number equal to the number of effective bits used by the buffer address calculation section 8 and the dequantization calculation section 9 from among an inputted n-bit code pattern.
FIG. 3 illustrates an outline of a flow of picture data processing where the picture data decompression apparatus shown in FIG. 1 is employed. Referring to FIG. 3, variable length coded picture data are read in at step S31, and a header of the compressed picture data is analyzed to extract information necessary for picture data decompression such as a picture size, a number of blocks to be processed and so forth from the compressed picture data at step S32. Then at step S33, decoding and dequantization processing of variable length codes (VLCs) in units of one block of variable length codes is performed. Here, the picture data decompression apparatus shown in FIG. 1 is characterized in that, in order to assure high speed processing, m code patterns of n bits are decoded and dequantized simultaneously for the individual code patterns. At step S34, data after such dequantization are written for one block into a memory, and then, data to be used for inverse orthogonal transform are read out from the memory. The thus read out data are inverse orthogonal transformed at step S35. Then, the steps of operations from the decoding and dequantization processing of VLCs at step S33 to the inverse orthogonal transform processing at step S33 are repeated for all of the blocks extracted in the header analyzing processing at step S32, that is, the steps of operations are repeated until it is discriminated at step S36 that processing for all of the blocks has been completed. Then at step S37, the picture data for one frame are written into the frame memory, and then, the compressed picture data are decompressed.
In the following, an example of operation where the number n of code bits to be processed at a time is 9 bits, that is, a code pattern to be extracted from the compressed code buffer 1 by the module switching section 2 is 9 bits, will be described. In ordinary natural pictures, almost all data can be represented in codes of 9 bits or less.
A total of 29 =512 code patterns from "000000000" to "111111111" are represented with 9 bits. However, if any code pattern from among the 512 different code patterns which is not specified in the code table of the MPEG (Moving Picture Experts Group), which is the international standard for picture compression, but is somewhat common with but totally with another non-specified code pattern then these non-specified patterns are treated similarly. By contrast, code patterns which are specified in the code table of the MPEG are treated independently from the non-specified code patterns. The number of different code patterns of 9 bits or less specified in the code table of the MPEG is 177. This will be described with reference to FIG. 4. For example, with regard to four different code patterns (1) to (4) shown, the "111" pattern from the first to third bits and the "0111" pattern from the fourth to seventh bits, both commonly included in the code patterns, are specified in the code table of the MPEG. However, "00" of the eighth and ninth bits in the code pattern (1), "01" in the code pattern (2) and "11" in the code pattern (3) are not specified in the code table, and accordingly, the three code patterns (1), (2) and (3) are handled as a same single pattern although the eighth and ninth bits of them are different from one another. In contrast, since "10" of the eighth and ninth bits in the code pattern (4) is included in the code table, the code pattern (4) is determined as a single independent pattern.
According to the MPEG, since the 177 code patterns from among the 512 code patterns are significant, the decoding and dequantization modules 4 shown in FIG. 1 are provided by 177 in number in the present picture data decompression apparatus. Further, in the MPEG, 113 VLCs which appear frequently are prepared for a pair of a run and a level of a VLC. FIG. 5 shows some of such VLCs. From among the VLCs shown, those 26 VLCs which are composed of 9 bits or less can each be decoded and quantized, using only a VLC extracted by the module switching section 2, from a run and a level represented by the VLC since a code pattern extracted by the module switching section 2 is composed of 9 bits. Further, if a plurality of VLCs composed of 9 bits or less are included in a code pattern of 9 bits, then the VLCs can be processed at the same time. Furthermore, since the value of the level processed in each of the decoding and dequantization modules 4 is fixed, no multiplication need be performed newly upon dequantization, but a coefficient can be calculated only by bit shifting and addition. The calculation of a coefficient is given by the following equation:
______________________________________
coefficient = level (fixed in value for each routine) ×
quantization table value =
       fixed value (±1  ˜ ±6) ×
quantization table value
______________________________________
FIG. 6 illustrates a flow of processing by the picture data decompression apparatus shown in FIG. 1. Referring to FIG. 6, in order to decode VLCs for one block, a code pattern of 9 bits is read in from the compressed code buffer 1 at step S61. Then at step S62, an address is extracted from the jump table 3 using the code pattern of 9 bits thus read in as an index, and one of the decoding and dequantization modules 4 designated by the address is selected from among the 177 decoding and dequantization modules 4. Then, at step S63, the code pattern of 9 bits is inputted to the thus selected decoding and dequantization modules 4 so that decoding and dequantization processing is performed for the code pattern. If the VLC ("10") representing an EOB (End of Block) is included in the code pattern, then the control sequence returns to step S61.
FIG. 7 illustrates a flow of processing by one of the decoding and dequantization modules 4.
It is assumed that the code pattern of 9 bits extracted from the compressed code buffer 1 is, for example, "000110101" and the effective bit number of the VLC is 7 bits from the first to seventh bits, and when the run length represented by "0001101" of the 7 bits is "1" and the level of it is "2", the contents of the dequantization table 5 and the dequantized data buffer 6 regarding one block and an address pointer for them are such as illustrated in FIG. 8. In this instance, in one of the decoding and dequantization modules 4 which corresponds to the code pattern of 9 bits "000110101", since the run length of the VLC is "1", the address pointer is first incremented by "1" as seen in FIG. 9(A) by the buffer address calculation section 8 shown in FIG. 2 at step S71 illustrated in FIG. 7. In calculation processing for dequantization at next step S72, since the level is "2", a value ("B") of the dequantization table 5 designated by the address pointer is shifted one bit leftwardly (or multiplied by 2) by the dequantization calculation section 9 shown in FIG. 2, and a resultant value ("2B") is written into the corresponding address of the dequantized data buffer 6 as seen in FIG. 9(B), whereafter the address pointer is incremented as seen in FIG. 9(C). In pointer updating processing at next step S73, since the effective bit number thus processed is 7 bits, a read pointer for the compressed code buffer 1 is displaced 7 bits, thereby completing the processing by the selected decoding and dequantization module 4.
In contrast, it is assumed here that the code pattern of 9 bits extracted is "011011010" and includes three VLCs, and the run length represented by the first VLC of "0110" is "1" and the level of it is "1"; the run length of the second VLC of "110" is "0" and the level of it is "1"; and the last VLC of "10" is an EOB representing an end of the block, and the effective bit number of the code pattern is 9 bits. In this instance, first at step S71, since the run length of the first VLC is "1", the address pointer is incremented by 1 as seen in FIG. 10(A), and at next step S72, since the level of the first VLC is "1", a value ("D") of the dequantization table 5 designated by the address pointer is written as it is (multiplied by 1) into the dequantized data buffer 6 as seen in FIG. 10(B) and the address pointer is incremented as seen in FIG. 10(C). Further, since the run length of the second VLC is "0", the address is maintained, and since the level of the second VLC is "1", a value ("E") of the dequantization table 5 designated by the address pointer is written as it is (multiplied by 1) into the dequantized data buffer 6 as seen in FIG. 10(D). Then, since the third VLC is an EOB, the decoding and decompression processing of the one block is completed, and the address pointer is transferred to a buffer for a next block, and at step S73, the read pointer for the compressed code buffer 1 is displaced 9 bits, by which the processing has been completed, at step S73, thereby ending the processing illustrated in FIG. 7.
As described above, by processing decoding and dequantization of a variable length code at the same time, the value used for multiplication is fixed in any of the decoding and dequantization modules 4, and consequently, shifting and addition need not be used for calculation of a coefficient and, where the level is "1", no multiplication need be performed. Consequently, processing of one calculation operation for each one coefficient, which is required conventionally, can be eliminated, and accordingly, high speed processing can be performed even with a CPU (central processing unit) which does not include a multiplier.
Further, in successive processing, in data writing and reading processing at step S34 of FIG. 3, data after decoding and dequantization processing of variable length codes are stored successively in order of coefficients calculated in the decoding and dequantization processing of the variable codes without performing scanning conversion as seen in FIG. 11(A). In inverse orthogonal transform processing at step S35 in FIG. 3 by the inverse orthogonal transform section 7, the data are read out from the dequantized data buffer 6 designating an address directly in order of numerical values illustrated in FIG. 11(B). Consequently, there is no need of performing scanning conversion upon writing. Further, since data are successively written into the dequantized data buffer 6, it is also possible to write a plurality of coefficients at the same time, and when compared with the conventional writing and reading processing illustrated in FIG. 13, since no address calculation processing of a memory is involved, higher speed processing can be achieved. On the other hand, since data are read out, also in the picture data decompression apparatus, at random similarly as in the conventional reading out processing, an equal processing time is required.
Having now fully described the invention, it will be apparent to one of ordinary skill in the art that many changes and modifications can be made thereto without departing from the spirit and scope of the invention as set forth herein.

Claims (4)

What is claimed is:
1. A picture data decompression apparatus for decompressing compressed picture data, said compressed picture data being obtained by orthogonal transform, quantization and variable length coding of original picture data, comprising:
code pattern extraction means for extracting code patterns in units of n bits from the compressed picture data, n being an integral number greater than 1;
a plurality of decoding and dequantization means, each of said plurality of decoding and dequantization means being selectable to simultaneously decode and dequantize a code pattern from said code pattern extraction means; and
inverse orthogonal transform means for inverse orthogonal transforming decoded and dequantized data from said plurality of decoding and dequantization means,
wherein each of said plurality of decoding and dequantization means, decodes and dequantizes, from a code pattern of n bits extracted by said code pattern extraction means, predetermined variable length code patterns and wherein one of said plurality of decoding and dequantization means is selected based on the n-bit code pattern,
wherein said code pattern extraction means includes:
a compressed code buffer for storing the compressed picture data;
a jump table including address information for each of said plurality of decoding and dequantization means, said jump table defining a corresponding relationship between the code patterns of n bits and said plurality of decoding and dequantization means; and
a switching means for extracting the picture data stored in said compressed code buffer as a code pattern in units of n bits and inputting the extracted code pattern into corresponding one of said decoding and dequantization means referring to the address information of said jump table.
2. A picture data decompression apparatus as claimed in claim 1, further comprising a dequantized data buffer for storing decoded and dequantized data from said decoding and dequantization means, and wherein each of said decoding and dequantization means includes a buffer address calculation section for calculating a storage address to said dequantized data buffer from a run length of a coded coefficient represented by all or some of the bits of a code pattern of n bits inputted thereto, a dequantization calculation section for performing dequantization calculation of a level of a coded coefficient represented by all or some of the bits of a code pattern of n bits inputted thereto referring to a dequantization table, and an extraction pointer updating section for updating an extraction pointer for said compressed code buffer by a number equal to a number of effective bits used by said buffer address calculation section and said dequantization calculation section from within a code pattern of n bits inputted thereto.
3. A picture data decompression apparatus as claimed in claim 2, wherein each of said decoding and dequantization means performs storage into said dequantized data buffer in order of coded coefficients without performing scanning conversion, and said inverse orthogonal transform means reads out the stored data of said dequantized data buffer designating an address and performs inverse orthogonal transform processing of the thus read out data.
4. The picture data decompression apparatus for decompressing compressed picture data, said compressed picture data being obtained by orthogonal transform quantization and variable length coding of original picture data, comprising:
code pattern extraction means for extracting code patterns in units of n bits from the compressed picture data, n being an integral number greater than 1, wherein the n bits extracted correspond to one of: a non-specified code pattern and a specified code pattern according to the MPEG standard;
a plurality of decoding and dequantization means, each of said plurality of decoding and dequantization means being selectable to simultaneously decode and dequantize a code pattern from said code pattern from said code pattern extraction means; and
inverse orthogonal transform means for inverse orthogonal transforming decoded and dequantized data from said plurality of decoding and dequantization means,
wherein each of said plurality of decoding and dequantization means decodes and dequantizes, from a code pattern of n bits extracted by said code pattern extraction means, predetermined variable length code patterns,
wherein non-specified code patterns having x bits in a common sequence, where x is less than n, are input to a first one of said plurality of said decoding and dequantization means and are treated similarly to each other, and wherein the specified code pattern having the same x bit common sequence as the non-specified code patterns but differing in n-x bits is input to a second one of said plurality of decoding and dequantization means.
US08/506,975 1994-07-28 1995-07-28 Picture data decompression apparatus Expired - Lifetime US5907635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/206,285 US6363176B1 (en) 1994-07-28 1998-12-07 Picture data decompression apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP17636494A JP3076201B2 (en) 1994-07-28 1994-07-28 Image data expansion method
JP6-176364 1994-07-28

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US09/206,285 Continuation US6363176B1 (en) 1994-07-28 1998-12-07 Picture data decompression apparatus

Publications (1)

Publication Number Publication Date
US5907635A true US5907635A (en) 1999-05-25

Family

ID=16012331

Family Applications (2)

Application Number Title Priority Date Filing Date
US08/506,975 Expired - Lifetime US5907635A (en) 1994-07-28 1995-07-28 Picture data decompression apparatus
US09/206,285 Expired - Lifetime US6363176B1 (en) 1994-07-28 1998-12-07 Picture data decompression apparatus

Family Applications After (1)

Application Number Title Priority Date Filing Date
US09/206,285 Expired - Lifetime US6363176B1 (en) 1994-07-28 1998-12-07 Picture data decompression apparatus

Country Status (2)

Country Link
US (2) US5907635A (en)
JP (1) JP3076201B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6573905B1 (en) 1999-11-09 2003-06-03 Broadcom Corporation Video and graphics system with parallel processing of graphics windows
US6608630B1 (en) 1998-11-09 2003-08-19 Broadcom Corporation Graphics display system with line buffer control scheme
US6636222B1 (en) 1999-11-09 2003-10-21 Broadcom Corporation Video and graphics system with an MPEG video decoder for concurrent multi-row decoding
US6661422B1 (en) 1998-11-09 2003-12-09 Broadcom Corporation Video and graphics system with MPEG specific data transfer commands
US6768774B1 (en) 1998-11-09 2004-07-27 Broadcom Corporation Video and graphics system with video scaling
US6781601B2 (en) 1999-11-09 2004-08-24 Broadcom Corporation Transport processor
US20100195923A1 (en) * 2001-08-30 2010-08-05 Nokia Corporation Implementation of a transform and of a subsequent quantization
US8063916B2 (en) 2003-10-22 2011-11-22 Broadcom Corporation Graphics layer reduction for video composition
US8199154B2 (en) 1998-11-09 2012-06-12 Broadcom Corporation Low resolution graphics mode support using window descriptors
US20160088309A1 (en) * 2012-10-31 2016-03-24 Tangentix Limited Apparatus and Method for Compression of Image Data Assembled Into Groups

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2327577B (en) * 1997-07-18 2002-09-11 British Broadcasting Corp Re-encoding decoded signals
DE60027122T2 (en) * 1999-12-24 2006-09-28 Matsushita Electric Industrial Co., Ltd., Kadoma Signal processing device and method
US7103750B2 (en) * 2003-03-20 2006-09-05 International Business Machines Corporation Method and apparatus for finding repeated substrings in pattern recognition
US7440762B2 (en) * 2003-12-30 2008-10-21 Trueposition, Inc. TDOA/GPS hybrid wireless location system
KR101086434B1 (en) * 2007-03-28 2011-11-25 삼성전자주식회사 Method and apparatus for displaying video data

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5008951A (en) * 1988-09-02 1991-04-16 Fuji Xerox Image information encoding/decoding device
JPH04137975A (en) * 1990-09-28 1992-05-12 Fujitsu Ltd Inverse orthogonal transformation method and circuit
US5379070A (en) * 1992-10-02 1995-01-03 Zoran Corporation Parallel encoding/decoding of DCT compression/decompression algorithms
US5386233A (en) * 1993-05-13 1995-01-31 Intel Corporation Method for efficient memory use
US5416606A (en) * 1989-12-21 1995-05-16 Canon Kabushiki Kaisha Method and apparatus for encoding or decoding an image in accordance with image characteristics
US5426462A (en) * 1993-05-13 1995-06-20 Intel Corporation Apparatus for encoding signals using a configurable transform circuit
US5453788A (en) * 1993-02-10 1995-09-26 Ricoh Company, Ltd. Apparatus for converting encoded data into image data, including data preparing circuit, to allow enlargement or reduction of image
US5510840A (en) * 1991-12-27 1996-04-23 Sony Corporation Methods and devices for encoding and decoding frame signals and recording medium therefor
US5579052A (en) * 1993-05-27 1996-11-26 Sgs-Thomson Microelectronics S.A. Picture processing system
US5592399A (en) * 1993-05-26 1997-01-07 Intel Corporation Pipelined video encoder architecture

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04183186A (en) * 1990-11-19 1992-06-30 Toshiba Corp Image recording and reprodcing device
JP2839392B2 (en) * 1991-08-13 1998-12-16 富士通株式会社 Image data restoration method and apparatus

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5008951A (en) * 1988-09-02 1991-04-16 Fuji Xerox Image information encoding/decoding device
US5416606A (en) * 1989-12-21 1995-05-16 Canon Kabushiki Kaisha Method and apparatus for encoding or decoding an image in accordance with image characteristics
JPH04137975A (en) * 1990-09-28 1992-05-12 Fujitsu Ltd Inverse orthogonal transformation method and circuit
US5510840A (en) * 1991-12-27 1996-04-23 Sony Corporation Methods and devices for encoding and decoding frame signals and recording medium therefor
US5379070A (en) * 1992-10-02 1995-01-03 Zoran Corporation Parallel encoding/decoding of DCT compression/decompression algorithms
US5453788A (en) * 1993-02-10 1995-09-26 Ricoh Company, Ltd. Apparatus for converting encoded data into image data, including data preparing circuit, to allow enlargement or reduction of image
US5386233A (en) * 1993-05-13 1995-01-31 Intel Corporation Method for efficient memory use
US5426462A (en) * 1993-05-13 1995-06-20 Intel Corporation Apparatus for encoding signals using a configurable transform circuit
US5592399A (en) * 1993-05-26 1997-01-07 Intel Corporation Pipelined video encoder architecture
US5579052A (en) * 1993-05-27 1996-11-26 Sgs-Thomson Microelectronics S.A. Picture processing system

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040207644A1 (en) * 1998-11-09 2004-10-21 Broadcom Corporation Graphics display system with anti-flutter filtering and vertical scaling feature
US20040208245A1 (en) * 1998-11-09 2004-10-21 Broadcom Corporation Video and graphics system with video scaling
US8848792B2 (en) 1998-11-09 2014-09-30 Broadcom Corporation Video and graphics system with video scaling
US8493415B2 (en) 1998-11-09 2013-07-23 Broadcom Corporation Graphics display system with video scaler
US6661422B1 (en) 1998-11-09 2003-12-09 Broadcom Corporation Video and graphics system with MPEG specific data transfer commands
US6661427B1 (en) 1998-11-09 2003-12-09 Broadcom Corporation Graphics display system with video scaler
US6700588B1 (en) 1998-11-09 2004-03-02 Broadcom Corporation Apparatus and method for blending graphics and video surfaces
US6731295B1 (en) 1998-11-09 2004-05-04 Broadcom Corporation Graphics display system with window descriptors
US6738072B1 (en) 1998-11-09 2004-05-18 Broadcom Corporation Graphics display system with anti-flutter filtering and vertical scaling feature
US6744472B1 (en) 1998-11-09 2004-06-01 Broadcom Corporation Graphics display system with video synchronization feature
US20040130558A1 (en) * 1998-11-09 2004-07-08 Broadcom Corporation Apparatus and method for blending graphics and video surfaces
US6768774B1 (en) 1998-11-09 2004-07-27 Broadcom Corporation Video and graphics system with video scaling
US8199154B2 (en) 1998-11-09 2012-06-12 Broadcom Corporation Low resolution graphics mode support using window descriptors
US9077997B2 (en) 1998-11-09 2015-07-07 Broadcom Corporation Graphics display system with unified memory architecture
US6630945B1 (en) 1998-11-09 2003-10-07 Broadcom Corporation Graphics display system with graphics window control mechanism
US20060290708A1 (en) * 1998-11-09 2006-12-28 Macinnis Alexander G Graphics display system with anti-flutter filtering and vertical scaling feature
US6608630B1 (en) 1998-11-09 2003-08-19 Broadcom Corporation Graphics display system with line buffer control scheme
US7209992B2 (en) 1998-11-09 2007-04-24 Broadcom Corporation Graphics display system with unified memory architecture
US6819330B2 (en) 1998-11-09 2004-11-16 Broadcom Corporation Graphics display System with color look-up table loading mechanism
US7911483B1 (en) * 1998-11-09 2011-03-22 Broadcom Corporation Graphics display system with window soft horizontal scrolling mechanism
US7920151B2 (en) 1998-11-09 2011-04-05 Broadcom Corporation Graphics display system with video scaler
US7991049B2 (en) 1998-11-09 2011-08-02 Broadcom Corporation Video and graphics system with video scaling
US9575665B2 (en) 1998-11-09 2017-02-21 Broadcom Corporation Graphics display system with unified memory architecture
US6781601B2 (en) 1999-11-09 2004-08-24 Broadcom Corporation Transport processor
US6636222B1 (en) 1999-11-09 2003-10-21 Broadcom Corporation Video and graphics system with an MPEG video decoder for concurrent multi-row decoding
US6573905B1 (en) 1999-11-09 2003-06-03 Broadcom Corporation Video and graphics system with parallel processing of graphics windows
US10515134B2 (en) * 2001-08-30 2019-12-24 Nokia Technologies Oy Implementation of a transform and of a subsequent quantization
US20100195923A1 (en) * 2001-08-30 2010-08-05 Nokia Corporation Implementation of a transform and of a subsequent quantization
US8063916B2 (en) 2003-10-22 2011-11-22 Broadcom Corporation Graphics layer reduction for video composition
US20160088309A1 (en) * 2012-10-31 2016-03-24 Tangentix Limited Apparatus and Method for Compression of Image Data Assembled Into Groups
US9479792B2 (en) * 2012-10-31 2016-10-25 Tangentix Limited Apparatus and method for compression of image data assembled into groups

Also Published As

Publication number Publication date
US6363176B1 (en) 2002-03-26
JP3076201B2 (en) 2000-08-14
JPH0846794A (en) 1996-02-16

Similar Documents

Publication Publication Date Title
KR100214055B1 (en) Data compression for indexed color image data
US5907635A (en) Picture data decompression apparatus
EP0260139A1 (en) Image processing
JP3341962B2 (en) Variable length decoder and method for decoding variable length code value
JPH0818460A (en) Huffman decorder
JPH06152435A (en) Expanding device and compressing/expanding device for variable length code
US7248735B2 (en) Compression and decompression method of image data
JPH11177985A (en) Method and device for high speed image compression
US5959872A (en) Apparatus and method for bidirectional scanning of video coefficients
US7187802B2 (en) Method and apparatus for progressive JPEG image decoding
US6594398B1 (en) Method and apparatus for run-length encoding video data
US20020081038A1 (en) Graphic image coding
JP3170312B2 (en) Image processing device
JPH02272970A (en) Data processing circuit
JPH08130652A (en) Compression and expansion system for two-dimension image data
US7733249B2 (en) Method and system of compressing and decompressing data
KR20020064913A (en) Decodong of data
KR100255062B1 (en) Circuit for zero-run developing run/level sets and method for zero-run developing the same
JPH0654196A (en) Image processor
JP2845098B2 (en) Decoding method and apparatus for multi-level image compression code
JP2698034B2 (en) Code conversion method, code conversion system, and digital data signal processing method
JP2934425B1 (en) Image data compression device and image data decompression device
JP2693557B2 (en) Encoding device
JPH06152988A (en) Decoder for variable length encoding
EP0652670A1 (en) Image encoding apparatus and method

Legal Events

Date Code Title Description
AS Assignment

Owner name: NEC CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NUMATA, KOHJI;REEL/FRAME:007591/0493

Effective date: 19950720

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: ACER INC., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NEC CORPORATION;REEL/FRAME:022615/0577

Effective date: 20090325

FPAY Fee payment

Year of fee payment: 12