US20130236097A1 - Embedded graphics coding for images with sparse histograms - Google Patents

Embedded graphics coding for images with sparse histograms Download PDF

Info

Publication number
US20130236097A1
US20130236097A1 US13/866,217 US201313866217A US2013236097A1 US 20130236097 A1 US20130236097 A1 US 20130236097A1 US 201313866217 A US201313866217 A US 201313866217A US 2013236097 A1 US2013236097 A1 US 2013236097A1
Authority
US
United States
Prior art keywords
bit
group
value
plane
pixels
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.)
Abandoned
Application number
US13/866,217
Inventor
Wei Liu
Mohammad Gharavi-Alkhansari
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to US13/866,217 priority Critical patent/US20130236097A1/en
Assigned to SONY CORPORATION reassignment SONY CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GHARAVI-ALKHANSARI, MOHAMMAD, LIU, WEI
Publication of US20130236097A1 publication Critical patent/US20130236097A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/24Systems for the transmission of television signals using pulse code modulation
    • 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/63Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding using sub-band based transform, e.g. wavelets
    • H04N19/64Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding using sub-band based transform, e.g. wavelets characterised by ordering of coefficients or of bits for transmission
    • H04N19/647Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding using sub-band based transform, e.g. wavelets characterised by ordering of coefficients or of bits for transmission using significance based coding, e.g. Embedded Zerotrees of Wavelets [EZW] or Set Partitioning in Hierarchical Trees [SPIHT]

Definitions

  • This invention pertains generally to data compression, and more particularly to data compression for images with sparse histograms.
  • FIG. 1 illustrates histogram 12 of an image 10 after an 8 ⁇ 8 discrete cosine transform 16 .
  • the histogram 12 has a single peak 14 , which is located around 0.
  • Quantization is applied (if necessary), and entropy coding of the (quantized) prediction residuals or transform coefficients is performed.
  • the entropy coder is generally designed for distributions similar to those shown in FIG. 1 . In other words, if the distribution has significantly different shape, the coding performance could be poor.
  • FIG. 2 is an example of such an “unnatural image”.
  • Inter-pixel correlation is weaker, and prediction or transform does not provide a sparse distribution as for natural images.
  • bitstream is not scalable, which means that the decoder needs the whole bitstream to decode the image. Partial reconstruction is not possible without re-encoding.
  • Processes for compressing images with sparse histograms are disclosed.
  • the image is divided into blocks, and a bit budget is assigned for each block.
  • the pixels of a block are converted and coded bit-plane by bit-plane, starting from the Most Significant Bit-plane (MSB) and going towards the Least Significant Bit-plane (LSB).
  • the pixels of the block are partitioned into groups. Each group contains pixels that have the same value. A group is split, if pixels in the group have different values in the bit-plane being encoded. Moving from the MSB to the LSB, the groups in each bit-plane are processed.
  • the encoder sends a “0” for a group if all members of the group have same bit value at the current bit-plane being processed, followed by the bit value. If the group members have different values, the encoder splits the group and sends a “1”, followed by refinement bits for each pixel of the group.
  • a method of processing an image comprises dividing the image into blocks using a first processor, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and saving the compressed image file to memory coupled to the first processor.
  • the image comprises an image having a sparse histogram.
  • Scanning and encoding the pixels at a current bit-plane comprises processing all existing groups of the block, where for each group, if the pixels all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
  • the method further comprises decoding the compressed image file with a second processor to uncompress the image.
  • Decoding the compressed image file comprises processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane. Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group.
  • the bit budget of each of the blocks is shared between the blocks.
  • the first processor is within a device selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • an apparatus for processing an image comprises a first processor configured for processing pixels of an image and programming executable on the first processor for, dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels.
  • the apparatus further comprises memory coupled to the first processor, wherein the compressed image file is stored within the memory.
  • Programming is configured to scan and encode the pixels bit-plane by bit-plane, and for each bit-plane comprising processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
  • the apparatus further comprises: second programming executing on the first processor or a second processor and the second programming configured to decode the compressed image file to uncompress the image.
  • the decoder is further configured for processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane.
  • Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group.
  • the bit budget of each of the blocks is shared between the blocks.
  • the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • an apparatus for processing an image with a sparse histogram comprises first processing means configured for processing pixels of the image, encoding means executable on the first processing means for dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and storage means coupled to the first processing means, wherein the compressed image file is stored within the storage means.
  • Encoding means is configured to scan and encode the pixels bit-plane by bit-plane, and at the current bit-plane it comprises processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
  • the apparatus further comprises decoding means executable on the first processing means or a second processing means coupled to the first processing means and the decoding means configured to decode the compressed image file to uncompress the image.
  • the decoding means comprises a decoder configured to decode the compressed image file by processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane.
  • Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group.
  • the bit budget of each of the blocks is shared between the blocks.
  • the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • an apparatus for processing an image with a sparse histogram comprises a first processor for processing pixels of the image, an encoder executable on the first processor for dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and a storage device coupled to the first processing device, wherein the compressed image file is stored within the storage device.
  • the encoder is configured to scan and encode bit-plane by bit-plane, and at the current bit-plane the encoding comprises processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
  • the apparatus further comprises a decoder executable on the first processing means or a second processing means coupled to the first processing means and the decoder configured to decode the compressed image file to uncompress the image.
  • the decoder is configured to decode the compressed image file by processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane.
  • Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group.
  • the bit budget of each of the blocks is shared between the blocks.
  • the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • a network of devices comprises an encoder device for encoding an image comprises dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and a decoder device for decoding the compressed image file comprises by processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane.
  • Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group.
  • the encoder device is configured to scan and encode the pixels bit-plane by bit-plane, and at the current bit-plane the encoding comprises processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
  • the bit budget of each of the blocks is shared between the blocks.
  • multiple blocks are able to share their bit budget with each other, such that more bits are able to be allocated to blocks that are difficult to encode. This is to improve overall coding performance.
  • one bit budget is shared by all blocks in an image.
  • each block has its own bit budget. Any variation of bit budgets between one bit budget for all blocks and each block having a bit budget is possible.
  • FIG. 1 illustrates a schematic diagram of prior art discrete cosine transform of an image and corresponding histogram.
  • FIG. 2 illustrates a typical graphics image
  • FIG. 3 illustrates a schematic diagram of method for encoding a graphics image in accordance with some embodiments.
  • FIG. 4 illustrates a schematic diagram of EGC encoding for a bit-plane in a block according to some embodiments.
  • FIG. 5 illustrates a schematic diagram of EGC encoding for a block according to some embodiments.
  • FIG. 6 illustrates a schematic diagram of EGC encoding of multiple blocks that share the bit budget according to some embodiments.
  • FIG. 7 illustrates a schematic diagram of EGC decoding for a bit-plane in a block according to some embodiments.
  • FIG. 8 illustrates a schematic diagram of EGC decoding for a single block according to some embodiments.
  • FIG. 9 illustrates a schematic diagram of EGC decoding of multiple blocks that share the bit budget according to some embodiments.
  • FIG. 10 illustrates a schematic diagram of a system for encoding and decoding a graphics image using EGC in accordance with some embodiments.
  • the embedded graphics coding for images with sparse histograms is embodied in the apparatus generally shown in the non-prior art figures. It will be appreciated that the apparatus is able to vary as to configuration and as to details of the parts, and that the method is able to vary as to the specific steps and sequence, without departing from the basic concepts as disclosed herein.
  • the embedded graphics coding for images with sparse histograms includes a coding algorithm and systems and methods to encode images having sparse histograms, e.g. typically for (but not limited to) graphical or textual images.
  • the algorithm, systems and methods use a new process called Embedded Graphics Coding (EGC), which provides lossy to lossless scalability, wherein even if the decoding is stopped in the middle of the bitstream, the decoder is able to still make a reasonable decoded block based on the bits it has received. If the entire bitstream is sent, the image is able to be losslessly reconstructed.
  • ECC Embedded Graphics Coding
  • the algorithm, systems and methods described herein have low complexity, and high coding performance.
  • FIG. 3 illustrates a flow diagram of the process 30 of encoding an image with a sparse histogram.
  • a bit budget is set for each block at step 34 .
  • the bit budget is generally agreed upon by both the encoder and the decoder.
  • the encoder and decoder are able to be configured such that the bit budget is able to be dynamically changed if the bandwidth is time-varying.
  • the coded bitstream is fully embedded, so the bit budget is able to be changed arbitrarily.
  • the pixels of the image are converted into binary representations at step 36 .
  • the encoder need not perform any prediction or transform, because it is assumed the pixels already have a sparse histogram. The lack of prediction or transform cuts back on computations and required processing power.
  • bit-plane of a digital image is a set of bits having the same position in the respective binary numbers. For example, for 8-bit data representation there are 8 bit-planes. The first bit-plane contains the set of the most significant bit and the 8th contains the least significant bit. The most significant bit-plane (MSB) is scanned and encoded first, progressing to the next-most significant bit-plane, until the least significant bit-plane (LSB) is scanned. The encoding process of each bit-plane is described in detail below.
  • the encoding is stopped. Encoding is generally stopped if one of two conditions occurs: 1) the bit budget of the current block is depleted, or 2) if the reconstructed block has reached the end of LSB. In this case, the decoder has also determined the end of a block.
  • FIG. 4 illustrates a schematic diagram of EGC encoding for a bit-plane in a block according to some embodiments.
  • the number of existing groups (N) is obtained.
  • the current group is set to be group 1.
  • the algorithm evaluates whether the pixels in the current group have the same bit value in the current bit-plane.
  • a “1” is written into the bitstream, followed by the bit value for each pixel in the current group, in the step 58 .
  • a new group is generated without increasing N.
  • the group is split into two where the pixels with value “0” are kept in the same group and pixels with the value “1” are put into the new group.
  • the encoder evaluates whether the current group is group N. If the current group is not group N, then the process goes to the next group, in the step 66 , and the process resumes in the step 54 . If the current group is group N, then encoding the current bit-plane ends.
  • FIG. 5 illustrates a schematic diagram of EGC encoding for a block according to some embodiments.
  • the current bit-plane is set to be the MSB.
  • the current bit-plane is encoded using the method described in FIG. 4 .
  • FIG. 6 illustrates a schematic diagram of EGC encoding of multiple blocks that share the bit budget according to some embodiments.
  • the pixels of each block are put into a same group for each block (pixels of different blocks are in different groups).
  • the current bit-plane is set to be the MSB.
  • the current block is set to be the first block.
  • the current bit-plane of the current block is encoded using the method of FIG. 4 .
  • the current block is the last block, then it is determined if the current bit-plane is the LSB, in the step 90 . If the current bit-plane is the LSB, then the encoding ends. If the current bit-plane is not the LSB, then the process moves to the next bit-plane in the step 92 , and the process resumes at the step 82 .
  • FIG. 7 illustrates a schematic diagram of EGC decoding for a bit-plane in a block according to some embodiments.
  • the number of existing groups (N) is obtained.
  • the current group is set to be group 1.
  • a bit is read from the bitstream.
  • bit read For example, if the second bit read is a “1,” then all bits are set as a “1.” If the bit value is not “0,” then a bit is read from the bitstream for each pixel in the group, and the bit is set to be the bit value of that pixel in the current bit-plane, in the step 110 .
  • a new group is generated without increasing N.
  • the group is split, where the pixels with value “0” are kept in the same group, and the pixels with value “1” are put into the new group.
  • the step 116 it is determined if the current group is group N. If the current group is not group N, then the process moves to the next group in the step 118 . If the current group is group N, then the current bit-plane decoding ends.
  • FIG. 8 illustrates a schematic diagram of EGC decoding for a single block according to some embodiments.
  • the current bit-plane is set to be the MSB.
  • the current bit-plane is decoded using the method described in FIG. 7 .
  • FIG. 9 illustrates a schematic diagram of EGC decoding of multiple blocks that share the bit budget according to some embodiments.
  • the pixels of each block are put into a same group for each block (pixels of different blocks are in different groups).
  • the current bit-plane is set to be the MSB.
  • the current block is set to be the first block.
  • the current bit-plane of the current block is decoded using the method of FIG. 7 .
  • the current block is the last block, then it is determined if the current bit-plane is the LSB, in the step 142 . If the current bit-plane is the LSB, then the encoding ends. If the current bit-plane is not the LSB, then the process moves to the next bit-plane in the step 144 , and the process resumes at the step 134 .
  • multiple blocks are able to share their bit budget with each other, such that more bits are able to be allocated to blocks that are difficult to encode. This is to improve overall coding performance.
  • one bit budget is shared by all blocks in an image.
  • each block has its own bit budget. Any variation of bit budgets between one bit budget for all blocks and each block having a bit budget is possible.
  • the algorithm performs pixel reconstruction of a partially recovered image. If a pixel has had its LSB decoded, the decoder knows the true value of the pixel. If the decoding of a pixel stops somewhere in the middle, then the decoder only knows a range of values in which the pixel value is in.
  • the true pixel value is in the range 10110000 ⁇ 10110111 (in binary representation).
  • the decoder chooses the close to mid-point reconstruction and sets the unknown bits to be 100 . . . 0.
  • the reconstruction value would be 10110100.
  • FIG. 10 illustrates an exemplary system 200 for encoding and decoding a graphics image with a sparse histogram in accordance with some embodiments.
  • the raw image 202 is processed by the first device 204 having a processor 206 and encoder 208 in accordance with some embodiments.
  • the devices 204 , 214 are able to be a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray®writer/player, a television, a home entertainment system or other device with a processor 206 and memory or other storage means 209 for storing encoding module 208 .
  • the raw image is able to then be encoded using encoder 208 comprising programming/encoding means to form a compressed image file 210 (e.g.
  • Second device 214 comprises a processor 216 , memory or storage means 219 and decoding module 218 that comprises programming/decoding means configured to read the compressed data file 210 and decodes it in accordance with the methods described herein (e.g. via the algorithms/processes described above) to generate the uncompressed image 220 . It is appreciated that both devices are able to include both the encoding module 208 and decoding module 218 , and likewise perform both encoding and decoding operations.
  • a “1” is sent in the MSB to indicate an original group that was split into two groups, and 1 bit per pixel to send the bit values of each pixel at the MSB. Otherwise, a “0” is sent to indicate that all the pixels in the group are the same.
  • bit-planes For the following bit-planes, a “00” is sent for the group of 0s, and “01” is sent for the group of 255s.
  • the total bits for lossless compression of a block is
  • n is the pixel number of a block.
  • the encoding algorithm is able to also be constructed so that if a group has only 1 or 2 members, it does not send the 1-bit “split-or-not” signal, and the refinement bit(s) are sent directly.
  • bit-stream is able to be re-arranged for better embeddedness. If a group is split, the sending of its refinement bits is delayed, and the algorithm moves forward to process the next group. It is possible that the next group is not split, and thus one bit is able to be used to represent multiple bits. Also, if the bit-stream is stopped in the middle of a bit-plane, this approach provides better reconstruction quality.
  • the decoder is able to be configured to withdraw refining of a group if some of the refinement bits for the current group are not received.
  • the bits are able to also be coded using run-length coding or binary arithmetic coding to further improve coding efficiency.
  • the embedded graphics coding methods are also suitable as a supplement to conventional image coding.
  • the embedded graphics coding is able to be combined with any block-based image coding algorithms. In such case, 1 bit in the bit-stream is used to tell the decoder whether EGC is used.
  • Embodiments are described with reference to flowchart illustrations of methods and systems according to some embodiments. These methods and systems are also able to be implemented as computer program products.
  • each block or step of a flowchart, and combinations of blocks (and/or steps) in a flowchart are able to be implemented by various means, such as hardware, firmware, and/or software including one or more computer program instructions embodied in computer-readable program code logic.
  • any such computer program instructions are able to be loaded onto a computer, including without limitation a general purpose computer or special purpose computer, or other programmable processing apparatus to produce a machine, such that the computer program instructions which execute on the computer or other programmable processing apparatus create means for implementing the functions specified in the block(s) of the flowchart(s).
  • blocks of the flowcharts support combinations of means for performing the specified functions, combinations of steps for performing the specified functions, and computer program instructions, such as embodied in computer-readable program code logic means, for performing the specified functions. It will also be understood that each block of the flowchart illustrations, and combinations of blocks in the flowchart illustrations, are able to be implemented by special purpose hardware-based computer systems which perform the specified functions or steps, or combinations of special purpose hardware and computer-readable program code logic means.
  • these computer program instructions are able to also be stored in a computer-readable memory that is able to direct a computer or other programmable processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the block(s) of the flowchart(s).
  • the computer program instructions are able to also be loaded onto a computer or other programmable processing apparatus to cause a series of operational steps to be performed on the computer or other programmable processing apparatus to produce a computer-implemented process such that the instructions which execute on the computer or other programmable processing apparatus provide steps for implementing the functions specified in the block(s) of the flowchart(s).
  • a user acquires a video/image such as on a digital camcorder, and while or after the video is acquired, or when sending the video to another device such as a computer, the EGC method automatically encodes each image of the video, so that the video is encoded appropriately to maintain a high quality video.
  • the EGC method occurs automatically without user involvement.
  • the video is also able to be decoded to be displayed using a similar method.
  • the EGC method is used to encode and transmit images such as frames of a video.
  • Each image block is processed from the MSB to the LSB, hence the resulting bit-plane is still embedded.
  • the improved encoding method is able to be used in any implementation including, but not limited to, wireless high definition (WiHD).
  • the EGC for images with sparse histograms method described herein is able to be used with videos and/or images, including high definition videos.
  • High definition video is able to be in any format including but not limited to HDCAM, HDCAM-SR, DVCPRO HD, D5 HD, XDCAM HD, HDV and AVCHD.

Abstract

Processes for compressing images with sparse histograms are disclosed. The image is divided into blocks, and a bit budget is assigned for each block. The pixels of a block are converted and coded bit-plane by bit-plane, starting from the Most Significant Bit (MSB) and going towards the Least Significant Bit (LSB). The pixels of the block are partitioned into groups. Each group contains pixels that have same value. Moving from the MSB to the LSB, the groups in each bit-plane are processed. When processing a group, the encoder sends a “0” if all group members have same bit value at the current bit-plane being processed, followed by the bit value; otherwise, the encoder sends a “1”, followed by refinement bits for each pixel of the group, and the encoder splits the group.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims priority from U.S. Provisional Application Ser. No. 61/185,557, filed on Jun. 9, 2009, and entitled, “Embedded Graphics Coding for Images with Sparse Histograms,” which is incorporated herein by reference in its entirety.
  • NOTICE OF MATERIAL SUBJECT TO COPYRIGHT PROTECTION
  • A portion of the material in this patent document is subject to copyright protection under the copyright laws of the United States and of other countries. The owner of the copyright rights has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the United States Patent and Trademark Office publicly available file or records, but otherwise reserves all copyright rights whatsoever. The copyright owner does not hereby waive any of its rights to have this patent document maintained in secrecy, including without limitation its rights pursuant to 37 C.F.R. §1.14.
  • FIELD OF THE INVENTION
  • This invention pertains generally to data compression, and more particularly to data compression for images with sparse histograms.
  • BACKGROUND OF THE INVENTION
  • Most image compression schemes are designed for “natural images”, e.g. photos taken by a digital camera. For natural images, strong correlation exists among neighboring pixels. Hence, most image compression schemes work by de-correlating the pixels using prediction/transform, or both. This results in a sparse histogram of the prediction residuals or transform coefficients. FIG. 1 illustrates histogram 12 of an image 10 after an 8×8 discrete cosine transform 16. As shown in FIG. 1, the histogram 12 has a single peak 14, which is located around 0. Quantization is applied (if necessary), and entropy coding of the (quantized) prediction residuals or transform coefficients is performed. The entropy coder is generally designed for distributions similar to those shown in FIG. 1. In other words, if the distribution has significantly different shape, the coding performance could be poor.
  • However, there is also a large amount of “unnatural” images in need of compression. These images often comprise graphics or text, which typically have a large dynamic range strong contrast, sharp edges, strong textures, and sparse histograms. FIG. 2 is an example of such an “unnatural image”.
  • These types of images usually cannot be well handled by conventional image compression algorithms. Inter-pixel correlation is weaker, and prediction or transform does not provide a sparse distribution as for natural images.
  • One attempt to address compression of these images is called “histogram packing”, where the encoder goes through the whole image, computes the histogram, and does a non-linear mapping of the pixels before compressing the image. The compression requires a two-pass processing, causing increased memory cost and more computations. The bitstream is not scalable, which means that the decoder needs the whole bitstream to decode the image. Partial reconstruction is not possible without re-encoding.
  • SUMMARY OF THE INVENTION
  • Processes for compressing images with sparse histograms are disclosed. The image is divided into blocks, and a bit budget is assigned for each block. The pixels of a block are converted and coded bit-plane by bit-plane, starting from the Most Significant Bit-plane (MSB) and going towards the Least Significant Bit-plane (LSB). The pixels of the block are partitioned into groups. Each group contains pixels that have the same value. A group is split, if pixels in the group have different values in the bit-plane being encoded. Moving from the MSB to the LSB, the groups in each bit-plane are processed. The encoder sends a “0” for a group if all members of the group have same bit value at the current bit-plane being processed, followed by the bit value. If the group members have different values, the encoder splits the group and sends a “1”, followed by refinement bits for each pixel of the group.
  • In one aspect, a method of processing an image, comprises dividing the image into blocks using a first processor, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and saving the compressed image file to memory coupled to the first processor. The image comprises an image having a sparse histogram. Scanning and encoding the pixels at a current bit-plane comprises processing all existing groups of the block, where for each group, if the pixels all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group. The method further comprises decoding the compressed image file with a second processor to uncompress the image. Decoding the compressed image file comprises processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane. Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group. The bit budget of each of the blocks is shared between the blocks. The first processor is within a device selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • In another aspect, an apparatus for processing an image, comprises a first processor configured for processing pixels of an image and programming executable on the first processor for, dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels. The apparatus further comprises memory coupled to the first processor, wherein the compressed image file is stored within the memory. Programming is configured to scan and encode the pixels bit-plane by bit-plane, and for each bit-plane comprising processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group. The apparatus further comprises: second programming executing on the first processor or a second processor and the second programming configured to decode the compressed image file to uncompress the image. The decoder is further configured for processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane. Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group. The bit budget of each of the blocks is shared between the blocks. The apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • In yet another aspect, an apparatus for processing an image with a sparse histogram, comprises first processing means configured for processing pixels of the image, encoding means executable on the first processing means for dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and storage means coupled to the first processing means, wherein the compressed image file is stored within the storage means. Encoding means is configured to scan and encode the pixels bit-plane by bit-plane, and at the current bit-plane it comprises processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group. The apparatus further comprises decoding means executable on the first processing means or a second processing means coupled to the first processing means and the decoding means configured to decode the compressed image file to uncompress the image. The decoding means comprises a decoder configured to decode the compressed image file by processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane. Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group. The bit budget of each of the blocks is shared between the blocks. The apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • In another aspect, an apparatus for processing an image with a sparse histogram, comprises a first processor for processing pixels of the image, an encoder executable on the first processor for dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and a storage device coupled to the first processing device, wherein the compressed image file is stored within the storage device. The encoder is configured to scan and encode bit-plane by bit-plane, and at the current bit-plane the encoding comprises processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group. The apparatus further comprises a decoder executable on the first processing means or a second processing means coupled to the first processing means and the decoder configured to decode the compressed image file to uncompress the image. The decoder is configured to decode the compressed image file by processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane. Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group. The bit budget of each of the blocks is shared between the blocks. The apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
  • In another aspect, a network of devices comprises an encoder device for encoding an image comprises dividing the image into blocks, setting a bit budget for each block, converting pixels of each block into binary representations, scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane and generating a compressed image file of the encoded pixels and a decoder device for decoding the compressed image file comprises by processing each block from the MSB to the LSB, and processing all existing groups for each bit-plane. Processing a group at the current bit-plane comprising, reading a bit from the bitstream, if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane, if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the original group is split into two so that the pixels with the “0” value are in the original group and the pixels with the “1” value are in the new group. The encoder device is configured to scan and encode the pixels bit-plane by bit-plane, and at the current bit-plane the encoding comprises processing all existing groups of the block, where for each group, if the pixel all have the same value in the current bit-plane, writing a first bit of “0” into a bitstream and followed by a second bit value designating the value of all the pixels in a current group; if the pixel values do not all have the same value, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane, generating a new group and splitting the original group, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group. The bit budget of each of the blocks is shared between the blocks.
  • In some embodiments, multiple blocks are able to share their bit budget with each other, such that more bits are able to be allocated to blocks that are difficult to encode. This is to improve overall coding performance. In one extreme case, one bit budget is shared by all blocks in an image. In another extreme case, each block has its own bit budget. Any variation of bit budgets between one bit budget for all blocks and each block having a bit budget is possible.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates a schematic diagram of prior art discrete cosine transform of an image and corresponding histogram.
  • FIG. 2 illustrates a typical graphics image.
  • FIG. 3 illustrates a schematic diagram of method for encoding a graphics image in accordance with some embodiments.
  • FIG. 4 illustrates a schematic diagram of EGC encoding for a bit-plane in a block according to some embodiments.
  • FIG. 5 illustrates a schematic diagram of EGC encoding for a block according to some embodiments.
  • FIG. 6 illustrates a schematic diagram of EGC encoding of multiple blocks that share the bit budget according to some embodiments.
  • FIG. 7 illustrates a schematic diagram of EGC decoding for a bit-plane in a block according to some embodiments.
  • FIG. 8 illustrates a schematic diagram of EGC decoding for a single block according to some embodiments.
  • FIG. 9 illustrates a schematic diagram of EGC decoding of multiple blocks that share the bit budget according to some embodiments.
  • FIG. 10 illustrates a schematic diagram of a system for encoding and decoding a graphics image using EGC in accordance with some embodiments.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • Referring more specifically to the drawings, for illustrative purposes the embedded graphics coding for images with sparse histograms is embodied in the apparatus generally shown in the non-prior art figures. It will be appreciated that the apparatus is able to vary as to configuration and as to details of the parts, and that the method is able to vary as to the specific steps and sequence, without departing from the basic concepts as disclosed herein.
  • The embedded graphics coding for images with sparse histograms includes a coding algorithm and systems and methods to encode images having sparse histograms, e.g. typically for (but not limited to) graphical or textual images.
  • The algorithm, systems and methods use a new process called Embedded Graphics Coding (EGC), which provides lossy to lossless scalability, wherein even if the decoding is stopped in the middle of the bitstream, the decoder is able to still make a reasonable decoded block based on the bits it has received. If the entire bitstream is sent, the image is able to be losslessly reconstructed.
  • The algorithm, systems and methods described herein have low complexity, and high coding performance.
  • FIG. 3 illustrates a flow diagram of the process 30 of encoding an image with a sparse histogram. First the image is divided into blocks at step 32. Next, a bit budget is set for each block at step 34. The bit budget is generally agreed upon by both the encoder and the decoder. The encoder and decoder are able to be configured such that the bit budget is able to be dynamically changed if the bandwidth is time-varying. The coded bitstream is fully embedded, so the bit budget is able to be changed arbitrarily.
  • For each block, the pixels of the image are converted into binary representations at step 36. It is to be noted that the encoder need not perform any prediction or transform, because it is assumed the pixels already have a sparse histogram. The lack of prediction or transform cuts back on computations and required processing power.
  • Next, at step 38, the pixels for each block are scanned and encoded bit-plane by bit-plane. A bit-plane of a digital image is a set of bits having the same position in the respective binary numbers. For example, for 8-bit data representation there are 8 bit-planes. The first bit-plane contains the set of the most significant bit and the 8th contains the least significant bit. The most significant bit-plane (MSB) is scanned and encoded first, progressing to the next-most significant bit-plane, until the least significant bit-plane (LSB) is scanned. The encoding process of each bit-plane is described in detail below.
  • At step 40, the encoding is stopped. Encoding is generally stopped if one of two conditions occurs: 1) the bit budget of the current block is depleted, or 2) if the reconstructed block has reached the end of LSB. In this case, the decoder has also determined the end of a block.
  • FIG. 4 illustrates a schematic diagram of EGC encoding for a bit-plane in a block according to some embodiments. In the step 50, the number of existing groups (N) is obtained. In the step 52, the current group is set to be group 1. In the step 54, the algorithm evaluates whether the pixels in the current group have the same bit value in the current bit-plane.
  • If all the pixels in the group have the same bit value, a “0” is written into the bitstream followed by another “0” or “1” to indicate the bit value for all pixels in the current group, in the step 56.
  • If the pixels in the group do not have the same bit value, a “1” is written into the bitstream, followed by the bit value for each pixel in the current group, in the step 58. In the step 60, a new group is generated without increasing N. In the step 62, the group is split into two where the pixels with value “0” are kept in the same group and pixels with the value “1” are put into the new group.
  • In the step 64, the encoder evaluates whether the current group is group N. If the current group is not group N, then the process goes to the next group, in the step 66, and the process resumes in the step 54. If the current group is group N, then encoding the current bit-plane ends.
  • FIG. 5 illustrates a schematic diagram of EGC encoding for a block according to some embodiments. In the step 68, all of the pixels of the block are placed in group 1. In the step 70, the current bit-plane is set to be the MSB. In the step 72, the current bit-plane is encoded using the method described in FIG. 4. In the step 74, it is determined if the current bit-plane is the LSB. If the current bit-plane is not the LSB, then the process moves to the next bit-plane, in the step 76, and the process resumes in the step 72. If the current bit-plane is the LSB, then encoding the current block stops.
  • FIG. 6 illustrates a schematic diagram of EGC encoding of multiple blocks that share the bit budget according to some embodiments. In the step 78, the pixels of each block are put into a same group for each block (pixels of different blocks are in different groups). In the step 80, the current bit-plane is set to be the MSB. In the step 82, the current block is set to be the first block. In the step 84, the current bit-plane of the current block is encoded using the method of FIG. 4. In the step 86, it is determined if the current block is the last block. If the current block is not the last block, then the process moves to the next block in the step 88, and the process resumes at the step 84. If the current block is the last block, then it is determined if the current bit-plane is the LSB, in the step 90. If the current bit-plane is the LSB, then the encoding ends. If the current bit-plane is not the LSB, then the process moves to the next bit-plane in the step 92, and the process resumes at the step 82.
  • FIG. 7 illustrates a schematic diagram of EGC decoding for a bit-plane in a block according to some embodiments. In the step 100, the number of existing groups (N) is obtained. In the step 102, the current group is set to be group 1. In the step 104, a bit is read from the bitstream. In the step 106, it is determined if the bit contains a value of “0.” If the value is “0,” then another bit is read from the bitstream and that bit value is set for all pixels in the group in the current bit-plane, in the step 108. For example, if the second bit read is a “1,” then all bits are set as a “1.” If the bit value is not “0,” then a bit is read from the bitstream for each pixel in the group, and the bit is set to be the bit value of that pixel in the current bit-plane, in the step 110.
  • In the step 112, a new group is generated without increasing N. In the step 114, the group is split, where the pixels with value “0” are kept in the same group, and the pixels with value “1” are put into the new group. In the step 116, it is determined if the current group is group N. If the current group is not group N, then the process moves to the next group in the step 118. If the current group is group N, then the current bit-plane decoding ends.
  • FIG. 8 illustrates a schematic diagram of EGC decoding for a single block according to some embodiments. In the step 120, all of the pixels of the block are placed in group 1. In the step 122, the current bit-plane is set to be the MSB. In the step 124, the current bit-plane is decoded using the method described in FIG. 7. In the step 126, it is determined if the current bit-plane is the LSB. If the current bit-plane is not the LSB, then the process moves to the next bit-plane, in the step 128, and the process resumes in the step 124. If the current bit-plane is the LSB, then decoding the current block stops.
  • FIG. 9 illustrates a schematic diagram of EGC decoding of multiple blocks that share the bit budget according to some embodiments. In the step 130, the pixels of each block are put into a same group for each block (pixels of different blocks are in different groups). In the step 132, the current bit-plane is set to be the MSB. In the step 134, the current block is set to be the first block. In the step 136, the current bit-plane of the current block is decoded using the method of FIG. 7. In the step 138, it is determined if the current block is the last block. If the current block is not the last block, then the process moves to the next block in the step 140, and the process resumes at the step 136. If the current block is the last block, then it is determined if the current bit-plane is the LSB, in the step 142. If the current bit-plane is the LSB, then the encoding ends. If the current bit-plane is not the LSB, then the process moves to the next bit-plane in the step 144, and the process resumes at the step 134.
  • In some embodiments, multiple blocks are able to share their bit budget with each other, such that more bits are able to be allocated to blocks that are difficult to encode. This is to improve overall coding performance. In one extreme case, one bit budget is shared by all blocks in an image. In another extreme case, each block has its own bit budget. Any variation of bit budgets between one bit budget for all blocks and each block having a bit budget is possible.
  • In some cases, the algorithm performs pixel reconstruction of a partially recovered image. If a pixel has had its LSB decoded, the decoder knows the true value of the pixel. If the decoding of a pixel stops somewhere in the middle, then the decoder only knows a range of values in which the pixel value is in.
  • For example, if the first 5 bit-planes of a pixel is decoded as 10110, and there are still 3 bit-planes remaining unknown to the decoder, then the true pixel value is in the range 10110000˜10110111 (in binary representation). In this case, the decoder chooses the close to mid-point reconstruction and sets the unknown bits to be 100 . . . 0. In the example above, the reconstruction value would be 10110100.
  • FIG. 10 illustrates an exemplary system 200 for encoding and decoding a graphics image with a sparse histogram in accordance with some embodiments. The raw image 202 is processed by the first device 204 having a processor 206 and encoder 208 in accordance with some embodiments. The devices 204, 214 are able to be a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray®writer/player, a television, a home entertainment system or other device with a processor 206 and memory or other storage means 209 for storing encoding module 208. The raw image is able to then be encoded using encoder 208 comprising programming/encoding means to form a compressed image file 210 (e.g. via the algorithms/processes described above). This is able to be sent over the internet 212 or like network to a second device 214. Second device 214 comprises a processor 216, memory or storage means 219 and decoding module 218 that comprises programming/decoding means configured to read the compressed data file 210 and decodes it in accordance with the methods described herein (e.g. via the algorithms/processes described above) to generate the uncompressed image 220. It is appreciated that both devices are able to include both the encoding module 208 and decoding module 218, and likewise perform both encoding and decoding operations.
  • Example 1
  • In an exemplary 8-bit image, half of the pixels are zeros, and the other pixels have the value of 255. The locations of 0s and 255s are random. Theoretically, at least 1 bit per pixel is needed for lossless compression. Conventional image coding algorithms cannot provide lossless compression close to 1 bit per pixel (except for histogram packing)
  • In the embedded graphics coding algorithm (e.g. encoding algorithm 38), a “1” is sent in the MSB to indicate an original group that was split into two groups, and 1 bit per pixel to send the bit values of each pixel at the MSB. Otherwise, a “0” is sent to indicate that all the pixels in the group are the same.
  • For the following bit-planes, a “00” is sent for the group of 0s, and “01” is sent for the group of 255s.
  • The total bits for lossless compression of a block is

  • 1+n+4×7=n+29
  • where n is the pixel number of a block.
  • The average bit rate is (1+29/n) bit per pixel, which is close to the theoretical limit for reasonable block sizes (e.g., when n=8×8=64).
  • The encoding algorithm is able to also be constructed so that if a group has only 1 or 2 members, it does not send the 1-bit “split-or-not” signal, and the refinement bit(s) are sent directly.
  • Also, the order of the bit-stream is able to be re-arranged for better embeddedness. If a group is split, the sending of its refinement bits is delayed, and the algorithm moves forward to process the next group. It is possible that the next group is not split, and thus one bit is able to be used to represent multiple bits. Also, if the bit-stream is stopped in the middle of a bit-plane, this approach provides better reconstruction quality.
  • There could be some visual artifacts if the refining of a group is stopped in the middle of the group. To avoid this problem, the decoder is able to be configured to withdraw refining of a group if some of the refinement bits for the current group are not received.
  • In another alternative embodiment, instead of sending the “split-or-not” bit and the refinement bits as raw bits, the bits are able to also be coded using run-length coding or binary arithmetic coding to further improve coding efficiency.
  • The embedded graphics coding methods are also suitable as a supplement to conventional image coding. The embedded graphics coding is able to be combined with any block-based image coding algorithms. In such case, 1 bit in the bit-stream is used to tell the decoder whether EGC is used.
  • Embodiments are described with reference to flowchart illustrations of methods and systems according to some embodiments. These methods and systems are also able to be implemented as computer program products. In this regard, each block or step of a flowchart, and combinations of blocks (and/or steps) in a flowchart, are able to be implemented by various means, such as hardware, firmware, and/or software including one or more computer program instructions embodied in computer-readable program code logic. As will be appreciated, any such computer program instructions are able to be loaded onto a computer, including without limitation a general purpose computer or special purpose computer, or other programmable processing apparatus to produce a machine, such that the computer program instructions which execute on the computer or other programmable processing apparatus create means for implementing the functions specified in the block(s) of the flowchart(s).
  • Accordingly, blocks of the flowcharts support combinations of means for performing the specified functions, combinations of steps for performing the specified functions, and computer program instructions, such as embodied in computer-readable program code logic means, for performing the specified functions. It will also be understood that each block of the flowchart illustrations, and combinations of blocks in the flowchart illustrations, are able to be implemented by special purpose hardware-based computer systems which perform the specified functions or steps, or combinations of special purpose hardware and computer-readable program code logic means.
  • Furthermore, these computer program instructions, such as embodied in computer-readable program code logic, are able to also be stored in a computer-readable memory that is able to direct a computer or other programmable processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the block(s) of the flowchart(s). The computer program instructions are able to also be loaded onto a computer or other programmable processing apparatus to cause a series of operational steps to be performed on the computer or other programmable processing apparatus to produce a computer-implemented process such that the instructions which execute on the computer or other programmable processing apparatus provide steps for implementing the functions specified in the block(s) of the flowchart(s).
  • To utilize EGC for images with sparse histograms, a user acquires a video/image such as on a digital camcorder, and while or after the video is acquired, or when sending the video to another device such as a computer, the EGC method automatically encodes each image of the video, so that the video is encoded appropriately to maintain a high quality video. The EGC method occurs automatically without user involvement. The video is also able to be decoded to be displayed using a similar method.
  • In operation, the EGC method is used to encode and transmit images such as frames of a video. Each image block is processed from the MSB to the LSB, hence the resulting bit-plane is still embedded. The improved encoding method is able to be used in any implementation including, but not limited to, wireless high definition (WiHD).
  • The EGC for images with sparse histograms method described herein is able to be used with videos and/or images, including high definition videos.
  • High definition video is able to be in any format including but not limited to HDCAM, HDCAM-SR, DVCPRO HD, D5 HD, XDCAM HD, HDV and AVCHD.
  • SOME EMBODIMENTS OF EMBEDDED GRAPHICS CODING FOR IMAGES WITH SPARSE HISTOGRAMS
    • 1. A method of processing an image, comprising:
      • a. dividing the image into blocks using a first processor;
      • b. setting a bit budget for each block;
      • c. converting pixels of each block into binary representations;
      • d. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
      • e. generating a compressed image file of the encoded pixels and saving the compressed image file to memory coupled to the first processor.
    • 2. The method as recited in clause 1, wherein the image comprises an image having a sparse histogram.
    • 3. The method as recited in clause 1, wherein scanning and encoding the pixels at each bit-plane comprises processing each existing group in the bit-plane, which further comprises:
      • a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream; and
      • b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
    • 4. The method as recited in clause 3, further comprising:
      • a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
      • b. generating a new group; and
      • c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
    • 5. The method as recited in clause 4, further comprising decoding the compressed image file with a second processor to uncompress the image.
    • 6. The method as recited in clause 5, wherein decoding the compressed image file comprises scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
      • a. obtaining the number of existing groups;
      • b. setting the current group to be a first group;
      • c. reading a bit from the bitstream;
      • d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
      • e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
      • f. repeating c-e until the end of the current bit-plane is reached.
    • 7. The method as recited in clause 1, wherein the bit budget of each of the blocks is shared between the blocks.
    • 8. The method as recited in clause 1, wherein the first processor is within a device selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
    • 9. An apparatus for processing an image, comprising:
      • a. a first processor configured for processing pixels of an image; and
      • b. programming executable on the first processor for,
        • i. dividing the image into blocks;
        • ii. setting a bit budget for each block;
        • iii. converting pixels of each block into binary representations;
        • iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
        • v. generating a compressed image file of the encoded pixels.
    • 10. The apparatus as recited in clause 9, further comprising memory coupled to the first processor, wherein the compressed image file is stored within the memory.
    • 11. The apparatus as recited in clause 9, wherein programming is configured to scan and encode the pixels at each bit-plane comprises processing each existing group in the bit-plane, which further comprises:
      • a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream; and
      • b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
    • 12. The apparatus as recited in clause 11, wherein the programming is further configured to scan and encode the pixels by:
      • a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
      • b. generating a new group; and
      • c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
    • 13. The apparatus as recited in clause 12, further comprising:
      • a. second programming executing on the first processor or a second processor; and
      • b. the second programming configured to decode the compressed image file to uncompress the image.
    • 14. The apparatus as recited in clause 13, wherein the decoder is further configured for scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
      • a. obtaining the number of existing groups;
      • b. setting the current group to be a first group;
      • c. reading a bit from the bitstream;
      • d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
      • e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
      • f. repeating c-e until the end of the current bit-plane is reached.
    • 15. The apparatus as recited in clause 9, wherein the bit budget of each of the blocks is shared between the blocks.
    • 16. The apparatus as recited in clause 9, wherein the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
    • 17. An apparatus for processing an image with a sparse histogram, comprising:
      • a. first processing means configured for processing pixels of the image;
      • b. encoding means executable on the first processing means for:
        • i. dividing the image into blocks;
        • ii. setting a bit budget for each block;
        • iii. converting pixels of each block into binary representations;
        • iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
        • v. generating a compressed image file of the encoded pixels; and
      • c. storage means coupled to the first processing means, wherein the compressed image file is stored within the storage means.
    • 18. The apparatus as recited in clause 17, wherein encoding means is configured to scan and encode the pixels at each bit-plane comprises processing each existing group in the bit-plane, which further comprises:
      • a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream; and
      • b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
    • 19. The apparatus as recited in clause 18, wherein encoding means is configured to scan and encode the pixels comprising:
      • a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
      • b. generating a new group; and
      • c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
    • 20. The apparatus as recited in clause 19, further comprising:
      • a. decoding means executable on the first processing means or a second processing means coupled to the first processing means; and
      • b. the decoding means configured to decode the compressed image file to uncompress the image.
    • 21. The apparatus as recited in clause 20: wherein the decoding means comprises a decoder configured to decode the compressed image file by scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
      • a. obtaining the number of existing groups;
      • b. setting the current group to be a first group;
      • c. reading a bit from the bitstream;
      • d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
      • e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
      • f. repeating c-e until the end of the current bit-plane is reached.
    • 22. The apparatus as recited in clause 17, wherein the bit budget of each of the blocks is shared between the blocks.
    • 23. The apparatus as recited in clause 17, wherein the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
    • 24. An apparatus for processing an image with a sparse histogram, comprising:
      • a. a first processor for processing pixels of the image;
      • b. an encoder executable on the first processor for:
        • i. dividing the image into blocks;
        • ii. setting a bit budget for each block;
        • iii. converting pixels of each block into binary representations;
        • iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
        • v. generating a compressed image file of the encoded pixels; and
      • c. a storage device coupled to the first processing device, wherein the compressed image file is stored within the storage device.
    • 25. The apparatus as recited in clause 24, wherein the encoder is configured to scan and encode the pixels comprising:
      • a. writing a first bit value into a bitstream designating that the pixel values all have the same value, if the pixel values all have the same value; and
      • b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
    • 26. The apparatus as recited in clause 25, wherein the encoder is configured to scan and encode the pixels at each bit-plane comprising processing each existing group in the bit-plane, which further comprises:
      • a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream;
      • b. writing a second bit value into the bitstream designating the value of all the pixels in a current group;
      • c. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
      • d. generating a new group; and
      • e. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
    • 27. The apparatus as recited in clause 26, further comprising:
      • a. a decoder executable on the first processing means or a second processing means coupled to the first processing means; and
      • b. the decoder configured to decode the compressed image file to uncompress the image.
    • 28. The apparatus as recited in clause 27 wherein the decoder is configured to decode the compressed image file by scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
      • a. obtaining the number of existing groups;
      • b. setting the current group to be a first group;
      • c. reading a bit from the bitstream;
      • d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
      • e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
      • f. repeating c-e until the end of the current bit-plane is reached.
    • 29. The apparatus as recited in clause 24, wherein the bit budget of each of the blocks is shared between the blocks.
    • 30. The apparatus as recited in clause 24, wherein the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
    • 31. A network of devices comprising:
      • a. an encoder device for encoding an image comprising:
        • i. dividing the image into blocks;
        • ii. setting a bit budget for each block;
        • iii. converting pixels of each block into binary representations;
        • iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
        • v. generating a compressed image file of the encoded pixels; and
      • b. a decoder device for decoding the compressed image file comprising scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
        • i. obtaining a number of existing groups;
        • ii. setting a current group to be a first group;
        • iii. reading a bit from a bitstream;
        • iv. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
        • v. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
        • vi. repeating iii-v until the end of the current bit-plane is reached.
    • 32. The apparatus as recited in clause 31, wherein the encoder device is configured to scan and encode the pixels at each bit-plane comprising processing each existing group in the bit-plane, which further comprises:
      • a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream;
      • b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
    • 33. The apparatus as recited in clause 32, wherein the encoder device is configured to scan and encode the pixels comprising:
      • a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
      • b. generating a new group; and
      • c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
    • 34. The apparatus as recited in clause 33, wherein the bit budget of each of the blocks is shared between the blocks.
  • The present invention has been described in terms of specific embodiments incorporating details to facilitate the understanding of principles of construction and operation of the invention.
  • Such reference herein to specific embodiments and details thereof is not intended to limit the scope of the claims appended hereto. It will be readily apparent to one skilled in the art that other various modifications may be made in the embodiment chosen for illustration without departing from the spirit and scope of the invention as defined by the claims.

Claims (34)

What is claimed is:
1. A method of processing an image, comprising:
a. dividing the image into blocks using a first processor;
b. setting a bit budget for each block;
c. converting pixels of each block into binary representations;
d. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
e. generating a compressed image file of the encoded pixels and saving the compressed image file to memory coupled to the first processor.
2. The method as recited in claim 1, wherein the image comprises an image having a sparse histogram.
3. The method as recited in claim 1, wherein scanning and encoding the pixels at each bit-plane comprises processing each existing group in the bit-plane, which further comprises:
a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream; and
b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
4. The method as recited in claim 3, further comprising:
a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
b. generating a new group; and
c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
5. The method as recited in claim 4, further comprising decoding the compressed image file with a second processor to uncompress the image.
6. The method as recited in claim 5, wherein decoding the compressed image file comprises scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
a. obtaining the number of existing groups;
b. setting the current group to be a first group;
c. reading a bit from the bitstream;
d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
f. repeating c-e until the end of the current bit-plane is reached.
7. The method as recited in claim 1, wherein the bit budget of each of the blocks is shared between the blocks.
8. The method as recited in claim 1, wherein the first processor is within a device selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
9. An apparatus for processing an image, comprising:
a. a first processor configured for processing pixels of an image; and
b. programming executable on the first processor for,
i. dividing the image into blocks;
ii. setting a bit budget for each block;
iii. converting pixels of each block into binary representations;
iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
v. generating a compressed image file of the encoded pixels.
10. The apparatus as recited in claim 9, further comprising memory coupled to the first processor, wherein the compressed image file is stored within the memory.
11. The apparatus as recited in claim 9, wherein programming is configured to scan and encode the pixels at each bit-plane comprises processing each existing group in the bit-plane, which further comprises:
a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream; and
b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
12. The apparatus as recited in claim 11, wherein the programming is further configured to scan and encode the pixels by:
a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
b. generating a new group; and
c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
13. The apparatus as recited in claim 12, further comprising:
a. second programming executing on the first processor or a second processor; and
b. the second programming configured to decode the compressed image file to uncompress the image.
14. The apparatus as recited in claim 13, wherein the decoder is further configured for scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
a. obtaining the number of existing groups;
b. setting the current group to be a first group;
c. reading a bit from the bitstream;
d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
f. repeating c-e until the end of the current bit-plane is reached.
15. The apparatus as recited in claim 9, wherein the bit budget of each of the blocks is shared between the blocks.
16. The apparatus as recited in claim 9, wherein the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
17. An apparatus for processing an image with a sparse histogram, comprising:
a. first processing means configured for processing pixels of the image;
b. encoding means executable on the first processing means for:
i. dividing the image into blocks;
ii. setting a bit budget for each block;
iii. converting pixels of each block into binary representations;
iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
v. generating a compressed image file of the encoded pixels; and
c. storage means coupled to the first processing means, wherein the compressed image file is stored within the storage means.
18. The apparatus as recited in claim 17, wherein encoding means is configured to scan and encode the pixels at each bit-plane comprises processing each existing group in the bit-plane, which further comprises:
a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream; and
b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
19. The apparatus as recited in claim 18, wherein encoding means is configured to scan and encode the pixels comprising:
a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
b. generating a new group; and
c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
20. The apparatus as recited in claim 19, further comprising:
a. decoding means executable on the first processing means or a second processing means coupled to the first processing means; and
b. the decoding means configured to decode the compressed image file to uncompress the image.
21. The apparatus as recited in claim 20: wherein the decoding means comprises a decoder configured to decode the compressed image file by scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
a. obtaining the number of existing groups;
b. setting the current group to be a first group;
c. reading a bit from the bitstream;
d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
f. repeating c-e until the end of the current bit-plane is reached.
22. The apparatus as recited in claim 17, wherein the bit budget of each of the blocks is shared between the blocks.
23. The apparatus as recited in claim 17, wherein the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
24. An apparatus for processing an image with a sparse histogram, comprising:
a. a first processor for processing pixels of the image;
b. an encoder executable on the first processor for:
i. dividing the image into blocks;
ii. setting a bit budget for each block;
iii. converting pixels of each block into binary representations;
iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
v. generating a compressed image file of the encoded pixels; and
c. a storage device coupled to the first processing device, wherein the compressed image file is stored within the storage device.
25. The apparatus as recited in claim 24, wherein the encoder is configured to scan and encode the pixels comprising:
a. writing a first bit value into a bitstream designating that the pixel values all have the same value, if the pixel values all have the same value; and
b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
26. The apparatus as recited in claim 25, wherein the encoder is configured to scan and encode the pixels at each bit-plane comprising processing each existing group in the bit-plane, which further comprises:
a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream;
b. writing a second bit value into the bitstream designating the value of all the pixels in a current group;
c. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
d. generating a new group; and
e. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
27. The apparatus as recited in claim 26, further comprising:
a. a decoder executable on the first processing means or a second processing means coupled to the first processing means; and
b. the decoder configured to decode the compressed image file to uncompress the image.
28. The apparatus as recited in claim 27 wherein the decoder is configured to decode the compressed image file by scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
a. obtaining the number of existing groups;
b. setting the current group to be a first group;
c. reading a bit from the bitstream;
d. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
e. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
f. repeating c-e until the end of the current bit-plane is reached.
29. The apparatus as recited in claim 24, wherein the bit budget of each of the blocks is shared between the blocks.
30. The apparatus as recited in claim 24, wherein the apparatus is selected from the group consisting of a personal computer, a laptop computer, a computer workstation, a server, a mainframe computer, a handheld computer, a personal digital assistant, a cellular/mobile telephone, a smart appliance, a gaming console, a digital camera, a digital camcorder, a camera phone, an iPod®/iPhone, a video player, a DVD writer/player, a Blu-ray® writer/player, a television and a home entertainment system.
31. A network of devices comprising:
a. an encoder device for encoding an image comprising:
i. dividing the image into blocks;
ii. setting a bit budget for each block;
iii. converting pixels of each block into binary representations;
iv. scanning and encoding the pixels from the most significant bit-plane to the least significant bit-plane; and
v. generating a compressed image file of the encoded pixels; and
b. a decoder device for decoding the compressed image file comprising scanning and decoding the pixels from the most significant bit-plane to the least significant bit-plane, and for each bit-plane:
i. obtaining a number of existing groups;
ii. setting a current group to be a first group;
iii. reading a bit from a bitstream;
iv. if the bit has a “0” value, then reading a second bit from the bitstream and setting the value to be the bit value for all pixels in the group in a current bit-plane;
v. if the bit has a “1” value, then for each pixel in the group, one bit is read from the bitstream and set to be the bit value of that pixel in the current bit-plane, a new group is generated and the new group is split into the first group and the second group so that the pixels with the “0” value are in the first group and the pixels with the “1” value are in the second group; and
vi. repeating iii-v until the end of the current bit-plane is reached.
32. The apparatus as recited in claim 31, wherein the encoder device is configured to scan and encode the pixels at each bit-plane comprising processing each existing group in the bit-plane, which further comprises:
a. if the pixel values of the group all have the same value at the current bit-plane, writing a first bit value of “0” into a bitstream;
b. writing a second bit value into the bitstream designating the value of all the pixels in a current group.
33. The apparatus as recited in claim 32, wherein the encoder device is configured to scan and encode the pixels comprising:
a. if the pixel values of the group do not all have the same value at the current bit-plane, writing the first bit value of “1” into the bitstream, followed by one bit for each pixel in the current group designating the bit value of that pixel in the current bit-plane;
b. generating a new group; and
c. splitting the original group into two, retaining pixels with a value “0” in the original group and placing pixels with a value “1” in the new group.
34. The apparatus as recited in claim 33, wherein the bit budget of each of the blocks is shared between the blocks.
US13/866,217 2009-06-09 2013-04-19 Embedded graphics coding for images with sparse histograms Abandoned US20130236097A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/866,217 US20130236097A1 (en) 2009-06-09 2013-04-19 Embedded graphics coding for images with sparse histograms

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US18555709P 2009-06-09 2009-06-09
US12/795,210 US8457425B2 (en) 2009-06-09 2010-06-07 Embedded graphics coding for images with sparse histograms
US13/866,217 US20130236097A1 (en) 2009-06-09 2013-04-19 Embedded graphics coding for images with sparse histograms

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/795,210 Continuation US8457425B2 (en) 2009-06-09 2010-06-07 Embedded graphics coding for images with sparse histograms

Publications (1)

Publication Number Publication Date
US20130236097A1 true US20130236097A1 (en) 2013-09-12

Family

ID=43300798

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/795,210 Active 2031-08-15 US8457425B2 (en) 2009-06-09 2010-06-07 Embedded graphics coding for images with sparse histograms
US13/866,217 Abandoned US20130236097A1 (en) 2009-06-09 2013-04-19 Embedded graphics coding for images with sparse histograms

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/795,210 Active 2031-08-15 US8457425B2 (en) 2009-06-09 2010-06-07 Embedded graphics coding for images with sparse histograms

Country Status (6)

Country Link
US (2) US8457425B2 (en)
KR (1) KR101266577B1 (en)
CN (1) CN102396219B (en)
BR (1) BRPI1014218B1 (en)
RU (1) RU2503138C2 (en)
WO (1) WO2010144491A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016119726A1 (en) * 2015-01-30 2016-08-04 Mediatek Inc. Method and apparatus for entropy coding of source samples with large alphabet
CN106027545A (en) * 2016-06-27 2016-10-12 西安空间无线电技术研究所 Virtual data-based robust information hiding method

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011028735A2 (en) * 2009-09-02 2011-03-10 Sony Corporation Vector embedded graphics coding
WO2011031592A2 (en) * 2009-09-09 2011-03-17 Sony Corporation Bitstream syntax for graphics-mode compression in wireless hd 1.1
CN104093027B (en) * 2009-10-14 2017-10-13 索尼公司 Joint scalar embedded graphics coding for coloured image
US8526745B2 (en) * 2009-12-03 2013-09-03 Sony Corporation Embedded graphics coding: reordered bitstream for parallel decoding
JP5429057B2 (en) * 2010-06-03 2014-02-26 セイコーエプソン株式会社 INJECTION LIQUID DRY SUPPRESSION DEVICE, LIQUID EJECTION DEVICE, AND INJECTION LIQUID DRY SUPPRESSION METHOD
GB2483502B (en) 2010-09-10 2014-05-07 Imagination Tech Ltd Random accessible lossless parameter data compression for title based 3D computer graphics system
CN103428485A (en) * 2012-05-24 2013-12-04 富士通株式会社 Image encoding method and image decoding method
KR101710967B1 (en) * 2013-01-16 2017-02-28 후아웨이 테크놀러지 컴퍼니 리미티드 Method for context based encoding of a histogram map of an image
US9307248B2 (en) * 2013-03-08 2016-04-05 Mediatek Inc. Image encoding method and apparatus for performing bit-plane scanning coding upon pixel data and related image decoding method and apparatus
US9767529B1 (en) * 2013-12-18 2017-09-19 Mediatek Inc. Method and apparatus for accessing compressed data and/or uncompressed data of image frame in frame buffer
WO2015192779A1 (en) * 2014-06-20 2015-12-23 Mediatek Inc. Method and apparatus of binarization and context-adaptive coding for syntax in video coding
GB2567881B (en) 2017-10-30 2021-02-10 Imagination Tech Ltd Systems and methods for processing a stream of data values
GB2568038B (en) 2017-10-30 2020-12-02 Imagination Tech Ltd Systems and methods for processing a stream of data values
GB2568039B (en) * 2017-10-30 2020-10-28 Imagination Tech Ltd Systems and methods for processing a stream of data values
WO2019119295A1 (en) * 2017-12-20 2019-06-27 深圳市大疆创新科技有限公司 Image fusion method and apparatus, and unmanned aerial vehicle
CN110324615A (en) * 2018-03-30 2019-10-11 华为技术有限公司 A kind of code rate allocation method and device
US10939107B2 (en) 2019-03-01 2021-03-02 Sony Corporation Embedded codec circuitry for sub-block based allocation of refinement bits
CN110943744B (en) * 2019-12-03 2022-12-02 嘉楠明芯(北京)科技有限公司 Data compression, decompression and processing method and device based on data compression and decompression
CN116402571A (en) * 2023-03-14 2023-07-07 上海峰沄网络科技有限公司 Budget data processing method, device, equipment and storage medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6052205A (en) * 1997-02-14 2000-04-18 Ricoh Company, Ltd. Image data encoding/decoding method and apparatus configured to compress both natural gray scale images and binary images
US20020003905A1 (en) * 2000-04-17 2002-01-10 Makoto Sato Image processing system, image processing apparatus, and image processing method
US20030035476A1 (en) * 2001-07-12 2003-02-20 Sanyo Electric Co., Ltd. Image coding apparatus and image coding method
US6614939B1 (en) * 1997-08-05 2003-09-02 Matsushita Electric Industrial Co., Ltd Image compression apparatus and decoding apparatus suited to lossless image compression
US20040213472A1 (en) * 2003-02-17 2004-10-28 Taku Kodama Image compression apparatus, image decompression apparatus, image compression method, image decompression method, program, and recording medium
US20050152605A1 (en) * 2002-02-01 2005-07-14 Koninklijke Philips Electronics N.V. Compression of palettized color images with variable length colors codes
US20060044576A1 (en) * 2004-07-30 2006-03-02 Kabushiki Kaisha Toshiba Apparatus for image processing
US20080101464A1 (en) * 2006-10-27 2008-05-01 Shawmin Lei Methods and Systems for Low-Complexity Data Compression
US20080159640A1 (en) * 2003-11-06 2008-07-03 Chaoqiang Liu Document Image Encoding Decoding
US20080240584A1 (en) * 2007-03-30 2008-10-02 Hisashi Saiga Image processing device, image processing method, and storage medium
US20080298680A1 (en) * 2007-05-31 2008-12-04 Miller Gavin S P System and Method for Image Processing Using Integral Histogram Convolution
US20100002943A1 (en) * 2008-07-02 2010-01-07 Samsung Electronics Co., Ltd. Method and apparatus for encoding and decoding image using image separation based on bit location
US20110033126A1 (en) * 2009-08-05 2011-02-10 Sony Corporation Method for improving the performance of embedded graphics coding

Family Cites Families (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4546385A (en) 1983-06-30 1985-10-08 International Business Machines Corporation Data compression method for graphics images
JPH06133284A (en) * 1992-10-15 1994-05-13 Sony Corp Encoder and decoder
US5850261A (en) 1992-10-15 1998-12-15 Sony Corporation Efficient variable length encoder and decoder
TW224553B (en) * 1993-03-01 1994-06-01 Sony Co Ltd Method and apparatus for inverse discrete consine transform and coding/decoding of moving picture
GB9422738D0 (en) 1994-11-10 1995-01-04 Univ Western Ontario Context-based, adaptive, progressive, lossless compression of still continuous -tone images
KR960036647A (en) * 1995-03-20 1996-10-28 배순훈 Bit Plan Compression Transmission Device Using Scanning
US6091777A (en) 1997-09-18 2000-07-18 Cubic Video Technologies, Inc. Continuously adaptive digital video compression system and method for a web streamer
US6272180B1 (en) 1997-11-21 2001-08-07 Sharp Laboratories Of America, Inc. Compression and decompression of reference frames in a video decoder
EP0940994B1 (en) 1998-03-06 2014-04-16 Canon Kabushiki Kaisha Image processing apparatus and method and storage medium storing steps realizing such method
US6256415B1 (en) 1998-06-10 2001-07-03 Seiko Epson Corporation Two row buffer image compression (TROBIC)
CA2261833A1 (en) 1999-02-15 2000-08-15 Xue Dong Yang Method and system of region-based image coding with dynamic streaming of code blocks
FI116819B (en) 2000-01-21 2006-02-28 Nokia Corp Procedure for transferring images and an image encoder
US6567081B1 (en) 2000-01-21 2003-05-20 Microsoft Corporation Methods and arrangements for compressing image-based rendering (IBR) data using alignment and 3D wavelet transform techniques
US6549674B1 (en) * 2000-10-12 2003-04-15 Picsurf, Inc. Image compression based on tiled wavelet-like transform using edge and non-edge filters
US6654503B1 (en) 2000-04-28 2003-11-25 Sun Microsystems, Inc. Block-based, adaptive, lossless image coder
US6501397B1 (en) 2000-05-25 2002-12-31 Koninklijke Philips Electronics N.V. Bit-plane dependent signal compression
US7085424B2 (en) 2000-06-06 2006-08-01 Kobushiki Kaisha Office Noa Method and system for compressing motion image information
US6898323B2 (en) 2001-02-15 2005-05-24 Ricoh Company, Ltd. Memory usage scheme for performing wavelet processing
KR100322485B1 (en) 2001-07-05 2002-02-07 이동욱 Multi-Channel Video Encoding apparatus and method thereof
US7194140B2 (en) 2001-11-05 2007-03-20 Canon Kabushiki Kaisha Image processing apparatus and method which compresses image data of each region using a selected encoding method
ES2529344T3 (en) * 2002-01-22 2015-02-19 Nokia Corporation Coding of transformation coefficients in encoders and / or image / video decoders
US7117423B2 (en) 2002-04-24 2006-10-03 Georgia Tech Research Corp. Methods and systems for multiple substream unequal error protection and error concealment
JP4803343B2 (en) 2002-04-26 2011-10-26 日本電気株式会社 Code conversion transmission system, code transmission method and code conversion reception apparatus for moving image data
JP4003628B2 (en) 2002-12-02 2007-11-07 ソニー株式会社 Image encoding apparatus and method, and program
US7512278B2 (en) 2003-04-07 2009-03-31 Modulus Video Inc. Scalable array encoding system and method
JP4081758B2 (en) 2003-05-08 2008-04-30 ソニー株式会社 Processing bit model block, processing bit modeling method, encoding device, symbol model block, symbol modeling method, decoding device, and image processing device
US20050074062A1 (en) * 2003-10-06 2005-04-07 Sung Chih-Ta Star Fast DCT method and apparatus for digital video compression
EP1534018B1 (en) 2003-11-21 2008-11-12 Samsung Electronics Co., Ltd. Apparatus and method for generating coded block pattern for alpha channel image and alpha channel image encoding/decoding apparatus and method using the same
KR100654431B1 (en) 2004-03-08 2006-12-06 삼성전자주식회사 Method for scalable video coding with variable GOP size, and scalable video coding encoder for the same
US7689051B2 (en) 2004-04-15 2010-03-30 Microsoft Corporation Predictive lossless coding of images and video
US20050276493A1 (en) 2004-06-01 2005-12-15 Jun Xin Selecting macroblock coding modes for video encoding
US20050265459A1 (en) 2004-06-01 2005-12-01 Bhattacharjya Anoop K Fixed budget frame buffer compression using block-adaptive spatio-temporal dispersed dither
US20060133494A1 (en) 2004-12-17 2006-06-22 Rahul Saxena Image decoder with context-based parameter buffer
ES2528293T3 (en) 2005-04-19 2015-02-06 Telecom Italia S.P.A. Procedure and apparatus for coding digital images
US7505624B2 (en) 2005-05-27 2009-03-17 Ati Technologies Ulc Block-based image compression method and apparatus
JP2007020010A (en) 2005-07-08 2007-01-25 Fuji Xerox Co Ltd Image encoder and method of encoding image, and image decoder and method of decoding image
US20070110151A1 (en) * 2005-11-14 2007-05-17 Ess Technology, Inc. System and method for video frame buffer compression
JP4745865B2 (en) 2006-02-28 2011-08-10 富士通セミコンダクター株式会社 Encoding apparatus and method
JP2008048240A (en) 2006-08-18 2008-02-28 Nec Electronics Corp Bit plane decoding device and its method
CN101682772B (en) * 2007-03-14 2012-03-21 日本电信电话株式会社 Code quantity estimating method and device, their program, and recording medium
EP1978749B1 (en) 2007-04-06 2017-08-30 Canon Kabushiki Kaisha Compression of multidimensional look-up tables for colour space conversion
US8698917B2 (en) 2007-06-04 2014-04-15 Nvidia Corporation Reducing computational complexity in determining an illuminant of a scene
EP2081155B1 (en) 2008-01-21 2011-11-16 Telefonaktiebolaget LM Ericsson (publ) Prediction-based image processing
US8031959B2 (en) * 2008-02-22 2011-10-04 Himax Technologies Limited Compression system for a bit-plane
JP5359302B2 (en) 2008-03-18 2013-12-04 ソニー株式会社 Information processing apparatus and method, and program

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6052205A (en) * 1997-02-14 2000-04-18 Ricoh Company, Ltd. Image data encoding/decoding method and apparatus configured to compress both natural gray scale images and binary images
US6614939B1 (en) * 1997-08-05 2003-09-02 Matsushita Electric Industrial Co., Ltd Image compression apparatus and decoding apparatus suited to lossless image compression
US20020003905A1 (en) * 2000-04-17 2002-01-10 Makoto Sato Image processing system, image processing apparatus, and image processing method
US20030035476A1 (en) * 2001-07-12 2003-02-20 Sanyo Electric Co., Ltd. Image coding apparatus and image coding method
US20050152605A1 (en) * 2002-02-01 2005-07-14 Koninklijke Philips Electronics N.V. Compression of palettized color images with variable length colors codes
US20040213472A1 (en) * 2003-02-17 2004-10-28 Taku Kodama Image compression apparatus, image decompression apparatus, image compression method, image decompression method, program, and recording medium
US20080159640A1 (en) * 2003-11-06 2008-07-03 Chaoqiang Liu Document Image Encoding Decoding
US20060044576A1 (en) * 2004-07-30 2006-03-02 Kabushiki Kaisha Toshiba Apparatus for image processing
US20080101464A1 (en) * 2006-10-27 2008-05-01 Shawmin Lei Methods and Systems for Low-Complexity Data Compression
US20080240584A1 (en) * 2007-03-30 2008-10-02 Hisashi Saiga Image processing device, image processing method, and storage medium
US20080298680A1 (en) * 2007-05-31 2008-12-04 Miller Gavin S P System and Method for Image Processing Using Integral Histogram Convolution
US20100002943A1 (en) * 2008-07-02 2010-01-07 Samsung Electronics Co., Ltd. Method and apparatus for encoding and decoding image using image separation based on bit location
US20110033126A1 (en) * 2009-08-05 2011-02-10 Sony Corporation Method for improving the performance of embedded graphics coding

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016119726A1 (en) * 2015-01-30 2016-08-04 Mediatek Inc. Method and apparatus for entropy coding of source samples with large alphabet
US10057580B2 (en) 2015-01-30 2018-08-21 Mediatek Inc. Method and apparatus for entropy coding of source samples with large alphabet
US10819981B2 (en) 2015-01-30 2020-10-27 Mediatek Inc. Method and apparatus for entropy coding of source samples with large alphabet
CN106027545A (en) * 2016-06-27 2016-10-12 西安空间无线电技术研究所 Virtual data-based robust information hiding method

Also Published As

Publication number Publication date
CN102396219B (en) 2015-04-08
US20100310169A1 (en) 2010-12-09
RU2503138C2 (en) 2013-12-27
BRPI1014218B1 (en) 2021-04-13
KR20120013324A (en) 2012-02-14
US8457425B2 (en) 2013-06-04
WO2010144491A3 (en) 2011-02-24
WO2010144491A2 (en) 2010-12-16
KR101266577B1 (en) 2013-05-23
RU2011141592A (en) 2013-04-20
CN102396219A (en) 2012-03-28
BRPI1014218A2 (en) 2016-04-12

Similar Documents

Publication Publication Date Title
US8457425B2 (en) Embedded graphics coding for images with sparse histograms
US11140401B2 (en) Coded-block-flag coding and derivation
US8285062B2 (en) Method for improving the performance of embedded graphics coding
US11451827B2 (en) Non-transform coding
CA2774976C (en) Embedded graphics coding: reordered bitstream for parallel decoding
WO2011028735A2 (en) Vector embedded graphics coding
EP2471253A2 (en) Joint scalar embedded graphics coding for color images
JP2008271039A (en) Image encoder and image decoder
Gupta et al. Lossless compression based Kmp technique
JP2012074898A (en) Image encoding device, image decoding device, and control method for them
JP2009060320A (en) Image processing device and method

Legal Events

Date Code Title Description
AS Assignment

Owner name: SONY CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIU, WEI;GHARAVI-ALKHANSARI, MOHAMMAD;REEL/FRAME:030251/0308

Effective date: 20100607

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION