US20170111058A1 - Data compression systems and methods - Google Patents
Data compression systems and methods Download PDFInfo
- Publication number
- US20170111058A1 US20170111058A1 US15/391,240 US201615391240A US2017111058A1 US 20170111058 A1 US20170111058 A1 US 20170111058A1 US 201615391240 A US201615391240 A US 201615391240A US 2017111058 A1 US2017111058 A1 US 2017111058A1
- Authority
- US
- United States
- Prior art keywords
- data
- data blocks
- compression
- memory
- attributes
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/3084—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method
- H03M7/3088—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method employing the use of a dictionary, e.g. LZ78
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T9/00—Image coding
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/3059—Digital compression and data reduction techniques where the original information is represented by a subset or similar information, e.g. lossy compression
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/40—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/40—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
- H03M7/4006—Conversion to or from arithmetic code
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/60—Network streaming of media packets
- H04L65/70—Media network packetisation
Definitions
- 11/651,365 is a Continuation of U.S. patent application Ser. No. 10/668,768, filed Sep. 22, 2003, now U.S. Pat. No. 7,161,506, which is a Continuation of U.S. patent application Ser. No. 10/016,355, filed Oct. 29, 2001, now U.S. Pat. No. 6,624,761, which is a Continuation-In-Part of U.S. patent application Ser. No. 09/705,446, filed Nov. 3, 2000, now U.S. Pat. No. 6,309,424, which is a Continuation of U.S. patent application Ser. No. 09/210,491, filed Dec. 11, 1998, which is now U.S. Pat. No. 6,195,024.
- Each of the listed applications are incorporated herein by reference in their entireties.
- the present invention relates generally to a data compression and decompression and, more particularly, to systems and methods for data compression using content independent and content dependent data compression and decompression.
- Information may be represented in a variety of manners. Discrete information such as text and numbers are easily represented in digital data. This type of data representation is known as symbolic digital data. Symbolic digital data is thus an absolute representation of data such as a letter, figure, character, mark, machine code, or drawing.
- Continuous information such as speech, music, audio, images and video, frequently exists in the natural world as analog information.
- VLSI very large scale integration
- Diffuse digital data is thus a representation of data that is of low information density and is typically not easily recognizable to humans in its native form.
- digital data representation there are many advantages associated with digital data representation. For instance, digital data is more readily processed, stored, and transmitted due to its inherently high noise immunity.
- redundancy in digital data representation enables error detection and/or correction. Error detection and/or correction capabilities are dependent upon the amount and type of data redundancy, available error detection and correction processing, and extent of data corruption.
- Data compression is widely used to reduce the amount of data required to process, transmit, or store a given quantity of information.
- lossless and lossy data compression there are two types of data compression techniques that may be utilized either separately or jointly to encode/decode data: lossless and lossy data compression.
- Lossy data compression techniques provide for an inexact representation of the original uncompressed data such that the decoded (or reconstructed) data differs from the original unencoded/uncompressed data.
- Lossy data compression is also known as irreversible or noisy compression.
- Entropy is defined as the quantity of information in a given set of data.
- lossy data compression seeks to exploit various traits within the human senses to eliminate otherwise imperceptible data. For example, lossy data compression of visual imagery might seek to delete information content in excess of the display resolution or contrast ratio.
- lossless data compression techniques provide an exact representation of the original uncompressed data. Simply stated, the decoded (or reconstructed) data is identical to the original unencoded/uncompressed data. Lossless data compression is also known as reversible or noiseless compression. Thus, lossless data compression has, as its current limit, a minimum representation defined by the entropy of a given data set.
- Another problem with lossless compression is that there are significant variations in the compression ratio obtained when using a single lossless data compression technique for data streams having different data content and data size. This process is known as natural variation.
- a further problem is that negative compression may occur when certain data compression techniques act upon many types of highly compressed data. Highly compressed data appears random and many data compression techniques will substantially expand, not compress this type of data.
- FIG. 1 illustrates an embodiment of this data compression and decompression technique.
- Data compression 1 comprises two phases, a data pre-compression phase 2 and a data compression phase 3 .
- Data decompression 4 of a compressed input data stream is also comprised of two phases, a data type retrieval phase 5 and a data decompression phase 6 .
- the data pre-compressor 2 accepts an uncompressed data stream, identifies the data type of the input stream, and generates a data type identification signal.
- the data compressor 3 selects a data compression method from a preselected set of methods to compress the input data stream, with the intention of producing the best available compression ratio for that particular data type.
- One such limitation is the need to unambiguously identify various data types. While these might include such common data types as ASCII, binary, or unicode, there, in fact, exists a broad universe of data types that fall outside the three most common data types. Examples of these alternate data types include: signed and unsigned integers of various lengths, differing types and precision of floating point numbers, pointers, other forms of character text, and a multitude of user defined data types. Additionally, data types may be interspersed or partially compressed, making data type recognition difficult and/or impractical. Another limitation is that given a known data type, or mix of data types within a specific set or subset of input data, it may be difficult and/or impractical to predict which data encoding technique yields the highest compression ratio.
- a method for compressing data comprises the steps of:
- the step of performing content independent data compression comprises: encoding the data block with a plurality of encoders to provide a plurality of encoded data blocks; determining a compression ratio obtained for each of the encoders; comparing each of the determined compression ratios with a first compression threshold; selecting for output the input data block and appending a null compression descriptor to the input data block, if all of the encoder compression ratios do not meet the first compression threshold; and selecting for output the encoded data block having the highest compression ratio and appending a corresponding compression type descriptor to the selected encoded data block, if at least one of the compression ratios meet the first compression threshold.
- the step of performing content dependent compression comprises the steps of: selecting one or more encoders associated with the identified data type and encoding the data block with the selected encoders to provide a plurality of encoded data blocks; determining a compression ratio obtained for each of the selected encoders; comparing each of the determined compression ratios with a second compression threshold; selecting for output the input data block and appending a null compression descriptor to the input data block, if all of the encoder compression do not meet the second compression threshold; and selecting for output the encoded data block having the highest compression ratio and appending a corresponding compression type descriptor to the selected encoded data block, if at least one of the compression ratios meet the second compression threshold.
- the step of performing content independent data compression on the data block comprises the steps of: estimating a desirability of using of one or more encoder types based one characteristics of the data block; and compressing the data block using one or more desirable encoders.
- the step of performing content dependent data compression on the data block comprises the steps of: estimating a desirability of using of one or more encoder types based on characteristics of the data block; and compressing the data block using one or more desirable encoders.
- the step of analyzing the data block comprises analyzing the data block to recognize one of a data type, data structure, data block format, file substructure, and/or file types.
- a further step comprises maintaining an association between encoder types and data types, data structures, data block formats, file substructure, and/or file types.
- a method for compressing data comprises the steps of:
- the present invention employs a plurality of encoders applying a plurality of compression techniques on an input data stream so as to achieve maximum compression in accordance with the real-time or pseudo real-time data rate constraint.
- the output bit rate is not fixed and the amount, if any, of permissible data quality degradation is user or data specified.
- FIG. 1 is a block/flow diagram of a content dependent high-speed lossless data compression and decompression system/method according to the prior art
- FIG. 2 is a block diagram of a content independent data compression system according to one embodiment of the present invention.
- FIGS. 3 a and 3 b comprise a flow diagram of a data compression method according to one aspect of the present invention, which illustrates the operation of the data compression system of FIG. 2 ;
- FIG. 4 is a block diagram of a content independent data compression system according to another embodiment of the present invention having an enhanced metric for selecting an optimal encoding technique
- FIGS. 5 a and 5 b comprise a flow diagram of a data compression method according to another aspect of the present invention, which illustrates the operation of the data compression system of FIG. 4 ;
- FIG. 6 is a block diagram of a content independent data compression system according to another embodiment of the present invention having an a priori specified timer that provides real-time or pseudo real-time of output data;
- FIGS. 7 a and 7 b comprise a flow diagram of a data compression method according to another aspect of the present invention, which illustrates the operation of the data compression system of FIG. 6 ;
- FIG. 8 is a block diagram of a content independent data compression system according to another embodiment having an a priori specified timer that provides real-time or pseudo real-time of output data and an enhanced metric for selecting an optimal encoding technique;
- FIG. 9 is a block diagram of a content independent data compression system according to another embodiment of the present invention having an encoding architecture comprising a plurality of sets of serially cascaded encoders;
- FIGS. 10 a and 10 b comprise a flow diagram of a data compression method according to another aspect of the present invention, which illustrates the operation of the data compression system of FIG. 9 ;
- FIG. 11 is block diagram of a content independent data decompression system according to one embodiment of the present invention.
- FIG. 12 is a flow diagram of a data decompression method according to one aspect of the present invention, which illustrates the operation of the data compression system of FIG. 11 ;
- FIGS. 13 a and 13 b comprise a block diagram of a data compression system comprising content dependent and content independent data compression, according to an embodiment of the present invention
- FIGS. 14 a -14 d comprise a flow diagram of a data compression method using both content dependent and content independent data compression, according to one aspect of the present invention
- FIGS. 15 a and 15 b comprise a block diagram of a data compression system comprising content dependent and content independent data compression, according to another embodiment of the present invention.
- FIGS. 16 a -16 d comprise a flow diagram of a data compression method using both content dependent and content independent data compression, according to another aspect of the present invention.
- FIGS. 17 a and 17 b comprise a block diagram of a data compression system comprising content dependent and content independent data compression, according to another embodiment of the present invention.
- FIGS. 18 a -18 d comprise a flow diagram of a data compression method using both content dependent and content independent data compression, according to another aspect of the present invention.
- the present invention is directed to systems and methods for providing data compression and decompression using content independent and content dependent data compression and decompression.
- system elements having equivalent or similar functionality are designated with the same reference numerals in the Figures.
- the present invention may be implemented in various forms of hardware, software, firmware, or a combination thereof.
- the system modules described herein are preferably implemented in software as an application program that is executable by, e.g., a general purpose computer or any machine or device having any suitable and preferred microprocessor architecture.
- the present invention is implemented on a computer platform including hardware such as one or more central processing units (CPU), a random access memory (RAM), and input/output (I/O) interface(s).
- CPU central processing units
- RAM random access memory
- I/O input/output
- the computer platform also includes an operating system and microinstruction code.
- the various processes and functions described herein may be either part of the microinstruction code or application programs which are executed via the operating system.
- various other peripheral devices may be connected to the computer platform such as an additional data storage device and a printing device.
- the data compression system includes a counter module 10 that receives as input an uncompressed or compressed data stream. It is to be understood that the system processes the input data stream in data blocks that may range in size from individual bits through complete files or collections of multiple files. Additionally, the data block size may be fixed or variable.
- the counter module 10 counts the size of each input data block (i.e., the data block size is counted in bits, bytes, words, any convenient data multiple or metric, or any combination thereof).
- An input data buffer 20 operatively connected to the counter module 10 , may be provided for buffering the input data stream in order to output an uncompressed data stream in the event that, as discussed in further detail below, every encoder fails to achieve a level of compression that exceeds an a priori specified minimum compression ratio threshold. It is to be understood that the input data buffer 20 is not required for implementing the present invention.
- An encoder module 30 is operatively connected to the buffer 20 and comprises a set of encoders E1, E2, E3 . . . En.
- the encoder set E1, E2, E3 . . . En may include any number “n” of those lossless encoding techniques currently well known within the art such as run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. It is to be understood that the encoding techniques are selected based upon their ability to effectively encode different types of input data. It is to be appreciated that a full complement of encoders are preferably selected to provide a broad coverage of existing and future data types.
- the encoder module 30 successively receives as input each of the buffered input data blocks (or unbuffered input data blocks from the counter module 10 ). Data compression is performed by the encoder module 30 wherein each of the encoders E1 . . . En processes a given input data block and outputs a corresponding set of encoded data blocks. It is to be appreciated that the system affords a user the option to enable/disable any one or more of the encoders E1 . . . En prior to operation. As is understood by those skilled in the art, such feature allows the user to tailor the operation of the data compression system for specific applications. It is to be further appreciated that the is encoding process may be performed either in parallel or sequentially.
- encoders E1 through En of encoder module 30 may operate in parallel (i.e., simultaneously processing a given input data block by utilizing task multiplexing on a single central processor, via dedicated hardware, by executing on a plurality of processor or dedicated hardware systems, or any combination thereof).
- encoders E1 through En may operate sequentially on a given unbuffered or buffered input data block. This process is intended to eliminate the complexity and additional processing overhead associated with multiplexing concurrent encoding techniques on a single central processor and/or dedicated hardware, set of central processors and/or dedicated hardware, or any achievable combination.
- encoders of the identical type may be applied in parallel to enhance encoding speed.
- encoder E1 may comprise two parallel Huffman encoders for parallel processing of an input data block.
- a buffer/counter module 40 is operatively connected to the encoding module 30 for buffering and counting the size of each of the encoded data blocks output from encoder module 30 .
- the buffer/counter 30 comprises a plurality of buffer/counters BC1, BC2, BC3 . . . BCn, each operatively associated with a corresponding one of the encoders E1 . . . En.
- a compression ratio module 50 operatively connected to the output buffer/counter 40 , determines the compression ratio obtained for each of the enabled encoders E1 . . . En by taking the ratio of the size of the input data block to the size of the output data block stored in the corresponding buffer/counters BC1 . . . BCn.
- the compression ratio module 50 compares each compression ratio with an a priori-specified compression ratio threshold limit to determine if at least one of the encoded data blocks output from the enabled encoders E1 . . . En achieves a compression that exceeds an a priori-specified threshold.
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit.
- a description module 60 operatively coupled to the compression ratio module 50 , appends a corresponding compression type descriptor to each encoded data block which is selected for output so as to indicate the type of compression format of the encoded data block.
- a data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 300 ).
- data compression is performed on a per data block basis.
- the first input data block in the input data stream is input into the counter module 10 that counts the size of the data block (step 302 ).
- the data block is then stored in the buffer 20 (step 304 ).
- the data block is then sent to the encoder module 30 and compressed by each (enabled) encoder E1 . . . En (step 306 ).
- an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 308 ), and the encoded data block size is counted (step 310 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 ) to the size of each encoded data block output from the enabled encoders (step 312 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 314 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- a null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 320 ).
- the encoded data block having the greatest compression ratio is selected (step 322 ).
- An appropriate data compression type descriptor is then appended (step 324 ).
- a data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder.
- the encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 326 ).
- step 328 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 328 ), the next successive data block is received (step 330 ), its block size is counted (return to step 302 ) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 328 ), data compression of the input data stream is finished (step 322 ).
- FIG. 4 a block diagram illustrates a content independent data compression system according to another embodiment of the present invention.
- the data compression system depicted in FIG. 4 is similar to the data compression system of FIG. 2 except that the embodiment of FIG. 4 includes an enhanced metric functionality for selecting an optimal encoding technique.
- each of the encoders E1 . . . En in the encoder module 30 is tagged with a corresponding one of user-selected encoder desirability factors 70 .
- Encoder desirability is defined as an a priori user specified factor that takes into account any number of user considerations including, but not limited to, compatibility of the encoded data with existing standards, data error robustness, or any other aggregation of factors that the user wishes to consider for a particular application.
- Each encoded data block output from the encoder module 30 has a corresponding desirability factor appended thereto.
- a figure of merit module 80 operatively coupled to the compression ratio module 50 and the descriptor module 60 , is provided for calculating a figure of merit for each of the encoded data blocks which possess a compression ratio greater than the compression ratio threshold limit.
- the figure of merit for each encoded data block is comprised of a weighted average of the a priori user specified threshold and the corresponding encoder desirability factor. As discussed below in further detail with reference to FIGS. 5 a and 5 b , the figure of merit substitutes the a priori user compression threshold limit for selecting and outputting encoded data blocks.
- a data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 500 ).
- the size of the first data block is then determined by the counter module 10 (step 502 ).
- the data block is then stored in the buffer 20 (step 504 ).
- the data block is then sent to the encoder module 30 and compressed by each (enabled) encoder in the encoder set E1 . . . En (step 506 ).
- Each encoded data block processed in the encoder module 30 is tagged with an encoder desirability factor that corresponds the particular encoding technique applied to the encoded data block (step 508 ).
- an encoded data block with its corresponding desirability factor is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 510 ), and the encoded data block size is counted (step 512 ).
- a compression ratio obtained by each enabled encoder is calculated by taking the ratio of the size of the input data block (as determined by the input counter 10 ) to the size of the encoded data block output from each enabled encoder (step 514 ). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 516 ). A determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 518 ). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 518 ), then the original unencoded input data block is selected for output and a null data compression type descriptor (as discussed above) is appended thereto (step 520 ). Accordingly, the original unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 522 ).
- a figure of merit is calculated for each encoded data block having a compression ratio which exceeds the compression ratio threshold limit (step 524 ).
- the figure of merit for a given encoded data block is comprised of a weighted average of the a priori user specified threshold and the corresponding encoder desirability factor associated with the encoded data block.
- the encoded data block having the greatest figure of merit is selected for output (step 526 ).
- An appropriate data compression type descriptor is then appended (step 528 ) to indicate the data encoding technique applied to the encoded data block.
- the encoded data block (which has the greatest figure of merit) along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 530 ).
- step 532 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 532 ), then the next successive data block is received (step 534 ), its block size is counted (return to step 502 ) and the data compression process is iterated for each successive data block in the input data stream. Once the final input data block is processed (negative result in step 532 ), data compression of the input data stream is finished (step 536 ).
- FIG. 6 a block diagram illustrates a data compression system according to another embodiment of the present invention.
- the data compression system depicted in FIG. 6 is similar to the data compression system discussed in detail above with reference to FIG. 2 except that the embodiment of FIG. 6 includes an a priori specified timer that provides real-time or pseudo real-time output data.
- an interval timer 90 operatively coupled to the encoder module 30 , is preloaded with a user specified time value.
- the role of the interval timer (as will be explained in greater detail below with reference to FIGS. 7 a and 7 b ) is to limit the processing time for each input data block processed by the encoder module 30 so as to ensure that the real-time, pseudo real-time, or other time critical nature of the data compression processes is preserved.
- a data stream comprising one or more data blocks is input into the data compression system and the first data block in the data stream is received (step 700 ), and its size is determined by the counter module 10 (step 702 ).
- the data block is then stored in buffer 20 (step 704 ).
- the interval timer 90 is initialized (step 706 ) and starts counting towards a user-specified time limit.
- the input data block is then sent to the encoder module 30 wherein data compression of the data block by each (enabled) encoder E1 . . . En commences (step 708 ).
- a determination is made as to whether the user specified time expires before the completion of the encoding process (steps 710 and 712 ).
- each encoder (E1 through En) completes its respective encoding process (negative result in step 710 and affirmative result in step 712 )
- an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 714 ).
- the encoding process is halted (step 716 ). Then, encoded data blocks from only those enabled encoders E1 . . . En that have completed the encoding process are selected and maintained in buffers (step 718 ). It is to be appreciated that it is not necessary (or in some cases desirable) that some or all of the encoders complete the encoding process before the interval timer expires. Specifically, due to encoder data dependency and natural variation, it is possible that certain encoders may not operate quickly enough and, therefore, do not comply with the timing constraints of the end use. Accordingly, the time limit ensures that the real-time or pseudo real-time nature of the data encoding is preserved.
- each encoded data block is counted (step 720 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 ) to the size of the encoded data block output from each enabled encoder (step 722 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 724 ).
- a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 726 ).
- step 726 If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 726 ), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 728 ). The original unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 730 ).
- step 726 if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 726 ), then the encoded data block having the greatest compression ratio is selected (step 732 ). An appropriate data compression type descriptor is then appended (step 734 ). The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 736 ).
- step 738 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 738 ), the next successive data block is received (step 740 ), its block size is counted (return to step 702 ) and the data compression process in repeated. This process is iterated for each data block in the input data stream, with each data block being processed within the user-specified time limit as discussed above. Once the final input data block is processed (negative result in step 738 ), data compression of the input data stream is complete (step 742 ).
- FIG. 8 a block diagram illustrates a content independent data compression system according to another embodiment of the present system.
- the data compression system of FIG. 8 incorporates all of the features discussed above in connection with the system embodiments of FIGS. 2, 4, and 6 .
- the system of FIG. 8 incorporates both the a priori specified timer for providing real-time or pseudo real-time of output data, as well as the enhanced metric for selecting an optimal encoding technique. Based on the foregoing discussion, the operation of the system of FIG. 8 is understood by those skilled in the art.
- FIG. 9 a block diagram illustrates a data compression system according to a preferred embodiment of the present invention.
- the system of FIG. 9 contains many of the features of the previous embodiments discussed above.
- this embodiment advantageously includes a cascaded encoder module 30 c having an encoding architecture comprising a plurality of sets of serially cascaded encoders Em,n, where “m” refers to the encoding path (i.e., the encoder set) and where “n” refers to the number of encoders in the respective path.
- each set of serially cascaded encoders can include any number of disparate and/or similar encoders (i.e., n can be any value for a given path m).
- the system of FIG. 9 also includes a output buffer module 40 c which comprises a plurality of buffer/counters B/Cm,n, each associated with a corresponding one of the encoders Em,n.
- an input data block is sequentially applied to successive encoders (encoder stages) in the encoder path so as to increase the data compression ratio.
- the output data block from a first encoder E1,1, is buffered and counted in B/C1,1, for subsequent processing by a second encoder E1,2.
- these parallel sets of sequential encoders are applied to the input data stream to effect content free lossless data compression.
- This embodiment provides for multi-stage sequential encoding of data with the maximum number of encoding steps subject to the available real-time, pseudo real-time, or other timing constraints.
- the encoders Em,n may include those lossless encoding techniques currently well known within the art, including: run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. Encoding techniques are selected based upon their ability to effectively encode different types of input data. A full complement of encoders provides for broad coverage of existing and future data types.
- the input data blocks may be applied simultaneously to the encoder paths (i.e., the encoder paths may operate in parallel, utilizing task multiplexing on a single central processor, or via dedicated hardware, or by executing on a plurality of processor or dedicated hardware systems, or any combination thereof).
- an input data block may be sequentially applied to the encoder paths.
- each serially cascaded encoder path may comprise a fixed (predetermined) sequence of encoders or a random sequence of encoders.
- each serially cascaded encoder path may comprise a fixed (predetermined) sequence of encoders or a random sequence of encoders.
- a data stream comprising one or more data blocks is input into the data compression system and the first data block in the data stream is received (step 100 ), and its size is determined by the counter module 10 (step 102 ).
- the data block is then stored in buffer 20 (step 104 ).
- the interval timer 90 is initialized (step 106 ) and starts counting towards a user-specified time limit.
- the input data block is then sent to the cascade encoder module 30 C wherein the input data block is applied to the first encoder (i.e., first encoding stage) in each of the cascaded encoder paths E1,1 . . . Em,1 (step 108 ).
- a determination is made as to whether the user specified time expires before the completion of the first stage encoding process (steps 110 and 112 ). If the first stage encoding process is completed before the expiration of the timer, i.e., each encoder (E1,1 . . .
- Em,1 completes its respective encoding process (negative result in step 110 and affirmative result in step 112 ), then an encoded data block is output from each encoder E1,1 . . . Em,1 and maintained in a corresponding buffer (step 114 ). Then for each cascade encoder path, the output of the completed encoding stage is applied to the next successive encoding stage in the cascade path (step 116 ). This process (steps 110 , 112 , 114 , and 116 ) is repeated until the earlier of the timer expiration (affirmative result in step 110 ) or the completion of encoding by each encoder stage in the serially cascaded paths, at which time the encoding process is halted (step 118 ).
- the buffered encoded data block output by the last encoder stage that completes the encoding process before the expiration of the timer is selected for further processing (step 120 ).
- the interim stages of the multi-stage data encoding process are preserved.
- the results of encoder E1,1 are preserved even after encoder E1,2 begins encoding the output of encoder E1,1. If the interval timer expires after encoder E1,1 completes its respective encoding process but before encoder E1,2 completes its respective encoding process, the encoded data block from encoder E1,1 is complete and is utilized for calculating the compression ratio for the corresponding encoder path.
- the incomplete encoded data block from encoder E1,2 is either discarded or ignored.
- the time limit ensures that the real-time or pseudo real-time nature of the data encoding is preserved.
- each encoded data block is counted (step 122 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 ) to the size of the encoded data block output from each encoder (step 124 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 126 ).
- a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 128 ).
- step 128 If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 128 ), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 130 ). The original unencoded data block and its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 132 ).
- a figure of merit is calculated for each encoded data block having a compression ratio which exceeds the compression ratio threshold limit (step 134 ).
- the figure of merit for a given encoded data block is comprised of a weighted average of the a priori user specified threshold and the corresponding encoder desirability factor associated with the encoded data block.
- the encoded data block having the greatest figure of merit is selected (step 136 ).
- An appropriate data compression type descriptor is then appended (step 138 ) to indicate the data encoding technique applied to the encoded data block.
- the data type compression descriptor can indicate that the encoded data block was processed by either a single encoding type, a plurality of sequential encoding types, and a plurality of random encoding types.
- the encoded data block (which has the greatest figure of merit) along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 140 ).
- step 142 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 142 ), then the next successive data block is received (step 144 ), its block size is counted (return to step 102 ) and the data compression process is iterated for each successive data block in the input data stream. Once the final input data block is processed (negative result in step 142 ), data compression of the input data stream is finished (step 146 ).
- the data decompression system preferably includes an input buffer 1100 that receives as input an uncompressed or compressed data stream comprising one or more data blocks.
- the data blocks may range in size from individual bits through complete files or collections of multiple files. Additionally, the data block size may be fixed or variable.
- the input data buffer 1100 is preferably included (not required) to provide storage of input data for various hardware implementations.
- a descriptor extraction module 1102 receives the buffered (or unbuffered) input data block and then parses, lexically, syntactically, or otherwise analyzes the input data block using methods known by those skilled in the art to extract the data compression type descriptor associated with the data block.
- the data compression type descriptor may possess values corresponding to null (no encoding applied), a single applied encoding technique, or multiple encoding techniques applied in a specific or random order (in accordance with the data compression system embodiments and methods discussed above).
- a decoder module 1104 includes a plurality of decoders D1 . . . Dn for decoding the input data block using a decoder, set of decoders, or a sequential set of decoders corresponding to the extracted compression type descriptor.
- the decoders D1 . . . Dn may include those lossless encoding techniques currently well known within the art, including: run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. Decoding techniques are selected based upon their ability to effectively decode the various different types of encoded input data generated by the data compression systems described above or originating from any other desired source. As with the data compression systems discussed above, the decoder module 1104 may include multiple decoders of the same type applied in parallel so as to reduce the data decoding time.
- the data decompression system also includes an output data buffer 1106 for buffering the decoded data block output from the decoder module 1104 .
- a data stream comprising one or more data blocks of compressed or uncompressed data is input into the data decompression system and the first data block in the stream is received (step 1200 ) and maintained in the buffer (step 1202 ).
- data decompression is performed on a per data block basis.
- the data compression type descriptor is then extracted from the input data block (step 1204 ).
- a determination is then made as to whether the data compression type descriptor is null (step 1206 ). If the data compression type descriptor is determined to be null (affirmative result in step 1206 ), then no decoding is applied to the input data block and the original undecoded data block is output (or maintained in the output buffer) (step 1208 ).
- the corresponding decoder or decoders are then selected (step 1210 ) from the available set of decoders D1 . . . Dn in the decoding module 1104 .
- the data compression type descriptor may mandate the application of: a single specific decoder, an ordered sequence of specific decoders, a random order of specific decoders, a class or family of decoders, a mandatory or optional application of parallel decoders, or any combination or permutation thereof.
- the input data block is then decoded using the selected decoders (step 1212 ), and output (or maintained in the output buffer 1106 ) for subsequent data processing, storage, or transmittal (step 1214 ).
- a determination is then made as to whether the input data stream contains additional data blocks to be processed (step 1216 ). If the input data stream includes additional data blocks (affirmative result in step 1216 ), the next successive data block is received (step 1220 ), and buffered (return to step 1202 ). Thereafter, the data decompression process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1216 ), data decompression of the input data stream is finished (step 1218 ).
- FIGS. 13 a and 13 b are block diagrams illustrating a data compression system employing both content independent and content dependent data compression according to one embodiment of the present invention, wherein content independent data compression is applied to a data block when the content of the data block cannot be identified or is not associable with a specific data compression algorithm.
- the data compression system comprises a counter module 10 that receives as input an uncompressed or compressed data stream. It is to be understood that the system processes the input data stream in data blocks that may range in size from individual bits through complete files or collections of multiple files. Additionally, the data block size may be fixed or variable.
- the counter module 10 counts the size of each input data block (i.e., the data block size is counted in bits, bytes, words, any convenient data multiple or metric, or any combination thereof).
- An input data buffer 20 operatively connected to the counter module 10 , may be provided for buffering the input data stream in order to output an uncompressed data stream in the event that, as discussed in further detail below, every encoder fails to achieve a level of compression that exceeds a priori specified content independent or content dependent minimum compression ratio thresholds. It is to be understood that the input data buffer 20 is not required for implementing the present invention.
- a content dependent data recognition module 1300 analyzes the incoming data stream to recognize data types, data structures, data block formats, file substructures, file types, and/or any other parameters that may be indicative of either the data type/content of a given data block or the appropriate data compression algorithm or algorithms (in serial or in parallel) to be applied.
- a data file recognition list(s) or algorithm(s) 1310 module may be employed to hold and/or determine associations between recognized data parameters and appropriate algorithms.
- Each data block that is recognized by the content data compression module 1300 is routed to a content dependent encoder module 1320 , if not the data is routed to the content independent encoder module 30 .
- a content dependent encoder module 1320 is operatively connected to the content dependent data recognition module 1300 and comprises a set of encoders D1, D2, D3 . . . Dm.
- the encoder set D1, D2, D3 . . . Dm may include any number “n” of those lossless or lossy encoding techniques currently well known within the art such as MPEG4, various voice codecs, MPEG3, AC3, AAC, as well as lossless algorithms such as run length, Huffinan, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. It is to be understood that the encoding techniques are selected based upon their ability to effectively encode different types of input data. It is to be appreciated that a full complement of encoders and or codecs are preferably selected to provide a broad coverage of existing and future data types.
- the content independent encoder module 30 which is operatively connected to the content dependent data recognition module 1300 , comprises a set of encoders E1, E2, E3 . . . En.
- the encoder set E1, E2, E3 . . . En may include any number “n” of those lossless encoding techniques currently well known within the art such as run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression.
- the encoding techniques are selected based upon their ability to effectively encode different types of input data. It is to be appreciated that a full complement of encoders are preferably selected to provide a broad coverage of existing and future data types.
- the encoder modules selectively receive the buffered input data blocks (or unbuffered input data blocks from the counter module 10 ) from module 1300 based on the results of recognition.
- Data compression is performed by the respective encoder modules wherein some or all of the encoders D1 . . . Dm or E1 . . . En processes a given input data block and outputs a corresponding set of encoded data blocks. It is to be appreciated that the system affords a user the option to enable/disable any one or more of the encoders D1 . . . Dm and E1 . . . En prior to operation.
- the encoding process may be performed either in parallel or sequentially.
- the encoder set D1 through Dm of encoder module 1320 and/or the encoder set E1 through En of encoder module 30 may operate in parallel (i.e., simultaneously processing a given input data block by utilizing task multiplexing on a single central processor, via dedicated hardware, by executing on a plurality of processor or dedicated hardware systems, or any combination thereof).
- encoders D1 through Dm and E1 through En may operate sequentially on a given unbuffered or buffered input data block.
- encoder E1 may comprise two parallel Huffman encoders for parallel processing of an input data block.
- one or more algorithms may be implemented in dedicated hardware such as an MPEG4 or MP3 encoding integrated circuit.
- Buffer/counter modules 1330 and 40 are operatively connected to their respective encoding modules 1320 and 30 , for buffering and counting the size of each of the encoded data blocks output from the respective encoder modules.
- the content dependent buffer/counter 1330 comprises a plurality of buffer/counters BCD1, BCD2, BCD3 . . . BCDm, each operatively associated with a corresponding one of the encoders D1 . . . Dm.
- the content independent buffer/counters BCE1, BCE2, BCE3 . . . BCEn each operatively associated with a corresponding one of the encoders E1 . . . En.
- a compression ratio module 1340 operatively connected to the content dependent output buffer/counters 1330 and content independent buffer/counters 40 determines the compression ratio obtained for each of the enabled encoders D1 . . . Dm and or E1 . . . En by taking the ratio of the size of the input data block to the size of the output data block stored in the corresponding buffer/counters BCD1, BCD2, BCD3 . . . BCDm and or BCE1, BCE2, BCE3 . . . BCEn.
- the compression ratio module 1340 compares each compression ratio with an a priori-specified compression ratio threshold limit to determine if at least one of the encoded data blocks output from the enabled encoders BCD1, BCD2, BCD3 .
- the threshold limit maybe specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It should be noted that different threshold values may be applied to content dependent and content independent encoded data. Further these thresholds may be adaptively modified based upon enabled encoders in either or both the content dependent or content independent encoder sets, along with any associated parameters.
- a compression type description module 1350 operatively coupled to the compression ratio module 1340 , appends a corresponding compression type descriptor to each encoded data block which is selected for output so as to indicate the type of compression format of the encoded data block.
- FIGS. 14 a -14 d illustrates a method for performing data compression using a combination of content dependent and content independent data compression.
- content independent data compression is applied to a given data block when the content of a data block cannot be identified or is not associated with a specific data compression algorithm. More specifically, referring to FIG. 14 a , a data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 1400 ). As stated above, data compression is performed on a per data block basis.
- a data block may represent any quantity of data from a single bit through a multiplicity of files or packets and may vary from block to block.
- the first input data block in the input data stream is input into the counter module 10 that counts the size of the data block (step 1402 ).
- the data block is then stored in the buffer 20 (step 1404 ).
- the data block is then analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1406 ). If the data stream content is not recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1408 ) the data is routed to the content independent encoder module 30 and compressed by each (enabled) encoder E1 . . . En (step 1410 ).
- an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 1412 ), and the encoded data block size is counted (step 1414 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 to the size of each encoded data block output from the enabled encoders (step 1416 ).
- Each compression ratio is then compared with an apriori-specified compression ratio threshold (step 1418 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders.
- a null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1436 ).
- step 1422 the encoded data block having the greatest compression ratio is selected (step 1422 ).
- An appropriate data compression type descriptor is then appended (step 1424 ).
- a data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder.
- the encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1426 ).
- the data block stored in the buffer 20 is analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1406 ). If the data stream content is recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1434 ) the appropriate content dependent algorithms are enabled and initialized (step 1436 ), and the data is routed to the content dependent encoder module 1320 and compressed by each (enabled) encoder D1 . . . Dm (step 1438 ). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder D1 . . . Dm and maintained in a corresponding buffer (step 1440 ), and the encoded data block size is counted (step 1442 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 to the size of each encoded data block output from the enabled encoders (step 1444 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1448 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that many of these algorithms may be lossy, and as such the limits may be subject to or modified by an end target storage, listening, or viewing device.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders.
- a null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1436 ).
- step 1422 the encoded data block having the greatest compression ratio is selected (step 1422 ).
- An appropriate data compression type descriptor is then appended (step 1424 ).
- a data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder.
- the encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1426 ).
- step 1428 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 1428 ), the next successive data block is received (step 1432 ), its block size is counted (return to step 1402 ) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1428 ), data compression of the input data stream is finished (step 1430 ).
- the present invention may employ any lossless data encoding technique.
- FIGS. 15 a and 15 b are block diagrams illustrating a data compression system employing both content independent and content dependent data compression according to another embodiment of the present invention.
- the system in FIGS. 15 a and 15 b is similar in operation to the system of FIGS. 13 a and 13 b in that content independent data compression is applied to a data block when the content of the data block cannot be identified or is not associable with a specific data compression algorithm.
- the system of FIGS. 15 a and 15 b additionally performs content independent data compression on a data block when the compression ratio obtained for the data block using the content dependent data compression does not meet a specified threshold.
- FIGS. 16 a -16 d illustrates a method for performing data compression using a combination of content dependent and content independent data compression.
- a data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 1600 ).
- data compression is performed on a per data block basis.
- a data block may represent any quantity of data from a single bit through a multiplicity of files or packets and may vary from block to block.
- the first input data block in the input data stream is input into the counter module 10 that counts the size of the data block (step 1602 ).
- the data block is then stored in the buffer 20 (step 1604 ).
- the data block is then analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1606 ). If the data stream content is not recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1608 ) the data is routed to the content independent encoder module 30 and compressed by each (enabled) encoder E1 . . . En (step 1610 ).
- an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 1612 ), and the encoded data block size is counted (step 1614 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 to the size of each encoded data block output from the enabled encoders (step 1616 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1618 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders.
- a null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1636 ).
- step 1622 the encoded data block having the greatest compression ratio is selected (step 1622 ).
- An appropriate data compression type descriptor is then appended (step 1624 ).
- a data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder.
- the encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1626 ).
- the data block stored in the buffer 20 is analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1606 ). If the data stream content is recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1634 ) the appropriate content dependent algorithms are enabled and initialized (step 1636 ) and the data is routed to the content dependent encoder module 1620 and compressed by each (enabled) encoder D1 . . . Dm (step 1638 ). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder D1 . . . Dm and maintained in a corresponding buffer (step 1640 ), and the encoded data block size is counted (step 1642 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 to the size of each encoded data block output from the enabled encoders (step 1644 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1648 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that many of these algorithms may be lossy, and as such the limits may be subject to or modified by an end target storage, listening, or viewing device.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders.
- step 1628 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 1628 ), the next successive data block is received (step 1632 ), its block size is counted (return to step 1602 ) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1628 ), data compression of the input data stream is finished (step 1630 ).
- FIGS. 17 a and 17 b are block diagrams illustrating a data compression system employing both content independent and content dependent data compression according to another embodiment of the present invention.
- the system in FIGS. 17 a and 17 b is similar in operation to the system of FIGS. 13 a and 13 b in that content independent data compression is applied to a data block when the content of the data block cannot be identified or is not associable with a specific data compression algorithm.
- the system of FIGS. 17 a and 17 b additionally uses a priori estimation algorithms or look-up tables to estimate the desirability of using content independent data compression encoders and/or content dependent data compression encoders and selecting appropriate algorithms or subsets thereof based on such estimation.
- a content dependent data recognition and or estimation module 1700 is utilized to analyze the incoming data stream for recognition of data types, data strictures, data block formats, file substructures, file types, or any other parameters that may be indicative of the appropriate data compression algorithm or algorithms (in serial or in parallel) to be applied.
- a data file recognition list(s) or algorithm(s) 1710 module may be employed to hold associations between recognized data parameters and appropriate algorithms. If the content data compression module recognizes a portion of the data, that portion is routed to the content dependent encoder module 1320 , if not the data is routed to the content independent encoder module 30 .
- process of recognition is not limited to a deterministic recognition, but may further comprise a probabilistic estimation of which encoders to select for compression from the set of encoders of the content dependent module 1320 or the content independent module 30 .
- a method may be employed to compute statistics of a data block whereby a determination that the locality of repetition of characters in a data stream is determined is high can suggest a text document, which may be beneficially compressed with a lossless dictionary type algorithm. Further the statistics of repeated characters and relative frequencies may suggest a specific type of dictionary algorithm. Long strings will require a wide dictionary file while a wide diversity of strings may suggest a deep dictionary.
- Statistics may also be utilized in algorithms such as Huffman where various character statistics will dictate the choice of different Huffinan compression tables. This technique is not limited to lossless algorithms but may be widely employed with lossy algorithms. Header information in frames for video files can imply a specific data resolution. The estimator then may select the appropriate lossy compression algorithm and compression parameters (amount of resolution desired). As shown in previous embodiments of the present invention, desirability of various algorithms and now associated resolutions with lossy type algorithms may also be applied in the estimation selection process.
- FIGS. 18 a -18 d A mode of operation of the data compression system of FIGS. 17 a and 17 b will now be discussed with reference to the flow diagrams of FIGS. 18 a -18 d .
- the method of FIGS. 18 a -18 d use a priori estimation algorithms or look-up tables to estimate the desirability or probability of using content independent data compression encoders or content dependent data compression encoders, and select appropriate or desirable algorithms or subsets thereof based on such estimates.
- a data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 1800 ). As stated above, data compression is performed on a per data block basis.
- a data block may represent any quantity of data from a single bit through a multiplicity of files or packets and may vary from block to block. Accordingly, the first input data block in the input data stream is input into the counter module 10 that counts the size of the data block (step 1802 ). The data block is then stored in the buffer 20 (step 1804 ). The data block is then analyzed on a per block or multi-block basis by the content dependent/content independent data recognition module 1700 (step 1806 ). If the data stream content is not recognized utilizing the recognition list(s) or algorithms(s) module 1710 (step 1808 ) the data is to the content independent encoder module 30 .
- An estimate of the best content independent encoders is performed (step 1850 ) and the appropriate encoders are enabled and initialized as applicable.
- the data is then compressed by each (enabled) encoder E1 . . . En (step 1810 ).
- an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 1812 ), and the encoded data block size is counted (step 1814 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 to the size of each encoded data block output from the enabled encoders (step 1816 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1818 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders.
- a null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1836 ).
- step 1822 the encoded data block having the greatest compression ratio is selected (step 1822 ).
- An appropriate data compression type descriptor is then appended (step 1824 ).
- a data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder.
- the encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1826 ).
- the data block stored in the buffer 20 is analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1806 ). If the data stream content is recognized or estimated utilizing the recognition list(s) or algorithms(s) module 1710 (affirmative result in step 1808 ) the recognized data type/file or block is selected based on a list or algorithm (step 1838 ) and an estimate of the desirability of using the associated content dependent algorithms can be determined (step 1840 ). For instance, even though a recognized data type may be associated with three different encoders, an estimation of the desirability of using each encoder may result in only one or two of the encoders being actually selected for use.
- the data is routed to the content dependent encoder module 1320 and compressed by each (enabled) encoder D1 . . . Dm (step 1842 ).
- each (enabled) encoder D1 . . . Dm Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder D1 . . . Dm and maintained in a corresponding buffer (step 1844 ), and the encoded data block size is counted (step 1846 ).
- a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10 to the size of each encoded data block output from the enabled encoders (step 1848 ).
- Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1850 ).
- the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that many of these algorithms may be lossy, and as such the limits may be subject to or modified by an end target storage, listening, or viewing device.
- the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders.
- a null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1836 ).
- step 1822 the encoded data block having the greatest compression ratio is selected (step 1822 ).
- An appropriate data compression type descriptor is then appended (step 1824 ).
- a data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder.
- the encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1826 ).
- step 1828 a determination is made as to whether the input data stream contains additional data blocks to be processed. If the input data stream includes additional data blocks (affirmative result in step 1428 ), the next successive data block is received (step 1832 ), its block size is counted (return to step 1802 ) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1828 ), data compression of the input data stream is finished (step 1830 ).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Data compression using a combination of content independent data compression and content dependent data compression. In one aspect, a system for compressing data comprises: a processor, and a plurality of data compression encoders wherein at least one data encoder utilizes asymmetric data compression. The processor is configured to determine one or more parameters, attributes, or values of the data within at least a portion of a data block containing either video or audio data, to select one or more data compression encoders from the plurality of data compression encoders based upon the determined one or more parameters, attributes, or values of the data and a throughput of a communications channel, and to perform data compression with the selected one or more data compression encoders on at least the portion of the data block.
Description
- This application is a Continuation of U.S. patent application Ser. No. 14/936,312, filed Nov. 9, 2015, which is a Continuation of U.S. patent application Ser. No. 14/727,309, filed Jun. 1, 2015, which is a Continuation of U.S. patent application Ser. No. 14/495,574, filed Sep. 24, 2014, now U.S. Pat. No. 9,054,728, which is a Continuation of U.S. patent application Ser. No. 14/251,453, filed Apr. 11, 2014, now U.S. Pat. No. 8,933,825, which is a Continuation of U.S. patent application Ser. No. 14/035,561, filed Sep. 24, 2013, now U.S. Pat. No. 8,717,203, which is a Continuation of U.S. patent application Ser. No. 13/154,211, now U.S. Pat. No. 8,643,513, filed Jun. 6, 2011, which is a Continuation of U.S. patent application Ser. No. 12/703,042, filed Feb. 9, 2010, now U.S. Pat. No. 8,502,707, which is a Continuation of both U.S. patent application Ser. No. 11/651,366, filed Jan. 8, 2007, now abandoned, and U.S. patent application Ser. No. 11/651,365, filed Jan. 8, 2007, now U.S. Pat. No. 7,714,747. Each of application Ser. No. 11/651,366 and application Ser. No. 11/651,365 is a Continuation of U.S. patent application Ser. No. 10/668,768, filed Sep. 22, 2003, now U.S. Pat. No. 7,161,506, which is a Continuation of U.S. patent application Ser. No. 10/016,355, filed Oct. 29, 2001, now U.S. Pat. No. 6,624,761, which is a Continuation-In-Part of U.S. patent application Ser. No. 09/705,446, filed Nov. 3, 2000, now U.S. Pat. No. 6,309,424, which is a Continuation of U.S. patent application Ser. No. 09/210,491, filed Dec. 11, 1998, which is now U.S. Pat. No. 6,195,024. Each of the listed applications are incorporated herein by reference in their entireties.
- 1. Technical Field
- The present invention relates generally to a data compression and decompression and, more particularly, to systems and methods for data compression using content independent and content dependent data compression and decompression.
- 2. Description of Related Art
- Information may be represented in a variety of manners. Discrete information such as text and numbers are easily represented in digital data. This type of data representation is known as symbolic digital data. Symbolic digital data is thus an absolute representation of data such as a letter, figure, character, mark, machine code, or drawing.
- Continuous information such as speech, music, audio, images and video, frequently exists in the natural world as analog information. As is well known to those skilled in the art, recent advances in very large scale integration (VLSI) digital computer technology have enabled both discrete and analog information to be represented with digital data. Continuous information represented as digital data is often referred to as diffuse data. Diffuse digital data is thus a representation of data that is of low information density and is typically not easily recognizable to humans in its native form.
- There are many advantages associated with digital data representation. For instance, digital data is more readily processed, stored, and transmitted due to its inherently high noise immunity. In addition, the inclusion of redundancy in digital data representation enables error detection and/or correction. Error detection and/or correction capabilities are dependent upon the amount and type of data redundancy, available error detection and correction processing, and extent of data corruption.
- One outcome of digital data representation is the continuing need for increased capacity in data processing, storage, and transmittal. This is especially true for diffuse data where increases in fidelity and resolution create exponentially greater quantities of data. Data compression is widely used to reduce the amount of data required to process, transmit, or store a given quantity of information. In general, there are two types of data compression techniques that may be utilized either separately or jointly to encode/decode data: lossless and lossy data compression.
- Lossy data compression techniques provide for an inexact representation of the original uncompressed data such that the decoded (or reconstructed) data differs from the original unencoded/uncompressed data. Lossy data compression is also known as irreversible or noisy compression. Entropy is defined as the quantity of information in a given set of data. Thus, one obvious advantage of lossy data compression is that the compression ratios can be larger than the entropy limit, all at the expense of information content. Many lossy data compression techniques seek to exploit various traits within the human senses to eliminate otherwise imperceptible data. For example, lossy data compression of visual imagery might seek to delete information content in excess of the display resolution or contrast ratio.
- On the other hand, lossless data compression techniques provide an exact representation of the original uncompressed data. Simply stated, the decoded (or reconstructed) data is identical to the original unencoded/uncompressed data. Lossless data compression is also known as reversible or noiseless compression. Thus, lossless data compression has, as its current limit, a minimum representation defined by the entropy of a given data set.
- There are various problems associated with the use of lossless compression techniques. One fundamental problem encountered with most lossless data compression techniques are their content sensitive behavior. This is often referred to as data dependency. Data dependency implies that the compression ratio achieved is highly contingent upon the content of the data being compressed. For example, database files often have large unused fields and high data redundancies, offering the opportunity to losslessly compress data at ratios of 5 to 1 or more. In contrast, concise software programs have little to no data redundancy and, typically, will not losslessly compress better than 2 to 1.
- Another problem with lossless compression is that there are significant variations in the compression ratio obtained when using a single lossless data compression technique for data streams having different data content and data size. This process is known as natural variation.
- A further problem is that negative compression may occur when certain data compression techniques act upon many types of highly compressed data. Highly compressed data appears random and many data compression techniques will substantially expand, not compress this type of data.
- For a given application, there are many factors that govern the applicability of various data compression techniques. These factors include compression ratio, encoding and decoding processing requirements, encoding and decoding time delays, compatibility with existing standards, and implementation complexity and cost, along with the is adaptability and robustness to variations in input data. A direct relationship exists in the current art between compression ratio and the amount and complexity of processing required. One of the limiting factors in most existing prior art lossless data compression techniques is the rate at which the encoding and decoding processes are performed. Hardware and software implementation tradeoffs are often dictated by encoder and decoder complexity along with cost.
- Another problem associated with lossless compression methods is determining the optimal compression technique for a given set of input data and intended application. To combat this problem, there are many conventional content dependent techniques that may be utilized. For instance, file type descriptors are typically appended to file names to describe the application programs that normally act upon the data contained within the file. In this manner data types, data structures, and formats within a given file may be ascertained. Fundamental limitations with this content dependent technique include:
- (1) the extremely large number of application programs, some of which do not possess published or documented file formats, data structures, or data type descriptors;
- (2) the ability for any data compression supplier or consortium to acquire, store, and access the vast amounts of data required to identify known file descriptors and associated data types, data structures, and formats; and
- (3) the rate at which new application programs are developed and the need to update file format data descriptions accordingly.
- An alternative technique that approaches the problem of selecting an appropriate lossless data compression technique is disclosed, for example, in U.S. Pat. No. 5,467,087 to Chu entitled “High Speed Lossless Data Compression System” (“Chu”).
FIG. 1 illustrates an embodiment of this data compression and decompression technique.Data compression 1 comprises two phases, adata pre-compression phase 2 and adata compression phase 3. Data decompression 4 of a compressed input data stream is also comprised of two phases, a datatype retrieval phase 5 and adata decompression phase 6. During thedata compression process 1, thedata pre-compressor 2 accepts an uncompressed data stream, identifies the data type of the input stream, and generates a data type identification signal. Thedata compressor 3 selects a data compression method from a preselected set of methods to compress the input data stream, with the intention of producing the best available compression ratio for that particular data type. - There are several limitations associated with the Chu method. One such limitation is the need to unambiguously identify various data types. While these might include such common data types as ASCII, binary, or unicode, there, in fact, exists a broad universe of data types that fall outside the three most common data types. Examples of these alternate data types include: signed and unsigned integers of various lengths, differing types and precision of floating point numbers, pointers, other forms of character text, and a multitude of user defined data types. Additionally, data types may be interspersed or partially compressed, making data type recognition difficult and/or impractical. Another limitation is that given a known data type, or mix of data types within a specific set or subset of input data, it may be difficult and/or impractical to predict which data encoding technique yields the highest compression ratio.
- Accordingly, there is a need for a data compression system and method that would address limitations in conventional data compression techniques as described above.
- The present invention is directed to systems and methods for providing fast and efficient data compression using a combination of content independent data compression and content dependent data compression. In one aspect of the invention, a method for compressing data comprises the steps of:
- analyzing a data block of an input data stream to identify a data type of the data block, the input data stream comprising a plurality of disparate data types;
- performing content dependent data compression on the data block, if the data type of the data block is identified;
- performing content independent data compression on the data block, if the data type of the data block is not identified.
- In another aspect, the step of performing content independent data compression comprises: encoding the data block with a plurality of encoders to provide a plurality of encoded data blocks; determining a compression ratio obtained for each of the encoders; comparing each of the determined compression ratios with a first compression threshold; selecting for output the input data block and appending a null compression descriptor to the input data block, if all of the encoder compression ratios do not meet the first compression threshold; and selecting for output the encoded data block having the highest compression ratio and appending a corresponding compression type descriptor to the selected encoded data block, if at least one of the compression ratios meet the first compression threshold.
- In another aspect, the step of performing content dependent compression comprises the steps of: selecting one or more encoders associated with the identified data type and encoding the data block with the selected encoders to provide a plurality of encoded data blocks; determining a compression ratio obtained for each of the selected encoders; comparing each of the determined compression ratios with a second compression threshold; selecting for output the input data block and appending a null compression descriptor to the input data block, if all of the encoder compression do not meet the second compression threshold; and selecting for output the encoded data block having the highest compression ratio and appending a corresponding compression type descriptor to the selected encoded data block, if at least one of the compression ratios meet the second compression threshold.
- In yet another aspect, the step of performing content independent data compression on the data block, if the data type of the data block is not identified, comprises the steps of: estimating a desirability of using of one or more encoder types based one characteristics of the data block; and compressing the data block using one or more desirable encoders.
- In another aspect, the step of performing content dependent data compression on the data block, if the data type of the data block is identified, comprises the steps of: estimating a desirability of using of one or more encoder types based on characteristics of the data block; and compressing the data block using one or more desirable encoders.
- In another aspect, the step of analyzing the data block comprises analyzing the data block to recognize one of a data type, data structure, data block format, file substructure, and/or file types. A further step comprises maintaining an association between encoder types and data types, data structures, data block formats, file substructure, and/or file types.
- In yet another aspect of the invention, a method for compressing data comprises the steps of:
- analyzing a data block of an input data stream to identify a data type of the data block, the input data stream comprising a plurality of disparate data types;
- performing content dependent data compression on the data block, if the data type of the data block is identified;
- determining a compression ratio of the compressed data block obtained using the content dependent compression and comparing the compression ratio with a first compression threshold; and
- performing content independent data compression on the data block, if the data type of the data block is not identified or if the compression ratio of the compressed data block obtained using the content dependent compression does not meet the first compression threshold.
- Advantageously, the present invention employs a plurality of encoders applying a plurality of compression techniques on an input data stream so as to achieve maximum compression in accordance with the real-time or pseudo real-time data rate constraint. Thus, the output bit rate is not fixed and the amount, if any, of permissible data quality degradation is user or data specified.
- These and other aspects, features and advantages of the present invention will become apparent from the following detailed description of preferred embodiments, which is to be read in connection with the accompanying drawings.
-
FIG. 1 is a block/flow diagram of a content dependent high-speed lossless data compression and decompression system/method according to the prior art; -
FIG. 2 is a block diagram of a content independent data compression system according to one embodiment of the present invention; -
FIGS. 3a and 3b comprise a flow diagram of a data compression method according to one aspect of the present invention, which illustrates the operation of the data compression system ofFIG. 2 ; -
FIG. 4 is a block diagram of a content independent data compression system according to another embodiment of the present invention having an enhanced metric for selecting an optimal encoding technique; -
FIGS. 5a and 5b comprise a flow diagram of a data compression method according to another aspect of the present invention, which illustrates the operation of the data compression system ofFIG. 4 ; -
FIG. 6 is a block diagram of a content independent data compression system according to another embodiment of the present invention having an a priori specified timer that provides real-time or pseudo real-time of output data; -
FIGS. 7a and 7b comprise a flow diagram of a data compression method according to another aspect of the present invention, which illustrates the operation of the data compression system ofFIG. 6 ; -
FIG. 8 is a block diagram of a content independent data compression system according to another embodiment having an a priori specified timer that provides real-time or pseudo real-time of output data and an enhanced metric for selecting an optimal encoding technique; -
FIG. 9 is a block diagram of a content independent data compression system according to another embodiment of the present invention having an encoding architecture comprising a plurality of sets of serially cascaded encoders; -
FIGS. 10a and 10b comprise a flow diagram of a data compression method according to another aspect of the present invention, which illustrates the operation of the data compression system ofFIG. 9 ; -
FIG. 11 is block diagram of a content independent data decompression system according to one embodiment of the present invention; -
FIG. 12 is a flow diagram of a data decompression method according to one aspect of the present invention, which illustrates the operation of the data compression system ofFIG. 11 ; -
FIGS. 13a and 13b comprise a block diagram of a data compression system comprising content dependent and content independent data compression, according to an embodiment of the present invention; -
FIGS. 14a-14d comprise a flow diagram of a data compression method using both content dependent and content independent data compression, according to one aspect of the present invention; -
FIGS. 15a and 15b comprise a block diagram of a data compression system comprising content dependent and content independent data compression, according to another embodiment of the present invention; -
FIGS. 16a-16d comprise a flow diagram of a data compression method using both content dependent and content independent data compression, according to another aspect of the present invention; -
FIGS. 17a and 17b comprise a block diagram of a data compression system comprising content dependent and content independent data compression, according to another embodiment of the present invention; and -
FIGS. 18a-18d comprise a flow diagram of a data compression method using both content dependent and content independent data compression, according to another aspect of the present invention. - The present invention is directed to systems and methods for providing data compression and decompression using content independent and content dependent data compression and decompression. In the following description, it is to be understood that system elements having equivalent or similar functionality are designated with the same reference numerals in the Figures. It is to be further understood that the present invention may be implemented in various forms of hardware, software, firmware, or a combination thereof. In particular, the system modules described herein are preferably implemented in software as an application program that is executable by, e.g., a general purpose computer or any machine or device having any suitable and preferred microprocessor architecture. Preferably, the present invention is implemented on a computer platform including hardware such as one or more central processing units (CPU), a random access memory (RAM), and input/output (I/O) interface(s). The computer platform also includes an operating system and microinstruction code. The various processes and functions described herein may be either part of the microinstruction code or application programs which are executed via the operating system. In addition, various other peripheral devices may be connected to the computer platform such as an additional data storage device and a printing device.
- It is to be further understood that, because some of the constituent system components described herein are preferably implemented as software modules, the actual system connections shown in the Figures may differ depending upon the manner in which the systems are programmed. It is to be appreciated that special purpose microprocessors may be employed to implement the present invention. Given the teachings herein, one of ordinary skill in the related art will be able to contemplate these and similar implementations or configurations of the present invention.
- Referring now to
FIG. 2 a block diagram illustrates a content independent data compression system according to one embodiment of the present invention. The data compression system includes acounter module 10 that receives as input an uncompressed or compressed data stream. It is to be understood that the system processes the input data stream in data blocks that may range in size from individual bits through complete files or collections of multiple files. Additionally, the data block size may be fixed or variable. Thecounter module 10 counts the size of each input data block (i.e., the data block size is counted in bits, bytes, words, any convenient data multiple or metric, or any combination thereof). - An
input data buffer 20, operatively connected to thecounter module 10, may be provided for buffering the input data stream in order to output an uncompressed data stream in the event that, as discussed in further detail below, every encoder fails to achieve a level of compression that exceeds an a priori specified minimum compression ratio threshold. It is to be understood that theinput data buffer 20 is not required for implementing the present invention. - An
encoder module 30 is operatively connected to thebuffer 20 and comprises a set of encoders E1, E2, E3 . . . En. The encoder set E1, E2, E3 . . . En may include any number “n” of those lossless encoding techniques currently well known within the art such as run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. It is to be understood that the encoding techniques are selected based upon their ability to effectively encode different types of input data. It is to be appreciated that a full complement of encoders are preferably selected to provide a broad coverage of existing and future data types. - The
encoder module 30 successively receives as input each of the buffered input data blocks (or unbuffered input data blocks from the counter module 10). Data compression is performed by theencoder module 30 wherein each of the encoders E1 . . . En processes a given input data block and outputs a corresponding set of encoded data blocks. It is to be appreciated that the system affords a user the option to enable/disable any one or more of the encoders E1 . . . En prior to operation. As is understood by those skilled in the art, such feature allows the user to tailor the operation of the data compression system for specific applications. It is to be further appreciated that the is encoding process may be performed either in parallel or sequentially. In particular, the encoders E1 through En ofencoder module 30 may operate in parallel (i.e., simultaneously processing a given input data block by utilizing task multiplexing on a single central processor, via dedicated hardware, by executing on a plurality of processor or dedicated hardware systems, or any combination thereof). In addition, encoders E1 through En may operate sequentially on a given unbuffered or buffered input data block. This process is intended to eliminate the complexity and additional processing overhead associated with multiplexing concurrent encoding techniques on a single central processor and/or dedicated hardware, set of central processors and/or dedicated hardware, or any achievable combination. It is to be further appreciated that encoders of the identical type may be applied in parallel to enhance encoding speed. For instance, encoder E1 may comprise two parallel Huffman encoders for parallel processing of an input data block. - A buffer/
counter module 40 is operatively connected to theencoding module 30 for buffering and counting the size of each of the encoded data blocks output fromencoder module 30. Specifically, the buffer/counter 30 comprises a plurality of buffer/counters BC1, BC2, BC3 . . . BCn, each operatively associated with a corresponding one of the encoders E1 . . . En. Acompression ratio module 50, operatively connected to the output buffer/counter 40, determines the compression ratio obtained for each of the enabled encoders E1 . . . En by taking the ratio of the size of the input data block to the size of the output data block stored in the corresponding buffer/counters BC1 . . . BCn. In addition, thecompression ratio module 50 compares each compression ratio with an a priori-specified compression ratio threshold limit to determine if at least one of the encoded data blocks output from the enabled encoders E1 . . . En achieves a compression that exceeds an a priori-specified threshold. As is understood by those skilled in the art, the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. Adescription module 60, operatively coupled to thecompression ratio module 50, appends a corresponding compression type descriptor to each encoded data block which is selected for output so as to indicate the type of compression format of the encoded data block. - The operation of the data compression system of
FIG. 2 will now be discussed in is further detail with reference to the flow diagram ofFIGS. 3a and 3b . A data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 300). As stated above, data compression is performed on a per data block basis. Accordingly, the first input data block in the input data stream is input into thecounter module 10 that counts the size of the data block (step 302). The data block is then stored in the buffer 20 (step 304). The data block is then sent to theencoder module 30 and compressed by each (enabled) encoder E1 . . . En (step 306). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 308), and the encoded data block size is counted (step 310). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10) to the size of each encoded data block output from the enabled encoders (step 312). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 314). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art.
- After the compression ratios are compared with the threshold, a determination is s made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 316). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 316), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 318). A null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 320).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 316), then the encoded data block having the greatest compression ratio is selected (step 322). An appropriate data compression type descriptor is then appended (step 324). A data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder. The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 326).
- After the encoded data block or the unencoded data input data block is output (
steps 326 and 320), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 328). If the input data stream includes additional data blocks (affirmative result in step 328), the next successive data block is received (step 330), its block size is counted (return to step 302) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 328), data compression of the input data stream is finished (step 322). - Since a multitude of data types may be present within a given input data block, it is often difficult and/or impractical to predict the level of compression that will be achieved by a specific encoder. Consequently, by processing the input data blocks with a plurality of encoding techniques and comparing the compression results, content free data compression is advantageously achieved. It is to be appreciated that this approach is scalable through future generations of processors, dedicated hardware, and software. As processing capacity increases and costs reduce, the benefits provided by the present invention will continue to increase. It should again be noted that the present invention may employ any lossless data encoding technique.
- Referring now to
FIG. 4 , a block diagram illustrates a content independent data compression system according to another embodiment of the present invention. The data compression system depicted inFIG. 4 is similar to the data compression system ofFIG. 2 except that the embodiment ofFIG. 4 includes an enhanced metric functionality for selecting an optimal encoding technique. In particular, each of the encoders E1 . . . En in theencoder module 30 is tagged with a corresponding one of user-selected encoder desirability factors 70. Encoder desirability is defined as an a priori user specified factor that takes into account any number of user considerations including, but not limited to, compatibility of the encoded data with existing standards, data error robustness, or any other aggregation of factors that the user wishes to consider for a particular application. Each encoded data block output from theencoder module 30 has a corresponding desirability factor appended thereto. A figure ofmerit module 80, operatively coupled to thecompression ratio module 50 and thedescriptor module 60, is provided for calculating a figure of merit for each of the encoded data blocks which possess a compression ratio greater than the compression ratio threshold limit. The figure of merit for each encoded data block is comprised of a weighted average of the a priori user specified threshold and the corresponding encoder desirability factor. As discussed below in further detail with reference toFIGS. 5a and 5b , the figure of merit substitutes the a priori user compression threshold limit for selecting and outputting encoded data blocks. - The operation of the data compression system of
FIG. 4 will now be discussed in further detail with reference to the flow diagram ofFIGS. 5a and 5b . A data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 500). The size of the first data block is then determined by the counter module 10 (step 502). The data block is then stored in the buffer 20 (step 504). The data block is then sent to theencoder module 30 and compressed by each (enabled) encoder in the encoder set E1 . . . En (step 506). Each encoded data block processed in theencoder module 30 is tagged with an encoder desirability factor that corresponds the particular encoding technique applied to the encoded data block (step 508). Upon completion of the encoding of the input data block, an encoded data block with its corresponding desirability factor is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 510), and the encoded data block size is counted (step 512). - Next, a compression ratio obtained by each enabled encoder is calculated by taking the ratio of the size of the input data block (as determined by the input counter 10) to the size of the encoded data block output from each enabled encoder (step 514). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 516). A determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 518). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 518), then the original unencoded input data block is selected for output and a null data compression type descriptor (as discussed above) is appended thereto (step 520). Accordingly, the original unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 522).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 518), then a figure of merit is calculated for each encoded data block having a compression ratio which exceeds the compression ratio threshold limit (step 524). Again, the figure of merit for a given encoded data block is comprised of a weighted average of the a priori user specified threshold and the corresponding encoder desirability factor associated with the encoded data block. Next, the encoded data block having the greatest figure of merit is selected for output (step 526). An appropriate data compression type descriptor is then appended (step 528) to indicate the data encoding technique applied to the encoded data block. The encoded data block (which has the greatest figure of merit) along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 530).
- After the encoded data block or the unencoded input data block is output (
steps 530 and 522), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 532). If the input data stream includes additional data blocks (affirmative result in step 532), then the next successive data block is received (step 534), its block size is counted (return to step 502) and the data compression process is iterated for each successive data block in the input data stream. Once the final input data block is processed (negative result in step 532), data compression of the input data stream is finished (step 536). - Referring now to
FIG. 6 , a block diagram illustrates a data compression system according to another embodiment of the present invention. The data compression system depicted inFIG. 6 is similar to the data compression system discussed in detail above with reference toFIG. 2 except that the embodiment ofFIG. 6 includes an a priori specified timer that provides real-time or pseudo real-time output data. In particular, aninterval timer 90, operatively coupled to theencoder module 30, is preloaded with a user specified time value. The role of the interval timer (as will be explained in greater detail below with reference toFIGS. 7a and 7b ) is to limit the processing time for each input data block processed by theencoder module 30 so as to ensure that the real-time, pseudo real-time, or other time critical nature of the data compression processes is preserved. - The operation of the data compression system of
FIG. 6 will now be discussed in further detail with reference to the flow diagram ofFIGS. 7a and 7b . A data stream comprising one or more data blocks is input into the data compression system and the first data block in the data stream is received (step 700), and its size is determined by the counter module 10 (step 702). The data block is then stored in buffer 20 (step 704). - Next, concurrent with the completion of the receipt and counting of the first data block, the
interval timer 90 is initialized (step 706) and starts counting towards a user-specified time limit. The input data block is then sent to theencoder module 30 wherein data compression of the data block by each (enabled) encoder E1 . . . En commences (step 708). Next, a determination is made as to whether the user specified time expires before the completion of the encoding process (steps 710 and 712). If the encoding process is completed before or at the expiration of the timer, i.e., each encoder (E1 through En) completes its respective encoding process (negative result instep 710 and affirmative result in step 712), then an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 714). - On the other hand, if the timer expires (affirmative result in 710), the encoding process is halted (step 716). Then, encoded data blocks from only those enabled encoders E1 . . . En that have completed the encoding process are selected and maintained in buffers (step 718). It is to be appreciated that it is not necessary (or in some cases desirable) that some or all of the encoders complete the encoding process before the interval timer expires. Specifically, due to encoder data dependency and natural variation, it is possible that certain encoders may not operate quickly enough and, therefore, do not comply with the timing constraints of the end use. Accordingly, the time limit ensures that the real-time or pseudo real-time nature of the data encoding is preserved.
- After the encoded data blocks are buffered (step 714 or 718), the size of each encoded data block is counted (step 720). Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10) to the size of the encoded data block output from each enabled encoder (step 722). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 724). A determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 726). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 726), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 728). The original unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 730).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 726), then the encoded data block having the greatest compression ratio is selected (step 732). An appropriate data compression type descriptor is then appended (step 734). The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 736).
- After the encoded data block or the unencoded input data block is output (
steps 730 or 736), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 738). If the input data stream includes additional data blocks (affirmative result in step 738), the next successive data block is received (step 740), its block size is counted (return to step 702) and the data compression process in repeated. This process is iterated for each data block in the input data stream, with each data block being processed within the user-specified time limit as discussed above. Once the final input data block is processed (negative result in step 738), data compression of the input data stream is complete (step 742). - Referring now to
FIG. 8 , a block diagram illustrates a content independent data compression system according to another embodiment of the present system. The data compression system ofFIG. 8 incorporates all of the features discussed above in connection with the system embodiments ofFIGS. 2, 4, and 6 . For example, the system ofFIG. 8 incorporates both the a priori specified timer for providing real-time or pseudo real-time of output data, as well as the enhanced metric for selecting an optimal encoding technique. Based on the foregoing discussion, the operation of the system ofFIG. 8 is understood by those skilled in the art. - Referring now to
FIG. 9 , a block diagram illustrates a data compression system according to a preferred embodiment of the present invention. The system ofFIG. 9 contains many of the features of the previous embodiments discussed above. However, this embodiment advantageously includes a cascaded encoder module 30 c having an encoding architecture comprising a plurality of sets of serially cascaded encoders Em,n, where “m” refers to the encoding path (i.e., the encoder set) and where “n” refers to the number of encoders in the respective path. It is to be understood that each set of serially cascaded encoders can include any number of disparate and/or similar encoders (i.e., n can be any value for a given path m). - The system of
FIG. 9 also includes a output buffer module 40 c which comprises a plurality of buffer/counters B/Cm,n, each associated with a corresponding one of the encoders Em,n. In this embodiment, an input data block is sequentially applied to successive encoders (encoder stages) in the encoder path so as to increase the data compression ratio. For example, the output data block from a first encoder E1,1, is buffered and counted in B/C1,1, for subsequent processing by a second encoder E1,2. Advantageously, these parallel sets of sequential encoders are applied to the input data stream to effect content free lossless data compression. This embodiment provides for multi-stage sequential encoding of data with the maximum number of encoding steps subject to the available real-time, pseudo real-time, or other timing constraints. - As with each previously discussed embodiment, the encoders Em,n may include those lossless encoding techniques currently well known within the art, including: run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. Encoding techniques are selected based upon their ability to effectively encode different types of input data. A full complement of encoders provides for broad coverage of existing and future data types. The input data blocks may be applied simultaneously to the encoder paths (i.e., the encoder paths may operate in parallel, utilizing task multiplexing on a single central processor, or via dedicated hardware, or by executing on a plurality of processor or dedicated hardware systems, or any combination thereof). In addition, an input data block may be sequentially applied to the encoder paths. Moreover, each serially cascaded encoder path may comprise a fixed (predetermined) sequence of encoders or a random sequence of encoders. Advantageously, by simultaneously or sequentially processing input data blocks via a plurality of sets of serially cascaded encoders, content free data compression is achieved.
- The operation of the data compression system of
FIG. 9 will now be discussed in further detail with reference to the flow diagram ofFIGS. 10a and 10b . A data stream comprising one or more data blocks is input into the data compression system and the first data block in the data stream is received (step 100), and its size is determined by the counter module 10 (step 102). The data block is then stored in buffer 20 (step 104). - Next, concurrent with the completion of the receipt and counting of the first data block, the
interval timer 90 is initialized (step 106) and starts counting towards a user-specified time limit. The input data block is then sent to the cascade encoder module 30C wherein the input data block is applied to the first encoder (i.e., first encoding stage) in each of the cascaded encoder paths E1,1 . . . Em,1 (step 108). Next, a determination is made as to whether the user specified time expires before the completion of the first stage encoding process (steps 110 and 112). If the first stage encoding process is completed before the expiration of the timer, i.e., each encoder (E1,1 . . . Em,1) completes its respective encoding process (negative result instep 110 and affirmative result in step 112), then an encoded data block is output from each encoder E1,1 . . . Em,1 and maintained in a corresponding buffer (step 114). Then for each cascade encoder path, the output of the completed encoding stage is applied to the next successive encoding stage in the cascade path (step 116). This process (steps - Then, for each cascade encoder path, the buffered encoded data block output by the last encoder stage that completes the encoding process before the expiration of the timer is selected for further processing (step 120). Advantageously, the interim stages of the multi-stage data encoding process are preserved. For example, the results of encoder E1,1 are preserved even after encoder E1,2 begins encoding the output of encoder E1,1. If the interval timer expires after encoder E1,1 completes its respective encoding process but before encoder E1,2 completes its respective encoding process, the encoded data block from encoder E1,1 is complete and is utilized for calculating the compression ratio for the corresponding encoder path. The incomplete encoded data block from encoder E1,2 is either discarded or ignored.
- It is to be appreciated that it is not necessary (or in some cases desirable) that some or all of the encoders in the cascade encoder paths complete the encoding process before the interval timer expires. Specifically, due to encoder data dependency, natural variation and the sequential application of the cascaded encoders, it is possible that certain encoders may not operate quickly enough and therefore do not comply with the timing constraints of the end use. Accordingly, the time limit ensures that the real-time or pseudo real-time nature of the data encoding is preserved.
- After the encoded data blocks are selected (step 120), the size of each encoded data block is counted (step 122). Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the input counter 10) to the size of the encoded data block output from each encoder (step 124). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 126). A determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 128). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 128), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 130). The original unencoded data block and its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 132).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 128), then a figure of merit is calculated for each encoded data block having a compression ratio which exceeds the compression ratio threshold limit (step 134). Again, the figure of merit for a given encoded data block is comprised of a weighted average of the a priori user specified threshold and the corresponding encoder desirability factor associated with the encoded data block. Next, the encoded data block having the greatest figure of merit is selected (step 136). An appropriate data compression type descriptor is then appended (step 138) to indicate the data encoding technique applied to the encoded data block. For instance, the data type compression descriptor can indicate that the encoded data block was processed by either a single encoding type, a plurality of sequential encoding types, and a plurality of random encoding types. The encoded data block (which has the greatest figure of merit) along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 140).
- After the unencoded data block or the encoded data input data block is output (
steps 132 and 140), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 142). If the input data stream includes additional data blocks (affirmative result in step 142), then the next successive data block is received (step 144), its block size is counted (return to step 102) and the data compression process is iterated for each successive data block in the input data stream. Once the final input data block is processed (negative result in step 142), data compression of the input data stream is finished (step 146). - Referring now to
FIG. 11 , a block diagram illustrates a data decompression system according to one embodiment of the present invention. The data decompression system preferably includes aninput buffer 1100 that receives as input an uncompressed or compressed data stream comprising one or more data blocks. The data blocks may range in size from individual bits through complete files or collections of multiple files. Additionally, the data block size may be fixed or variable. Theinput data buffer 1100 is preferably included (not required) to provide storage of input data for various hardware implementations. Adescriptor extraction module 1102 receives the buffered (or unbuffered) input data block and then parses, lexically, syntactically, or otherwise analyzes the input data block using methods known by those skilled in the art to extract the data compression type descriptor associated with the data block. The data compression type descriptor may possess values corresponding to null (no encoding applied), a single applied encoding technique, or multiple encoding techniques applied in a specific or random order (in accordance with the data compression system embodiments and methods discussed above). - A
decoder module 1104 includes a plurality of decoders D1 . . . Dn for decoding the input data block using a decoder, set of decoders, or a sequential set of decoders corresponding to the extracted compression type descriptor. The decoders D1 . . . Dn may include those lossless encoding techniques currently well known within the art, including: run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. Decoding techniques are selected based upon their ability to effectively decode the various different types of encoded input data generated by the data compression systems described above or originating from any other desired source. As with the data compression systems discussed above, thedecoder module 1104 may include multiple decoders of the same type applied in parallel so as to reduce the data decoding time. - The data decompression system also includes an
output data buffer 1106 for buffering the decoded data block output from thedecoder module 1104. - The operation of the data decompression system of
FIG. 11 will be discussed in further detail with reference to the flow diagram ofFIG. 12 . A data stream comprising one or more data blocks of compressed or uncompressed data is input into the data decompression system and the first data block in the stream is received (step 1200) and maintained in the buffer (step 1202). As with the data compression systems discussed above, data decompression is performed on a per data block basis. The data compression type descriptor is then extracted from the input data block (step 1204). A determination is then made as to whether the data compression type descriptor is null (step 1206). If the data compression type descriptor is determined to be null (affirmative result in step 1206), then no decoding is applied to the input data block and the original undecoded data block is output (or maintained in the output buffer) (step 1208). - On the other hand, if the data compression type descriptor is determined to be any value other than null (negative result in step 1206), the corresponding decoder or decoders are then selected (step 1210) from the available set of decoders D1 . . . Dn in the
decoding module 1104. It is to be understood that the data compression type descriptor may mandate the application of: a single specific decoder, an ordered sequence of specific decoders, a random order of specific decoders, a class or family of decoders, a mandatory or optional application of parallel decoders, or any combination or permutation thereof. The input data block is then decoded using the selected decoders (step 1212), and output (or maintained in the output buffer 1106) for subsequent data processing, storage, or transmittal (step 1214). A determination is then made as to whether the input data stream contains additional data blocks to be processed (step 1216). If the input data stream includes additional data blocks (affirmative result in step 1216), the next successive data block is received (step 1220), and buffered (return to step 1202). Thereafter, the data decompression process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1216), data decompression of the input data stream is finished (step 1218). - In other embodiments of the present invention described below, data compression is achieved using a combination of content dependent data compression and content independent data compression. For example,
FIGS. 13a and 13b are block diagrams illustrating a data compression system employing both content independent and content dependent data compression according to one embodiment of the present invention, wherein content independent data compression is applied to a data block when the content of the data block cannot be identified or is not associable with a specific data compression algorithm. The data compression system comprises acounter module 10 that receives as input an uncompressed or compressed data stream. It is to be understood that the system processes the input data stream in data blocks that may range in size from individual bits through complete files or collections of multiple files. Additionally, the data block size may be fixed or variable. Thecounter module 10 counts the size of each input data block (i.e., the data block size is counted in bits, bytes, words, any convenient data multiple or metric, or any combination thereof). - An
input data buffer 20, operatively connected to thecounter module 10, may be provided for buffering the input data stream in order to output an uncompressed data stream in the event that, as discussed in further detail below, every encoder fails to achieve a level of compression that exceeds a priori specified content independent or content dependent minimum compression ratio thresholds. It is to be understood that theinput data buffer 20 is not required for implementing the present invention. - A content dependent
data recognition module 1300 analyzes the incoming data stream to recognize data types, data structures, data block formats, file substructures, file types, and/or any other parameters that may be indicative of either the data type/content of a given data block or the appropriate data compression algorithm or algorithms (in serial or in parallel) to be applied. Optionally, a data file recognition list(s) or algorithm(s) 1310 module may be employed to hold and/or determine associations between recognized data parameters and appropriate algorithms. Each data block that is recognized by the contentdata compression module 1300 is routed to a contentdependent encoder module 1320, if not the data is routed to the contentindependent encoder module 30. - A content
dependent encoder module 1320 is operatively connected to the content dependentdata recognition module 1300 and comprises a set of encoders D1, D2, D3 . . . Dm. The encoder set D1, D2, D3 . . . Dm may include any number “n” of those lossless or lossy encoding techniques currently well known within the art such as MPEG4, various voice codecs, MPEG3, AC3, AAC, as well as lossless algorithms such as run length, Huffinan, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. It is to be understood that the encoding techniques are selected based upon their ability to effectively encode different types of input data. It is to be appreciated that a full complement of encoders and or codecs are preferably selected to provide a broad coverage of existing and future data types. - The content
independent encoder module 30, which is operatively connected to the content dependentdata recognition module 1300, comprises a set of encoders E1, E2, E3 . . . En. The encoder set E1, E2, E3 . . . En may include any number “n” of those lossless encoding techniques currently well known within the art such as run length, Huffman, Lempel-Ziv Dictionary Compression, arithmetic coding, data compaction, and data null suppression. Again, it is to be understood that the encoding techniques are selected based upon their ability to effectively encode different types of input data. It is to be appreciated that a full complement of encoders are preferably selected to provide a broad coverage of existing and future data types. - The encoder modules (content dependent 1320 and content independent 30) selectively receive the buffered input data blocks (or unbuffered input data blocks from the counter module 10) from
module 1300 based on the results of recognition. Data compression is performed by the respective encoder modules wherein some or all of the encoders D1 . . . Dm or E1 . . . En processes a given input data block and outputs a corresponding set of encoded data blocks. It is to be appreciated that the system affords a user the option to enable/disable any one or more of the encoders D1 . . . Dm and E1 . . . En prior to operation. As is understood by those skilled in the art, such feature allows the user to tailor the operation of the data compression system for specific applications. It is to be further appreciated that the encoding process may be performed either in parallel or sequentially. In particular, the encoder set D1 through Dm ofencoder module 1320 and/or the encoder set E1 through En ofencoder module 30 may operate in parallel (i.e., simultaneously processing a given input data block by utilizing task multiplexing on a single central processor, via dedicated hardware, by executing on a plurality of processor or dedicated hardware systems, or any combination thereof). In addition, encoders D1 through Dm and E1 through En may operate sequentially on a given unbuffered or buffered input data block. This process is intended to eliminate the complexity and additional processing overhead associated with multiplexing concurrent encoding techniques on a single central processor and/or dedicated hardware, set of central processors and/or dedicated hardware, or any achievable combination. It is to be further appreciated that encoders of the identical type may be applied in parallel to enhance encoding speed. For instance, encoder E1 may comprise two parallel Huffman encoders for parallel processing of an input data block. It should be further noted that one or more algorithms may be implemented in dedicated hardware such as an MPEG4 or MP3 encoding integrated circuit. - Buffer/
counter modules respective encoding modules counter 1330 comprises a plurality of buffer/counters BCD1, BCD2, BCD3 . . . BCDm, each operatively associated with a corresponding one of the encoders D1 . . . Dm. Similarly the content independent buffer/counters BCE1, BCE2, BCE3 . . . BCEn, each operatively associated with a corresponding one of the encoders E1 . . . En. Acompression ratio module 1340, operatively connected to the content dependent output buffer/counters 1330 and content independent buffer/counters 40 determines the compression ratio obtained for each of the enabled encoders D1 . . . Dm and or E1 . . . En by taking the ratio of the size of the input data block to the size of the output data block stored in the corresponding buffer/counters BCD1, BCD2, BCD3 . . . BCDm and or BCE1, BCE2, BCE3 . . . BCEn. In addition, thecompression ratio module 1340 compares each compression ratio with an a priori-specified compression ratio threshold limit to determine if at least one of the encoded data blocks output from the enabled encoders BCD1, BCD2, BCD3 . . . BCDm and or BCE1, BCE2, BCE3 . . . BCEn achieves a compression that meets an a priori-specified threshold. As is. understood by those skilled in the art, the threshold limit maybe specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It should be noted that different threshold values may be applied to content dependent and content independent encoded data. Further these thresholds may be adaptively modified based upon enabled encoders in either or both the content dependent or content independent encoder sets, along with any associated parameters. A compressiontype description module 1350, operatively coupled to thecompression ratio module 1340, appends a corresponding compression type descriptor to each encoded data block which is selected for output so as to indicate the type of compression format of the encoded data block. - A mode of operation of the data compression system of
FIGS. 13a and 13b will now be discussed with reference to the flow diagrams ofFIGS. 14a-14d , which illustrates a method for performing data compression using a combination of content dependent and content independent data compression. In general, content independent data compression is applied to a given data block when the content of a data block cannot be identified or is not associated with a specific data compression algorithm. More specifically, referring toFIG. 14a , a data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 1400). As stated above, data compression is performed on a per data block basis. As previously stated a data block may represent any quantity of data from a single bit through a multiplicity of files or packets and may vary from block to block. Accordingly, the first input data block in the input data stream is input into thecounter module 10 that counts the size of the data block (step 1402). The data block is then stored in the buffer 20 (step 1404). The data block is then analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1406). If the data stream content is not recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1408) the data is routed to the contentindependent encoder module 30 and compressed by each (enabled) encoder E1 . . . En (step 1410). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 1412), and the encoded data block size is counted (step 1414). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the
input counter 10 to the size of each encoded data block output from the enabled encoders (step 1416). Each compression ratio is then compared with an apriori-specified compression ratio threshold (step 1418). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art. Additionally the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders. - After the compression ratios are compared with the threshold, a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 1420). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 1420), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 1434). A null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1436).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 1420), then the encoded data block having the greatest compression ratio is selected (step 1422). An appropriate data compression type descriptor is then appended (step 1424). A data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder. The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1426).
- As previously stated the data block stored in the buffer 20 (step 1404) is analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1406). If the data stream content is recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1434) the appropriate content dependent algorithms are enabled and initialized (step 1436), and the data is routed to the content
dependent encoder module 1320 and compressed by each (enabled) encoder D1 . . . Dm (step 1438). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder D1 . . . Dm and maintained in a corresponding buffer (step 1440), and the encoded data block size is counted (step 1442). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the
input counter 10 to the size of each encoded data block output from the enabled encoders (step 1444). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1448). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that many of these algorithms may be lossy, and as such the limits may be subject to or modified by an end target storage, listening, or viewing device. Further notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art. Additionally the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders. - After the compression ratios are compared with the threshold, a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 1420). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 1420), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 1434). A null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1436).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 1420), then the encoded data block having the greatest compression ratio is selected (step 1422). An appropriate data compression type descriptor is then appended (step 1424). A data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder. The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1426).
- After the encoded data block or the unencoded data input data block is output (
steps 1426 and 1436), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 1428). If the input data stream includes additional data blocks (affirmative result in step 1428), the next successive data block is received (step 1432), its block size is counted (return to step 1402) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1428), data compression of the input data stream is finished (step 1430). - Since a multitude of data types may be present within a given input data block, it is often difficult and/or impractical to predict the level of compression that will be achieved by a specific encoder. Consequently, by processing the input data blocks with a plurality of encoding techniques and comparing the compression results, content free data compression is advantageously achieved. Further the encoding may be lossy or lossless dependent upon the input data types. Further if the data type is not recognized the default content independent lossless compression is applied. It is not a requirement that this process be deterministic—in fact a certain probability may be applied if occasional data loss is permitted. It is to be appreciated that this approach is scalable through future generations of processors, dedicated hardware, and software. As processing capacity increases and costs reduce, the benefits provided by the present invention will continue to increase. It should again be noted that the present invention may employ any lossless data encoding technique.
-
FIGS. 15a and 15b are block diagrams illustrating a data compression system employing both content independent and content dependent data compression according to another embodiment of the present invention. The system inFIGS. 15a and 15b is similar in operation to the system ofFIGS. 13a and 13b in that content independent data compression is applied to a data block when the content of the data block cannot be identified or is not associable with a specific data compression algorithm. The system ofFIGS. 15a and 15b additionally performs content independent data compression on a data block when the compression ratio obtained for the data block using the content dependent data compression does not meet a specified threshold. - A mode of operation of the data compression system of
FIGS. 15a and 15b will now be discussed with reference to the flow diagram ofFIGS. 16a-16d , which illustrates a method for performing data compression using a combination of content dependent and content independent data compression. A data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 1600). As stated above, data compression is performed on a per data block basis. As previously stated a data block may represent any quantity of data from a single bit through a multiplicity of files or packets and may vary from block to block. Accordingly, the first input data block in the input data stream is input into thecounter module 10 that counts the size of the data block (step 1602). The data block is then stored in the buffer 20 (step 1604). The data block is then analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1606). If the data stream content is not recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1608) the data is routed to the contentindependent encoder module 30 and compressed by each (enabled) encoder E1 . . . En (step 1610). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 1612), and the encoded data block size is counted (step 1614). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the
input counter 10 to the size of each encoded data block output from the enabled encoders (step 1616). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1618). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art. Additionally the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders. - After the compression ratios are compared with the threshold, a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 1620). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 1620), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 1634). A null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1636).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 1620), then the encoded data block having the greatest compression ratio is selected (step 1622). An appropriate data compression type descriptor is then appended (step 1624). A data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder. The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1626).
- As previously stated the data block stored in the buffer 20 (step 1604) is analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1606). If the data stream content is recognized utilizing the recognition list(s) or algorithms(s) module 1310 (step 1634) the appropriate content dependent algorithms are enabled and initialized (step 1636) and the data is routed to the content
dependent encoder module 1620 and compressed by each (enabled) encoder D1 . . . Dm (step 1638). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder D1 . . . Dm and maintained in a corresponding buffer (step 1640), and the encoded data block size is counted (step 1642). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the
input counter 10 to the size of each encoded data block output from the enabled encoders (step 1644). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1648). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that many of these algorithms may be lossy, and as such the limits may be subject to or modified by an end target storage, listening, or viewing device. Further notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art. Additionally the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders. - After the compression ratios are compared with the threshold, a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 1648). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 1620), then the original unencoded input data block is routed to the content
independent encoder module 30 and the process resumes with compression utilizing content independent encoders (step 1610). - After the encoded data block or the unencoded data input data block is output (
steps 1626 and 1636), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 1628). If the input data stream includes additional data blocks (affirmative result in step 1628), the next successive data block is received (step 1632), its block size is counted (return to step 1602) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1628), data compression of the input data stream is finished (step 1630). -
FIGS. 17a and 17b are block diagrams illustrating a data compression system employing both content independent and content dependent data compression according to another embodiment of the present invention. The system inFIGS. 17a and 17b is similar in operation to the system ofFIGS. 13a and 13b in that content independent data compression is applied to a data block when the content of the data block cannot be identified or is not associable with a specific data compression algorithm. The system ofFIGS. 17a and 17b additionally uses a priori estimation algorithms or look-up tables to estimate the desirability of using content independent data compression encoders and/or content dependent data compression encoders and selecting appropriate algorithms or subsets thereof based on such estimation. - More specifically, a content dependent data recognition and or
estimation module 1700 is utilized to analyze the incoming data stream for recognition of data types, data strictures, data block formats, file substructures, file types, or any other parameters that may be indicative of the appropriate data compression algorithm or algorithms (in serial or in parallel) to be applied. Optionally, a data file recognition list(s) or algorithm(s) 1710 module may be employed to hold associations between recognized data parameters and appropriate algorithms. If the content data compression module recognizes a portion of the data, that portion is routed to the contentdependent encoder module 1320, if not the data is routed to the contentindependent encoder module 30. It is to be appreciated that process of recognition (modules 1700 and 1710) is not limited to a deterministic recognition, but may further comprise a probabilistic estimation of which encoders to select for compression from the set of encoders of the contentdependent module 1320 or the contentindependent module 30. For example, a method may be employed to compute statistics of a data block whereby a determination that the locality of repetition of characters in a data stream is determined is high can suggest a text document, which may be beneficially compressed with a lossless dictionary type algorithm. Further the statistics of repeated characters and relative frequencies may suggest a specific type of dictionary algorithm. Long strings will require a wide dictionary file while a wide diversity of strings may suggest a deep dictionary. Statistics may also be utilized in algorithms such as Huffman where various character statistics will dictate the choice of different Huffinan compression tables. This technique is not limited to lossless algorithms but may be widely employed with lossy algorithms. Header information in frames for video files can imply a specific data resolution. The estimator then may select the appropriate lossy compression algorithm and compression parameters (amount of resolution desired). As shown in previous embodiments of the present invention, desirability of various algorithms and now associated resolutions with lossy type algorithms may also be applied in the estimation selection process. - A mode of operation of the data compression system of
FIGS. 17a and 17b will now be discussed with reference to the flow diagrams ofFIGS. 18a-18d . The method ofFIGS. 18a-18d use a priori estimation algorithms or look-up tables to estimate the desirability or probability of using content independent data compression encoders or content dependent data compression encoders, and select appropriate or desirable algorithms or subsets thereof based on such estimates. A data stream comprising one or more data blocks is input into the data compression system and the first data block in the stream is received (step 1800). As stated above, data compression is performed on a per data block basis. As previously stated a data block may represent any quantity of data from a single bit through a multiplicity of files or packets and may vary from block to block. Accordingly, the first input data block in the input data stream is input into thecounter module 10 that counts the size of the data block (step 1802). The data block is then stored in the buffer 20 (step 1804). The data block is then analyzed on a per block or multi-block basis by the content dependent/content independent data recognition module 1700 (step 1806). If the data stream content is not recognized utilizing the recognition list(s) or algorithms(s) module 1710 (step 1808) the data is to the contentindependent encoder module 30. An estimate of the best content independent encoders is performed (step 1850) and the appropriate encoders are enabled and initialized as applicable. The data is then compressed by each (enabled) encoder E1 . . . En (step 1810). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder E1 . . . En and maintained in a corresponding buffer (step 1812), and the encoded data block size is counted (step 1814). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the
input counter 10 to the size of each encoded data block output from the enabled encoders (step 1816). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1818). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art. Additionally the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders. - After the compression ratios are compared with the threshold, a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 1820). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 1820), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 1834). A null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1836).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 1820), then the encoded data block having the greatest compression ratio is selected (step 1822). An appropriate data compression type descriptor is then appended (step 1824). A data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder. The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1826).
- As previously stated the data block stored in the buffer 20 (step 1804) is analyzed on a per block or multi-block basis by the content dependent data recognition module 1300 (step 1806). If the data stream content is recognized or estimated utilizing the recognition list(s) or algorithms(s) module 1710 (affirmative result in step 1808) the recognized data type/file or block is selected based on a list or algorithm (step 1838) and an estimate of the desirability of using the associated content dependent algorithms can be determined (step 1840). For instance, even though a recognized data type may be associated with three different encoders, an estimation of the desirability of using each encoder may result in only one or two of the encoders being actually selected for use. The data is routed to the content
dependent encoder module 1320 and compressed by each (enabled) encoder D1 . . . Dm (step 1842). Upon completion of the encoding of the input data block, an encoded data block is output from each (enabled) encoder D1 . . . Dm and maintained in a corresponding buffer (step 1844), and the encoded data block size is counted (step 1846). - Next, a compression ratio is calculated for each encoded data block by taking the ratio of the size of the input data block (as determined by the
input counter 10 to the size of each encoded data block output from the enabled encoders (step 1848). Each compression ratio is then compared with an a priori-specified compression ratio threshold (step 1850). It is to be understood that the threshold limit may be specified as any value inclusive of data expansion, no data compression or expansion, or any arbitrarily desired compression limit. It is to be further understood that many of these algorithms may be lossy, and as such the limits may be subject to or modified by an end target storage, listening, or viewing device. Further notwithstanding that the current limit for lossless data compression is the entropy limit (the present definition of information content) for the data, the present invention does not preclude the use of future developments in lossless data compression that may increase lossless data compression ratios beyond what is currently known within the art. Additionally the content independent data compression threshold may be different from the content dependent threshold and either may be modified by the specific enabled encoders. - After the compression ratios are compared with the threshold, a determination is made as to whether the compression ratio of at least one of the encoded data blocks exceeds the threshold limit (step 1820). If there are no encoded data blocks having a compression ratio that exceeds the compression ratio threshold limit (negative determination in step 1820), then the original unencoded input data block is selected for output and a null data compression type descriptor is appended thereto (step 1834). A null data compression type descriptor is defined as any recognizable data token or descriptor that indicates no data encoding has been applied to the input data block. Accordingly, the unencoded input data block with its corresponding null data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1836).
- On the other hand, if one or more of the encoded data blocks possess a compression ratio greater than the compression ratio threshold limit (affirmative result in step 1820), then the encoded data block having the greatest compression ratio is selected (step 1822). An appropriate data compression type descriptor is then appended (step 1824). A data compression type descriptor is defined as any recognizable data token or descriptor that indicates which data encoding technique has been applied to the data. It is to be understood that, since encoders of the identical type may be applied in parallel to enhance encoding speed (as discussed above), the data compression type descriptor identifies the corresponding encoding technique applied to the encoded data block, not necessarily the specific encoder. The encoded data block having the greatest compression ratio along with its corresponding data compression type descriptor is then output for subsequent data processing, storage, or transmittal (step 1826).
- After the encoded data block or the unencoded data input data block is output (
steps 1826 and 1836), a determination is made as to whether the input data stream contains additional data blocks to be processed (step 1828). If the input data stream includes additional data blocks (affirmative result in step 1428), the next successive data block is received (step 1832), its block size is counted (return to step 1802) and the data compression process in repeated. This process is iterated for each data block in the input data stream. Once the final input data block is processed (negative result in step 1828), data compression of the input data stream is finished (step 1830). - It is to be appreciated that in the embodiments described above with reference to
FIGS. 13-18 , an a priori specified time limit or any other real-time requirement may be employed to achieve practical and efficient real-time operation. - Although illustrative embodiments have been described herein with reference to the accompanying drawings, it is to be understood that the present invention is not limited to those precise embodiments, and that various other changes and modifications may be affected therein by one skilled in the art without departing from the scope or spirit of the invention. All such changes and modifications are intended to be included within the scope of the invention as defined by the appended claims.
Claims (27)
1. A system comprising:
a memory; and
one or more processors configured to:
receive one or more data blocks;
identify one or more attributes of the one or more data blocks;
search for recognition information stored on the memory corresponding to the one or more attributes;
compress the one or more data blocks according to the corresponding recognition information obtained from the memory to produce one or more encoded data blocks corresponding to the one or more data blocks when recognition information corresponding to the one or more attributes is found in the search of the memory;
compress the one or more data blocks with a default lossless compression encoder to produce one or more compressed data blocks when the one or more attributes of the data are not found in the search of the memory; and
store the one or more compressed data blocks and information regarding the one or more attributes of the one or more data blocks in the memory when the one or more attributes of the data are not found in the search of the memory.
2. The system of claim 1 , wherein the one or more processors are further configured to store the one or more encoded data blocks in the memory.
3. The system of claim 1 , wherein the one or more processors are further configured to store a data token in memory, wherein the data token corresponds to the data encoding technique used to process the one or more data blocks when the one or more attributes of the data are found in the search of the memory.
4. The system of claim 1 , wherein the one or more processors are further configured to store a data token in memory, wherein the data token corresponds to the default lossless compression encoder used to compress the one or more data blocks.
5. The system of claim 1 , wherein the default lossless compression encoder is configured to:
receive one or more data blocks;
compress the one or more data blocks with one or more compression techniques to produce a set of compressed one or more data blocks;
calculate a figure of merit for each of the set of compressed one or more data blocks to produce a set of figures of merit corresponding to the set of compressed one or more data blocks;
compare each of the figures of merit of the set of figures of merit to an a priori threshold;
select for output of the default lossless compression encoder the received one or more data blocks and appending a null data type compression descriptor to the received one or more data blocks when each of the figures of merit are less than the a priori threshold; and
select for output of the default lossless compression encoder the one of the set of compressed one or more data blocks having the highest figure of merit and appending a corresponding data type compression descriptor to the one of the set of compressed one or more data blocks when at least one of the figures of merit exceed the a priori threshold.
6. The system of claim 1 , wherein one or more data blocks comprise one or more complete files.
7. The system of claim 1 , wherein the identifying one or more attributes includes identifying one or more data structures of the one or more data blocks.
8. The system of claim 1 , wherein the identifying one or more attributes includes identifying one or more file substructures of the one or more data blocks.
9. The system of claim 1 , wherein the default lossless compression encoder comprises one or more lossless encoders.
10. A method comprising:
receiving one or more data blocks;
identifying one or more attributes of the one or more data blocks;
searching memory for recognition information corresponding to the one or more attributes;
compressing the one or more data blocks according to the corresponding recognition information obtained from the memory to produce one or more encoded data blocks corresponding to the one or more data blocks when the one or more attributes of the data are found in the search of the memory;
compressing the one or more data blocks with a default lossless compression encoder to produce one or more compressed data blocks when the one or more attributes of the data are not found in the search of the memory; and
storing the one or more compressed data blocks and information regarding the one or more attributes of the one or more data blocks in memory when the one or more attributes of the data are not found in the search of the memory.
11. The method of claim 10 , further comprising storing the one or more encoded data blocks in memory.
12. The method of claim 10 , further comprising storing a data token in memory, wherein the data token corresponds to the data encoding technique used to process the one or more data blocks when the one or more attributes of the data are found in the search of the memory.
13. The method of claim 10 , further comprising storing a data token in memory, wherein the data token corresponds to the default lossless compression encoder used to compress the one or more data blocks.
14. The method of claim 10 , wherein the compressing the one or more data blocks with a default lossless compression encoder further comprises:
receiving one or more data blocks at the default lossless compression encoder;
compressing the one or more data blocks with one or more compression techniques to produce a set of compressed one or more data blocks;
calculating a figure of merit for each of the set of compressed one or more data blocks to produce a set of figures of merit corresponding to the set of compressed one or more data blocks;
comparing each of the figures of merit of the set of figures of merit to an a priori threshold;
selecting for output of the default lossless compression encoder the received one or more data blocks and appending a null data type compression descriptor to the received one or more data blocks when each of the figures of merit are less than the a priori threshold; and
selecting for output of the default lossless compression encoder the one of the set of compressed one or more data blocks having the highest figure of merit and appending a corresponding data type compression descriptor to the one of the set of compressed one or more data blocks when at least one of the figures of merit exceed the a priori threshold.
15. The method of claim 10 , wherein one or more data blocks comprise one or more complete files.
16. The method of claim 10 , wherein the identifying one or more attributes includes identifying one or more data structures of the one or more data blocks.
17. The method of claim 10 , wherein the identifying one or more attributes includes identifying one or more file substructures of the one or more data blocks.
18. The method of claim 10 , wherein the default lossless compression encoder comprises one or more lossless encoders.
19. A non-transitory tangible machine-readable storage medium containing instructions configured to cause one or more processors to execute a process comprising:
identifying one or more attributes corresponding to one or more data blocks received by the one or more processors;
searching memory for recognition information corresponding to the one or more attributes;
compressing the one or more data blocks according to the corresponding recognition information obtained from the memory to produce one or more encoded data blocks corresponding to the one or more data blocks when the one or more attributes of the data are found in the search of the memory;
compressing the one or more data blocks with a default lossless compression encoder to produce one or more compressed data blocks when the one or more attributes of the data are not found in the search of the memory; and
storing the one or more compressed data blocks and information regarding the one or more attributes of the one or more data blocks in memory when the one or more attributes of the data are not found in the search of the memory.
20. The non-transitory machine-readable storage medium of claim 19 , further comprising instructions for storing the one or more encoded data blocks in memory.
21. The non-transitory machine-readable storage medium of claim 19 , further comprising instructions for storing a data token in memory, wherein the data token corresponds to the data encoding technique used to process the one or more data blocks when the one or more attributes of the data are found in the search of the memory.
22. The non-transitory machine-readable storage medium of claim 19 , further comprising instructions for storing a data token in memory, wherein the data token corresponds to the default lossless compression encoder used to compress the one or more data blocks.
23. The non-transitory machine-readable storage medium of claim 19 , wherein the compressing the one or more data blocks with a default lossless compression encoder further comprises:
receiving one or more data blocks at the default lossless compression encoder;
compressing the one or more data blocks with one or more compression techniques to produce a set of compressed one or more data blocks;
calculating a figure of merit for each of the set of compressed one or more data blocks to produce a set of figures of merit corresponding to the set of compressed one or more data blocks;
comparing each of the figures of merit of the set of figures of merit to an a priori threshold;
selecting for output of the default lossless compression encoder the received one or more data blocks and appending a null data type compression descriptor to the received one or more data blocks when each of the figures of merit are less than the a priori threshold; and
selecting for output of the default lossless compression encoder the one of the set of compressed one or more data blocks having the highest figure of merit and appending a corresponding data type compression descriptor to the one of the set of compressed one or more data blocks when at least one of the figures of merit exceed the a priori threshold.
24. The non-transitory machine-readable storage medium of claim 19 , wherein one or more data blocks comprise one or more complete files.
25. The non-transitory machine-readable storage medium of claim 19 , wherein the identifying one or more attributes includes identifying one or more data structures of the one or more data blocks.
26. The non-transitory machine-readable storage medium of claim 19 , wherein the identifying one or more attributes includes identifying one or more file substructures of the one or more data blocks.
27. The non-transitory machine-readable storage medium of claim 19 , wherein the default lossless compression encoder comprises one or more lossless encoders.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/391,240 US20170111058A1 (en) | 1998-12-11 | 2016-12-27 | Data compression systems and methods |
Applications Claiming Priority (14)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/210,491 US6195024B1 (en) | 1998-12-11 | 1998-12-11 | Content independent data compression method and system |
US09/705,446 US6309424B1 (en) | 1998-12-11 | 2000-11-03 | Content independent data compression method and system |
US10/016,355 US6624761B2 (en) | 1998-12-11 | 2001-10-29 | Content independent data compression method and system |
US10/668,768 US7161506B2 (en) | 1998-12-11 | 2003-09-22 | Systems and methods for data compression such as content dependent data compression |
US11/651,366 US20070109156A1 (en) | 1998-12-11 | 2007-01-08 | Data compression system and methods |
US11/651,365 US7714747B2 (en) | 1998-12-11 | 2007-01-08 | Data compression systems and methods |
US12/703,042 US8502707B2 (en) | 1998-12-11 | 2010-02-09 | Data compression systems and methods |
US13/154,211 US8643513B2 (en) | 1998-12-11 | 2011-06-06 | Data compression systems and methods |
US14/035,561 US8717203B2 (en) | 1998-12-11 | 2013-09-24 | Data compression systems and methods |
US14/251,453 US8933825B2 (en) | 1998-12-11 | 2014-04-11 | Data compression systems and methods |
US14/495,574 US9054728B2 (en) | 1998-12-11 | 2014-09-24 | Data compression systems and methods |
US14/727,309 US20150270849A1 (en) | 1998-12-11 | 2015-06-01 | Data compression systems and methods |
US14/936,312 US10033405B2 (en) | 1998-12-11 | 2015-11-09 | Data compression systems and method |
US15/391,240 US20170111058A1 (en) | 1998-12-11 | 2016-12-27 | Data compression systems and methods |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/936,312 Continuation US10033405B2 (en) | 1998-12-11 | 2015-11-09 | Data compression systems and method |
Publications (1)
Publication Number | Publication Date |
---|---|
US20170111058A1 true US20170111058A1 (en) | 2017-04-20 |
Family
ID=26905210
Family Applications (15)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/016,355 Expired - Lifetime US6624761B2 (en) | 1998-12-11 | 2001-10-29 | Content independent data compression method and system |
US10/668,768 Expired - Lifetime US7161506B2 (en) | 1998-12-11 | 2003-09-22 | Systems and methods for data compression such as content dependent data compression |
US11/400,533 Expired - Lifetime US7378992B2 (en) | 1998-12-11 | 2006-04-08 | Content independent data compression method and system |
US11/400,340 Expired - Fee Related US7358867B2 (en) | 1998-12-11 | 2006-04-08 | Content independent data compression method and system |
US11/651,175 Expired - Fee Related US7352300B2 (en) | 1998-12-11 | 2007-01-08 | Data compression systems and methods |
US11/651,365 Expired - Lifetime US7714747B2 (en) | 1998-12-11 | 2007-01-08 | Data compression systems and methods |
US11/651,366 Granted US20070109156A1 (en) | 1998-12-11 | 2007-01-08 | Data compression system and methods |
US12/703,042 Expired - Fee Related US8502707B2 (en) | 1998-12-11 | 2010-02-09 | Data compression systems and methods |
US13/154,211 Expired - Lifetime US8643513B2 (en) | 1998-12-11 | 2011-06-06 | Data compression systems and methods |
US14/035,561 Expired - Lifetime US8717203B2 (en) | 1998-12-11 | 2013-09-24 | Data compression systems and methods |
US14/251,453 Expired - Fee Related US8933825B2 (en) | 1998-12-11 | 2014-04-11 | Data compression systems and methods |
US14/495,574 Expired - Fee Related US9054728B2 (en) | 1998-12-11 | 2014-09-24 | Data compression systems and methods |
US14/727,309 Granted US20150270849A1 (en) | 1998-12-11 | 2015-06-01 | Data compression systems and methods |
US14/936,312 Expired - Fee Related US10033405B2 (en) | 1998-12-11 | 2015-11-09 | Data compression systems and method |
US15/391,240 Abandoned US20170111058A1 (en) | 1998-12-11 | 2016-12-27 | Data compression systems and methods |
Family Applications Before (14)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/016,355 Expired - Lifetime US6624761B2 (en) | 1998-12-11 | 2001-10-29 | Content independent data compression method and system |
US10/668,768 Expired - Lifetime US7161506B2 (en) | 1998-12-11 | 2003-09-22 | Systems and methods for data compression such as content dependent data compression |
US11/400,533 Expired - Lifetime US7378992B2 (en) | 1998-12-11 | 2006-04-08 | Content independent data compression method and system |
US11/400,340 Expired - Fee Related US7358867B2 (en) | 1998-12-11 | 2006-04-08 | Content independent data compression method and system |
US11/651,175 Expired - Fee Related US7352300B2 (en) | 1998-12-11 | 2007-01-08 | Data compression systems and methods |
US11/651,365 Expired - Lifetime US7714747B2 (en) | 1998-12-11 | 2007-01-08 | Data compression systems and methods |
US11/651,366 Granted US20070109156A1 (en) | 1998-12-11 | 2007-01-08 | Data compression system and methods |
US12/703,042 Expired - Fee Related US8502707B2 (en) | 1998-12-11 | 2010-02-09 | Data compression systems and methods |
US13/154,211 Expired - Lifetime US8643513B2 (en) | 1998-12-11 | 2011-06-06 | Data compression systems and methods |
US14/035,561 Expired - Lifetime US8717203B2 (en) | 1998-12-11 | 2013-09-24 | Data compression systems and methods |
US14/251,453 Expired - Fee Related US8933825B2 (en) | 1998-12-11 | 2014-04-11 | Data compression systems and methods |
US14/495,574 Expired - Fee Related US9054728B2 (en) | 1998-12-11 | 2014-09-24 | Data compression systems and methods |
US14/727,309 Granted US20150270849A1 (en) | 1998-12-11 | 2015-06-01 | Data compression systems and methods |
US14/936,312 Expired - Fee Related US10033405B2 (en) | 1998-12-11 | 2015-11-09 | Data compression systems and method |
Country Status (1)
Country | Link |
---|---|
US (15) | US6624761B2 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11164352B2 (en) * | 2017-04-21 | 2021-11-02 | Intel Corporation | Low power foveated rendering to save power on GPU and/or display |
US11223369B2 (en) | 2019-04-02 | 2022-01-11 | International Business Machines Corporation | Automatic hash function selection |
US20220149865A1 (en) * | 2019-07-15 | 2022-05-12 | Use-256 B.V. | Permutation-based coding for data storage and data transmission |
US11398069B2 (en) * | 2017-04-01 | 2022-07-26 | Intel Corporation | Temporal data structures in a ray tracing architecture |
Families Citing this family (316)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6624761B2 (en) * | 1998-12-11 | 2003-09-23 | Realtime Data, Llc | Content independent data compression method and system |
US9792308B2 (en) * | 1998-12-11 | 2017-10-17 | Realtime Data, Llc | Content estimation data compression |
US6601104B1 (en) * | 1999-03-11 | 2003-07-29 | Realtime Data Llc | System and methods for accelerated data storage and retrieval |
US6604158B1 (en) * | 1999-03-11 | 2003-08-05 | Realtime Data, Llc | System and methods for accelerated data storage and retrieval |
US7058817B1 (en) | 1999-07-02 | 2006-06-06 | The Chase Manhattan Bank | System and method for single sign on process for websites with multiple applications and services |
US20030191876A1 (en) * | 2000-02-03 | 2003-10-09 | Fallon James J. | Data storewidth accelerator |
US20010047473A1 (en) | 2000-02-03 | 2001-11-29 | Realtime Data, Llc | Systems and methods for computer initialization |
US7139743B2 (en) | 2000-04-07 | 2006-11-21 | Washington University | Associative database scanning and information retrieval using FPGA devices |
DE10037004B4 (en) * | 2000-07-29 | 2004-01-15 | Sms Demag Ag | Roll stand for belt edge-oriented shifting of the intermediate rolls in a 6-roll stand |
US9143546B2 (en) | 2000-10-03 | 2015-09-22 | Realtime Data Llc | System and method for data feed acceleration and encryption |
US8692695B2 (en) | 2000-10-03 | 2014-04-08 | Realtime Data, Llc | Methods for encoding and decoding data |
US7417568B2 (en) | 2000-10-03 | 2008-08-26 | Realtime Data Llc | System and method for data feed acceleration and encryption |
DE60131890T2 (en) * | 2000-10-11 | 2008-12-11 | Broadcom Corp., Irvine | Dynamic delta copying for cable modem head field suppression |
US7103556B2 (en) * | 2000-11-02 | 2006-09-05 | Jpmorgan Chase Bank, N.A. | System and method for aggregate portfolio client support |
US7386046B2 (en) | 2001-02-13 | 2008-06-10 | Realtime Data Llc | Bandwidth sensitive data compression and decompression |
US8849716B1 (en) | 2001-04-20 | 2014-09-30 | Jpmorgan Chase Bank, N.A. | System and method for preventing identity theft or misuse by restricting access |
US7689506B2 (en) | 2001-06-07 | 2010-03-30 | Jpmorgan Chase Bank, N.A. | System and method for rapid updating of credit information |
US7266839B2 (en) | 2001-07-12 | 2007-09-04 | J P Morgan Chase Bank | System and method for providing discriminated content to network users |
US7599434B2 (en) * | 2001-09-26 | 2009-10-06 | Reynolds Jodie L | System and method for compressing portions of a media signal using different codecs |
US7302102B2 (en) * | 2001-09-26 | 2007-11-27 | Reynolds Jodie L | System and method for dynamically switching quality settings of a codec to maintain a target data rate |
US7457358B2 (en) * | 2001-09-26 | 2008-11-25 | Interact Devices, Inc. | Polymorphic codec system and method |
AU2002334720B8 (en) | 2001-09-26 | 2006-08-10 | Interact Devices, Inc. | System and method for communicating media signals |
US7457359B2 (en) * | 2001-09-26 | 2008-11-25 | Mabey Danny L | Systems, devices and methods for securely distributing highly-compressed multimedia content |
US7283265B2 (en) * | 2001-11-14 | 2007-10-16 | Infoprint Solutions Company | Raster data compression apparatus and method |
US7987501B2 (en) | 2001-12-04 | 2011-07-26 | Jpmorgan Chase Bank, N.A. | System and method for single session sign-on |
US20180165441A1 (en) | 2002-03-25 | 2018-06-14 | Glenn Cobourn Everhart | Systems and methods for multifactor authentication |
US6825780B2 (en) * | 2002-04-19 | 2004-11-30 | Droplet Technology, Inc. | Multiple codec-imager system and method |
US7464185B2 (en) * | 2002-04-30 | 2008-12-09 | Hewlett-Packard Development Company, L.P. | Method and apparatus for transfering data from a sending system to a receiving system, and program storage devices |
CA2455509A1 (en) * | 2002-05-02 | 2003-11-13 | 4Kids Entertainment Licensing, Inc. | Hand held data compression apparatus |
US7987246B2 (en) | 2002-05-23 | 2011-07-26 | Jpmorgan Chase Bank | Method and system for client browser update |
US6907516B2 (en) * | 2002-05-30 | 2005-06-14 | Microsoft Corporation | Compression of program instructions using advanced sequential correlation |
US7398276B2 (en) * | 2002-05-30 | 2008-07-08 | Microsoft Corporation | Parallel predictive compression and access of a sequential list of executable instructions |
US6876727B2 (en) * | 2002-07-24 | 2005-04-05 | Sbc Properties, Lp | Voice over IP method for developing interactive voice response system |
US7536305B2 (en) * | 2002-09-04 | 2009-05-19 | Microsoft Corporation | Mixed lossless audio compression |
US20060106597A1 (en) * | 2002-09-24 | 2006-05-18 | Yaakov Stein | System and method for low bit-rate compression of combined speech and music |
US7903892B2 (en) * | 2002-10-29 | 2011-03-08 | Ati Technologies Ulc | Image analysis for image compression suitability and real-time selection |
US8301493B2 (en) | 2002-11-05 | 2012-10-30 | Jpmorgan Chase Bank, N.A. | System and method for providing incentives to consumers to share information |
US8111928B2 (en) * | 2003-02-13 | 2012-02-07 | Ati Technologies Ulc | Method and apparatus for compression of multi-sampled anti-aliasing color data |
US7764833B2 (en) * | 2003-02-13 | 2010-07-27 | Ati Technologies Ulc | Method and apparatus for anti-aliasing using floating point subpixel color values and compression of same |
US7643679B2 (en) * | 2003-02-13 | 2010-01-05 | Ati Technologies Ulc | Method and apparatus for block based image compression with multiple non-uniform block encodings |
US20090080788A1 (en) * | 2003-04-17 | 2009-03-26 | Droplet Technology, Inc. | Multiple Technique Entropy Coding System And Method |
ES2264776T3 (en) * | 2003-05-02 | 2007-01-16 | Cardiome Pharma Corp. | AMINOCICLOHEXIL ETER COMPOUNDS AND ITS USES. |
CA2836758C (en) | 2003-05-23 | 2017-06-27 | Roger D. Chamberlain | Intelligent data processing system and method using fpga devices |
US10572824B2 (en) | 2003-05-23 | 2020-02-25 | Ip Reservoir, Llc | System and method for low latency multi-functional pipeline with correlation logic and selectively activated/deactivated pipelined data processing engines |
GB2402766A (en) * | 2003-06-05 | 2004-12-15 | Carry Computer Eng Co Ltd | Storage Device with Optimal Compression Management Mechanism |
US7780531B2 (en) * | 2003-07-02 | 2010-08-24 | Wms Gaming Inc. | Gaming machine having a community game with side wagering |
US20050096999A1 (en) | 2003-11-05 | 2005-05-05 | Chicago Mercantile Exchange | Trade engine processing of mass quote messages and resulting production of market data |
US7831491B2 (en) | 2003-11-05 | 2010-11-09 | Chicago Mercantile Exchange Inc. | Market data message format |
US7400277B2 (en) * | 2004-04-06 | 2008-07-15 | International Business Machines Corporation | Method and system for the compression of probability tables |
US7424482B2 (en) * | 2004-04-26 | 2008-09-09 | Storwize Inc. | Method and system for compression of data for block mode access storage |
US20060230014A1 (en) * | 2004-04-26 | 2006-10-12 | Storewiz Inc. | Method and system for compression of files for storage and operation on compressed files |
US20060190643A1 (en) * | 2004-04-26 | 2006-08-24 | Storewiz, Inc. | Method and system for compression of data for block mode access storage |
EP1745394B1 (en) * | 2004-04-26 | 2009-07-15 | Storewiz, Inc. | Method and system for compression of files for storage and operation on compressed files |
US20060010151A1 (en) * | 2004-05-25 | 2006-01-12 | Chih-Ta Star Sung | Lossless compression method and apparatus for data storage and transmission |
US7430638B2 (en) * | 2004-06-14 | 2008-09-30 | Mossman Holdings Llc | Adaptive input / output compressed system and data cache and system using same |
US8355434B2 (en) * | 2005-01-10 | 2013-01-15 | Qualcomm Incorporated | Digital video line-by-line dynamic rate adaptation |
US8171169B2 (en) * | 2005-03-14 | 2012-05-01 | Citrix Systems, Inc. | Method and apparatus for updating a graphical display in a distributed processing environment |
US7420992B1 (en) | 2005-03-17 | 2008-09-02 | Packeteer, Inc. | Adaptive network traffic compression mechanism including dynamic selection of compression algorithms |
US7606429B2 (en) * | 2005-03-25 | 2009-10-20 | Ati Technologies Ulc | Block-based image compression method and apparatus |
US20060235683A1 (en) * | 2005-04-13 | 2006-10-19 | Fraunhofer-Gesellschaft Zur Forderung Der Angewandten Forschung E.V. | Lossless encoding of information with guaranteed maximum bitrate |
US7991610B2 (en) | 2005-04-13 | 2011-08-02 | Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. | Adaptive grouping of parameters for enhanced coding efficiency |
US7788106B2 (en) | 2005-04-13 | 2010-08-31 | Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. | Entropy coding with compact codebooks |
US8327050B2 (en) * | 2005-04-21 | 2012-12-04 | International Business Machines Corporation | Systems and methods for compressing files for storage and operation on compressed files |
US7675646B2 (en) * | 2005-05-31 | 2010-03-09 | Xerox Corporation | Flexible print data compression |
US8521752B2 (en) * | 2005-06-03 | 2013-08-27 | Osr Open Systems Resources, Inc. | Systems and methods for arbitrary data transformations |
US7548657B2 (en) * | 2005-06-25 | 2009-06-16 | General Electric Company | Adaptive video compression of graphical user interfaces using application metadata |
US7783781B1 (en) | 2005-08-05 | 2010-08-24 | F5 Networks, Inc. | Adaptive compression |
US8171238B1 (en) | 2007-07-05 | 2012-05-01 | Silver Peak Systems, Inc. | Identification of data stored in memory |
US8370583B2 (en) * | 2005-08-12 | 2013-02-05 | Silver Peak Systems, Inc. | Network memory architecture for providing data based on local accessibility |
US8095774B1 (en) | 2007-07-05 | 2012-01-10 | Silver Peak Systems, Inc. | Pre-fetching data into a memory |
US8392684B2 (en) | 2005-08-12 | 2013-03-05 | Silver Peak Systems, Inc. | Data encryption in a network memory architecture for providing data based on local accessibility |
US8160160B2 (en) * | 2005-09-09 | 2012-04-17 | Broadcast International, Inc. | Bit-rate reduction for multimedia data streams |
US7565372B2 (en) * | 2005-09-13 | 2009-07-21 | Microsoft Corporation | Evaluating and generating summaries using normalized probabilities |
US8811431B2 (en) * | 2008-11-20 | 2014-08-19 | Silver Peak Systems, Inc. | Systems and methods for compressing packet data |
US8489562B1 (en) | 2007-11-30 | 2013-07-16 | Silver Peak Systems, Inc. | Deferred data storage |
US8929402B1 (en) | 2005-09-29 | 2015-01-06 | Silver Peak Systems, Inc. | Systems and methods for compressing packet data by predicting subsequent data |
CN101346883A (en) * | 2005-10-26 | 2009-01-14 | 斯多维兹有限公司 | Method and system for compression of data for block mode access storage |
US7460032B2 (en) * | 2005-10-27 | 2008-12-02 | Evault, Inc. | Methods and apparatus for performing adaptive compression |
US8275909B1 (en) * | 2005-12-07 | 2012-09-25 | F5 Networks, Inc. | Adaptive compression |
US8379841B2 (en) | 2006-03-23 | 2013-02-19 | Exegy Incorporated | Method and system for high throughput blockwise independent encryption/decryption |
FR2899703B1 (en) * | 2006-04-10 | 2008-07-04 | Peugeot Citroen Automobiles Sa | METHOD FOR COMPRESSING A FILE FOR COMPRESSION BY A MOTOR VEHICLE COMPUTER |
WO2007138602A2 (en) | 2006-05-31 | 2007-12-06 | Storwize Ltd. | Method and system for transformation of logical data objects for storage |
US8868930B2 (en) | 2006-05-31 | 2014-10-21 | International Business Machines Corporation | Systems and methods for transformation of logical data objects for storage |
US7921046B2 (en) | 2006-06-19 | 2011-04-05 | Exegy Incorporated | High speed processing of financial information using FPGA devices |
US7840482B2 (en) | 2006-06-19 | 2010-11-23 | Exegy Incorporated | Method and system for high speed options pricing |
US7649909B1 (en) | 2006-06-30 | 2010-01-19 | Packeteer, Inc. | Adaptive tunnel transport protocol |
GB2439576B (en) * | 2006-06-30 | 2011-05-04 | Data Equation Ltd | Storing related data fragments in the same block |
US7843823B2 (en) * | 2006-07-28 | 2010-11-30 | Cisco Technology, Inc. | Techniques for balancing throughput and compression in a network communication system |
US8885632B2 (en) | 2006-08-02 | 2014-11-11 | Silver Peak Systems, Inc. | Communications scheduler |
US8755381B2 (en) | 2006-08-02 | 2014-06-17 | Silver Peak Systems, Inc. | Data matching using flow based packet data storage |
US20080037880A1 (en) * | 2006-08-11 | 2008-02-14 | Lcj Enterprises Llc | Scalable, progressive image compression and archiving system over a low bit rate internet protocol network |
US7512748B1 (en) | 2006-08-17 | 2009-03-31 | Osr Open Systems Resources, Inc. | Managing lock rankings |
US8694684B2 (en) * | 2006-08-21 | 2014-04-08 | Citrix Systems, Inc. | Systems and methods of symmetric transport control protocol compression |
US8539228B1 (en) | 2006-08-24 | 2013-09-17 | Osr Open Systems Resources, Inc. | Managing access to a resource |
US8120515B2 (en) * | 2006-09-29 | 2012-02-21 | Agiledelta, Inc. | Knowledge based encoding of data with multiplexing to facilitate compression |
US8386444B2 (en) * | 2006-12-29 | 2013-02-26 | Teradata Us, Inc. | Techniques for selective compression of database information |
WO2008092104A2 (en) * | 2007-01-25 | 2008-07-31 | Skyfire Labs, Inc. | Dynamic client-server video tiling streaming |
US7813222B2 (en) * | 2007-02-01 | 2010-10-12 | Ion Geophysical Corporation | Apparatus and method for compressing seismic data |
JP4899961B2 (en) * | 2007-03-19 | 2012-03-21 | 富士通株式会社 | Communication apparatus and output control method |
US8024433B2 (en) | 2007-04-24 | 2011-09-20 | Osr Open Systems Resources, Inc. | Managing application resources |
CA2689873A1 (en) * | 2007-06-01 | 2008-12-04 | Research In Motion Limited | Method and apparatus for multi-part interactive compression |
US8090046B2 (en) * | 2007-06-01 | 2012-01-03 | Research In Motion Limited | Interactive compression with multiple units of compression state information |
US7949693B1 (en) | 2007-08-23 | 2011-05-24 | Osr Open Systems Resources, Inc. | Log-structured host data storage |
WO2009029842A1 (en) | 2007-08-31 | 2009-03-05 | Exegy Incorporated | Method and apparatus for hardware-accelerated encryption/decryption |
JP4389990B2 (en) * | 2007-10-05 | 2009-12-24 | トヨタ自動車株式会社 | Control device for vehicle drive unit |
US8478764B2 (en) * | 2007-11-09 | 2013-07-02 | Vantrix Corporation | Method and apparatus for concurrent filtering of multiple components of streaming data |
US20090126020A1 (en) * | 2007-11-09 | 2009-05-14 | Norton Richard Elliott | Engine for rule based content filtering |
US8442928B2 (en) * | 2007-11-09 | 2013-05-14 | Vantrix Corporation | Method and apparatus for employing rules to filter streaming data |
US8447718B2 (en) * | 2007-11-09 | 2013-05-21 | Vantrix Corporation | Method and apparatus for filtering streaming data |
WO2009066284A2 (en) * | 2007-11-20 | 2009-05-28 | Ubstream Ltd. | A method and system for compressing digital video streams |
CN101874408A (en) * | 2007-11-22 | 2010-10-27 | 日本电气株式会社 | Image capturing device, encoding method, and program |
US8307115B1 (en) | 2007-11-30 | 2012-11-06 | Silver Peak Systems, Inc. | Network memory mirroring |
US8890874B2 (en) | 2007-12-14 | 2014-11-18 | Microsoft Corporation | Changing visual content communication |
US9064333B2 (en) | 2007-12-17 | 2015-06-23 | Nvidia Corporation | Interrupt handling techniques in the rasterizer of a GPU |
US8780123B2 (en) | 2007-12-17 | 2014-07-15 | Nvidia Corporation | Interrupt handling techniques in the rasterizer of a GPU |
US8312210B2 (en) * | 2008-01-03 | 2012-11-13 | Michael Thomas Benhase | Apparatus, system, and method for storing and retrieving compressed data |
US10229453B2 (en) | 2008-01-11 | 2019-03-12 | Ip Reservoir, Llc | Method and system for low latency basket calculation |
US8442052B1 (en) | 2008-02-20 | 2013-05-14 | Silver Peak Systems, Inc. | Forward packet recovery |
US8798137B2 (en) * | 2008-02-29 | 2014-08-05 | City University Of Hong Kong | Bit rate estimation in data or video compression |
US8208532B2 (en) * | 2008-03-31 | 2012-06-26 | Oracle America, Inc. | Method and apparatus for data compression and decompression |
US20090243897A1 (en) * | 2008-04-01 | 2009-10-01 | Davidson Wayne A | Method and apparatus for entering alphanumeric data via keypads or display screens |
US8681861B2 (en) * | 2008-05-01 | 2014-03-25 | Nvidia Corporation | Multistandard hardware video encoder |
US8923385B2 (en) | 2008-05-01 | 2014-12-30 | Nvidia Corporation | Rewind-enabled hardware encoder |
US8688654B2 (en) | 2009-10-06 | 2014-04-01 | International Business Machines Corporation | Data compression algorithm selection and tiering |
US10164861B2 (en) | 2015-12-28 | 2018-12-25 | Silver Peak Systems, Inc. | Dynamic monitoring and visualization for network health characteristics |
US9717021B2 (en) | 2008-07-03 | 2017-07-25 | Silver Peak Systems, Inc. | Virtual network overlay |
US8743683B1 (en) | 2008-07-03 | 2014-06-03 | Silver Peak Systems, Inc. | Quality of service using multiple flows |
US10805840B2 (en) | 2008-07-03 | 2020-10-13 | Silver Peak Systems, Inc. | Data transmission via a virtual wide area network overlay |
GB2465809B (en) * | 2008-12-01 | 2012-12-12 | Advanced Risc Mach Ltd | Dynamic selection of suitable codes for variable length coding and decoding |
EP2370946A4 (en) | 2008-12-15 | 2012-05-30 | Exegy Inc | Method and apparatus for high-speed processing of financial market depth data |
US8648858B1 (en) * | 2009-03-25 | 2014-02-11 | Skyfire Labs, Inc. | Hybrid text and image based encoding |
US8935223B2 (en) * | 2009-04-30 | 2015-01-13 | Oracle International Corporation | Structure of hierarchical compressed data structure for tabular data |
US8645337B2 (en) * | 2009-04-30 | 2014-02-04 | Oracle International Corporation | Storing compression units in relational tables |
US8356060B2 (en) * | 2009-04-30 | 2013-01-15 | Oracle International Corporation | Compression analyzer |
US8583692B2 (en) * | 2009-04-30 | 2013-11-12 | Oracle International Corporation | DDL and DML support for hybrid columnar compressed tables |
US9667269B2 (en) | 2009-04-30 | 2017-05-30 | Oracle International Corporation | Technique for compressing XML indexes |
GEP20115300B (en) * | 2009-07-21 | 2011-10-10 | Lossless data compression and decomposition method | |
US8296517B2 (en) | 2009-08-19 | 2012-10-23 | Oracle International Corporation | Database operation-aware striping technique |
US8654838B2 (en) * | 2009-08-31 | 2014-02-18 | Nxp B.V. | System and method for video and graphic compression using multiple different compression techniques and compression error feedback |
JP2013506917A (en) * | 2009-09-30 | 2013-02-28 | サンプリファイ システムズ インコーポレイテッド | Improved multi-processor waveform data exchange using compression and decompression |
US8832142B2 (en) | 2010-08-30 | 2014-09-09 | Oracle International Corporation | Query and exadata support for hybrid columnar compressed data |
US8463944B2 (en) * | 2010-01-05 | 2013-06-11 | International Business Machines Corporation | Optimal compression process selection methods |
US20110202509A1 (en) * | 2010-02-16 | 2011-08-18 | Microsoft Corporation | Efficient extraction and compression of data |
JP5840599B2 (en) * | 2010-03-10 | 2016-01-06 | レノボ・イノベーションズ・リミテッド(香港) | Communication terminal, communication system, and communication method |
US8478731B1 (en) * | 2010-03-31 | 2013-07-02 | Emc Corporation | Managing compression in data storage systems |
US8174414B2 (en) * | 2010-04-13 | 2012-05-08 | Research In Motion Limited | Methods and devices for load balancing in parallel entropy coding and decoding |
US9373152B2 (en) | 2010-06-17 | 2016-06-21 | Thinci, Inc. | Processing of graphics data of a server system for transmission including multiple rendering passes |
US8754900B2 (en) | 2010-06-17 | 2014-06-17 | Thinci, Inc. | Processing of graphics data of a server system for transmission |
US9569134B2 (en) | 2010-08-23 | 2017-02-14 | Quantum Corporation | Sequential access storage and data de-duplication |
US8239421B1 (en) | 2010-08-30 | 2012-08-07 | Oracle International Corporation | Techniques for compression and processing optimizations by using data transformations |
US9154797B2 (en) * | 2010-09-20 | 2015-10-06 | Onecodec, Limited | Systems and methods for encoding and decoding |
FR2965645B1 (en) * | 2010-10-05 | 2012-10-12 | St Microelectronics Grenoble 2 | TEST METHOD FOR SEMICONDUCTOR INTEGRATED ELECTRONIC DEVICES AND CORRESPONDING TEST ARCHITECTURE |
US9038177B1 (en) | 2010-11-30 | 2015-05-19 | Jpmorgan Chase Bank, N.A. | Method and system for implementing multi-level data fusion |
US10037568B2 (en) | 2010-12-09 | 2018-07-31 | Ip Reservoir, Llc | Method and apparatus for managing orders in financial markets |
KR101312268B1 (en) * | 2010-12-24 | 2013-09-25 | 주식회사 케이티 | Method, cloud computing server, and cloud computing system for providing game service in cloud computing environment |
US20120178380A1 (en) * | 2011-01-07 | 2012-07-12 | Microsoft Corporation | Wireless Communication Techniques |
KR20120084180A (en) * | 2011-01-19 | 2012-07-27 | 삼성전자주식회사 | Data compression device, operation method using the same, and data processing apparatus having the same |
JP5890963B2 (en) * | 2011-03-17 | 2016-03-22 | 富士通株式会社 | Data storage program and data storage method |
US8914545B2 (en) | 2011-04-27 | 2014-12-16 | Iii Holdings 1, Llc | Systems and methods for lossless compression of data and high speed manipulation thereof |
US8412849B2 (en) * | 2011-04-27 | 2013-04-02 | American Express Travel Related Services Company, Inc. | Systems and methods for lossless compression of data and high speed manipulation thereof |
US9519650B2 (en) * | 2011-07-06 | 2016-12-13 | President And Fellows Of Harvard College | Systems and methods for genetic data compression |
US9876746B2 (en) | 2011-08-16 | 2018-01-23 | Quantum Corporation | Messaging policy controlled email de-duplication |
US10025787B2 (en) | 2011-08-17 | 2018-07-17 | Bevara Technologies, Llc | Systems and methods for selecting digital data for archival |
US10129556B2 (en) | 2014-05-16 | 2018-11-13 | Bevara Technologies, Llc | Systems and methods for accessing digital data |
US9344528B2 (en) * | 2011-08-31 | 2016-05-17 | Microsoft Technology Licensing, Llc | Data compressor using hints |
US8866649B2 (en) * | 2011-09-14 | 2014-10-21 | Netapp, Inc. | Method and system for using non-variable compression group size in partial cloning |
US9130991B2 (en) | 2011-10-14 | 2015-09-08 | Silver Peak Systems, Inc. | Processing data packets in performance enhancing proxy (PEP) environment |
US9626224B2 (en) | 2011-11-03 | 2017-04-18 | Silver Peak Systems, Inc. | Optimizing available computing resources within a virtual environment |
US8903874B2 (en) | 2011-11-03 | 2014-12-02 | Osr Open Systems Resources, Inc. | File system directory attribute correction |
US9942580B2 (en) | 2011-11-18 | 2018-04-10 | At&T Intellecutal Property I, L.P. | System and method for automatically selecting encoding/decoding for streaming media |
JP5761007B2 (en) * | 2011-12-20 | 2015-08-12 | 富士通株式会社 | Information processing apparatus, image transmission method, and image transmission program |
US8595199B2 (en) * | 2012-01-06 | 2013-11-26 | International Business Machines Corporation | Real-time selection of compression operations |
US20130179409A1 (en) | 2012-01-06 | 2013-07-11 | International Business Machines Corporation | Separation of data chunks into multiple streams for compression |
US8918579B2 (en) | 2012-02-06 | 2014-12-23 | Sandisk Technologies Inc. | Storage device and method for selective data compression |
US8996787B2 (en) | 2012-02-06 | 2015-03-31 | Sandisk Technologies Inc. | Storage device aware of I/O transaction and stored data |
US9047176B2 (en) | 2012-02-06 | 2015-06-02 | Sandisk Technologies Inc. | Storage device and method for utilizing unused storage space |
US10650452B2 (en) | 2012-03-27 | 2020-05-12 | Ip Reservoir, Llc | Offload processing of data packets |
US10121196B2 (en) | 2012-03-27 | 2018-11-06 | Ip Reservoir, Llc | Offload processing of data packets containing financial market data |
US11436672B2 (en) | 2012-03-27 | 2022-09-06 | Exegy Incorporated | Intelligent switch for processing financial market data |
US9990393B2 (en) | 2012-03-27 | 2018-06-05 | Ip Reservoir, Llc | Intelligent feed switch |
US9026568B2 (en) | 2012-03-30 | 2015-05-05 | Altera Corporation | Data compression for direct memory access transfers |
US9843702B1 (en) | 2012-03-30 | 2017-12-12 | EMC IP Holding Company LLC | Method and system for dynamic compression module selection |
US9158686B2 (en) | 2012-03-30 | 2015-10-13 | Altera Corporation | Processing system and method including data compression API |
US9843802B1 (en) * | 2012-03-30 | 2017-12-12 | EMC IP Holding Company LLC | Method and system for dynamic compression module selection |
WO2013186074A1 (en) * | 2012-06-13 | 2013-12-19 | Telefonaktiebolaget L M Ericsson (Publ) | Software upgrading in a network |
US9542839B2 (en) * | 2012-06-26 | 2017-01-10 | BTS Software Solutions, LLC | Low delay low complexity lossless compression system |
US9351196B2 (en) * | 2012-08-31 | 2016-05-24 | International Business Machines Corporation | Byte caching in wireless communication networks |
US9035809B2 (en) * | 2012-10-15 | 2015-05-19 | Seagate Technology Llc | Optimizing compression engine throughput via run pre-processing |
US8791843B2 (en) * | 2012-10-15 | 2014-07-29 | Lsi Corporation | Optimized bitstream encoding for compression |
WO2014076743A1 (en) * | 2012-11-19 | 2014-05-22 | Hitachi, Ltd. | Storage system |
US9405015B2 (en) | 2012-12-18 | 2016-08-02 | Subcarrier Systems Corporation | Method and apparatus for modeling of GNSS pseudorange measurements for interpolation, extrapolation, reduction of measurement errors, and data compression |
US8686881B1 (en) * | 2013-01-02 | 2014-04-01 | International Business Machines Corporation | Efficient estimation of data compression ratios |
US9792350B2 (en) | 2013-01-10 | 2017-10-17 | International Business Machines Corporation | Real-time classification of data into data compression domains |
US9053121B2 (en) * | 2013-01-10 | 2015-06-09 | International Business Machines Corporation | Real-time identification of data candidates for classification based compression |
US9564918B2 (en) * | 2013-01-10 | 2017-02-07 | International Business Machines Corporation | Real-time reduction of CPU overhead for data compression |
US9250327B2 (en) | 2013-03-05 | 2016-02-02 | Subcarrier Systems Corporation | Method and apparatus for reducing satellite position message payload by adaptive data compression techniques |
US9646053B2 (en) * | 2013-03-12 | 2017-05-09 | Oracle International Corporation | OLTP compression of wide tables |
US20150201041A1 (en) * | 2013-03-18 | 2015-07-16 | Google Inc. | Device dependent codec negotiation |
KR101463775B1 (en) * | 2013-05-06 | 2014-11-24 | 한국전자통신연구원 | Multi-frame data processing apparatus using frame disassembling and method thereof |
US9147374B2 (en) * | 2013-05-21 | 2015-09-29 | International Business Machines Corporation | Controlling real-time compression detection |
CN103516369B (en) * | 2013-06-20 | 2016-12-28 | 易乐天 | A kind of self-adapting data compression and decompress method and system and storage device |
US20150074084A1 (en) * | 2013-09-12 | 2015-03-12 | Neustar, Inc. | Method and system for performing query processing in a key-value store |
US9432338B2 (en) * | 2013-10-23 | 2016-08-30 | Google Inc. | Secure communications using adaptive data compression |
US9495466B2 (en) | 2013-11-27 | 2016-11-15 | Oracle International Corporation | LIDAR model with hybrid-columnar format and no indexes for spatial searches |
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 |
JP6285711B2 (en) * | 2013-12-26 | 2018-02-28 | 株式会社メガチップス | Image processing device |
US9608664B2 (en) | 2013-12-30 | 2017-03-28 | International Business Machines Corporation | Compression of integer data using a common divisor |
US9830329B2 (en) | 2014-01-15 | 2017-11-28 | W. Anthony Mason | Methods and systems for data storage |
US9606870B1 (en) | 2014-03-31 | 2017-03-28 | EMC IP Holding Company LLC | Data reduction techniques in a flash-based key/value cluster storage |
US9628107B2 (en) | 2014-04-07 | 2017-04-18 | International Business Machines Corporation | Compression of floating-point data by identifying a previous loss of precision |
WO2015176009A1 (en) | 2014-05-16 | 2015-11-19 | Bevara Technologies, Llc | Systems and methods for selecting digital data for archival |
US10726005B2 (en) * | 2014-06-25 | 2020-07-28 | Sap Se | Virtual split dictionary for search optimization |
US9300320B2 (en) | 2014-06-27 | 2016-03-29 | Qualcomm Incorporated | System and method for dictionary-based cache-line level code compression for on-chip memories using gradual bit removal |
US9503127B2 (en) | 2014-07-09 | 2016-11-22 | Quantum Corporation | Data deduplication with adaptive erasure code redundancy |
US9948496B1 (en) | 2014-07-30 | 2018-04-17 | Silver Peak Systems, Inc. | Determining a transit appliance for data traffic to a software service |
TW201611620A (en) * | 2014-09-05 | 2016-03-16 | 可取國際股份有限公司 | Digital video recorder and video recording and playback method thereof |
US9875344B1 (en) | 2014-09-05 | 2018-01-23 | Silver Peak Systems, Inc. | Dynamic monitoring and authorization of an optimization device |
US9350384B2 (en) * | 2014-09-30 | 2016-05-24 | International Business Machines Corporation | Hierarchical data compression and computation |
EP3016432B1 (en) * | 2014-10-30 | 2018-07-04 | Vodafone IP Licensing limited | Content compression in mobile network |
US9959299B2 (en) | 2014-12-02 | 2018-05-01 | International Business Machines Corporation | Compression-aware partial sort of streaming columnar data |
KR20160070512A (en) | 2014-12-10 | 2016-06-20 | 삼성전자주식회사 | Semiconductor device and operating method thereof |
US10672075B1 (en) | 2014-12-19 | 2020-06-02 | Data Boiler Technologies LLC | Efficient use of computing resources through transformation and comparison of trade data to musical piece representation and metrical tree |
JP6451359B2 (en) * | 2015-02-03 | 2019-01-16 | 富士通株式会社 | Communication recording apparatus, communication recording system, communication recording program, and communication recording method |
US10013448B2 (en) | 2015-02-05 | 2018-07-03 | Quantum Corporation | Mobile device agent for personal deduplication |
US10909078B2 (en) | 2015-02-25 | 2021-02-02 | International Business Machines Corporation | Query predicate evaluation and computation for hierarchically compressed data |
US9385749B1 (en) | 2015-03-06 | 2016-07-05 | Oracle International Corporation | Dynamic data compression selection |
WO2016186563A1 (en) * | 2015-05-21 | 2016-11-24 | Zeropoint Technologies Ab | Methods, devices and systems for hybrid data compression and decompression |
US10152389B2 (en) | 2015-06-19 | 2018-12-11 | Western Digital Technologies, Inc. | Apparatus and method for inline compression and deduplication |
US9552384B2 (en) * | 2015-06-19 | 2017-01-24 | HGST Netherlands B.V. | Apparatus and method for single pass entropy detection on data transfer |
US10380066B2 (en) | 2015-07-09 | 2019-08-13 | Quantum Corporation | File system with multi-class in situ tiered archiving |
US9990308B2 (en) | 2015-08-31 | 2018-06-05 | Oracle International Corporation | Selective data compression for in-memory databases |
US11164248B2 (en) | 2015-10-12 | 2021-11-02 | Chicago Mercantile Exchange Inc. | Multi-modal trade execution with smart order routing |
US11288739B2 (en) | 2015-10-12 | 2022-03-29 | Chicago Mercantile Exchange Inc. | Central limit order book automatic triangulation system |
US20170109367A1 (en) * | 2015-10-16 | 2017-04-20 | International Business Machines Corporation | Early compression related processing with offline compression |
US20170116003A1 (en) * | 2015-10-27 | 2017-04-27 | International Business Machines Corporation | Dynamic determination of the applicability of a hardware accelerator to a request |
CN106651971B (en) * | 2015-11-04 | 2020-06-05 | 上海兆芯集成电路有限公司 | Graphics data compression apparatus and graphics data compression method |
GB2544083B (en) * | 2015-11-05 | 2020-05-20 | Advanced Risc Mach Ltd | Data stream assembly control |
US10761758B2 (en) | 2015-12-21 | 2020-09-01 | Quantum Corporation | Data aware deduplication object storage (DADOS) |
US10152527B1 (en) | 2015-12-28 | 2018-12-11 | EMC IP Holding Company LLC | Increment resynchronization in hash-based replication |
US10346043B2 (en) | 2015-12-28 | 2019-07-09 | Pure Storage, Inc. | Adaptive computing for data compression |
EP3229444B1 (en) * | 2015-12-29 | 2019-10-16 | Huawei Technologies Co., Ltd. | Server and method for compressing data by server |
US10719959B2 (en) * | 2016-01-14 | 2020-07-21 | Samsung Electronics Co., Ltd. | Mobile device and a method for texture memory optimization thereof |
US9521218B1 (en) | 2016-01-21 | 2016-12-13 | International Business Machines Corporation | Adaptive compression and transmission for big data migration |
SE540178C2 (en) | 2016-01-29 | 2018-04-24 | Zeropoint Tech Ab | Methods, devices and systems for compressing and decompressing data |
US10324635B1 (en) | 2016-03-22 | 2019-06-18 | EMC IP Holding Company LLC | Adaptive compression for data replication in a storage system |
US10310951B1 (en) | 2016-03-22 | 2019-06-04 | EMC IP Holding Company LLC | Storage system asynchronous data replication cycle trigger with empty cycle detection |
US10095428B1 (en) | 2016-03-30 | 2018-10-09 | EMC IP Holding Company LLC | Live migration of a tree of replicas in a storage system |
US9959063B1 (en) | 2016-03-30 | 2018-05-01 | EMC IP Holding Company LLC | Parallel migration of multiple consistency groups in a storage system |
US9959073B1 (en) | 2016-03-30 | 2018-05-01 | EMC IP Holding Company LLC | Detection of host connectivity for data migration in a storage system |
US10565058B1 (en) | 2016-03-30 | 2020-02-18 | EMC IP Holding Company LLC | Adaptive hash-based data replication in a storage system |
US11336294B2 (en) | 2016-06-10 | 2022-05-17 | Apple Inc. | Hybrid, adaptive virtual memory compression |
US10432484B2 (en) | 2016-06-13 | 2019-10-01 | Silver Peak Systems, Inc. | Aggregating select network traffic statistics |
US11245416B2 (en) * | 2016-06-20 | 2022-02-08 | Anacode Labs, Inc. | Parallel, block-based data encoding and decoding using multiple computational units |
US10152232B1 (en) | 2016-06-29 | 2018-12-11 | EMC IP Holding Company LLC | Low-impact application-level performance monitoring with minimal and automatically upgradable instrumentation in a storage system |
US10083067B1 (en) | 2016-06-29 | 2018-09-25 | EMC IP Holding Company LLC | Thread management in a storage system |
US9983937B1 (en) | 2016-06-29 | 2018-05-29 | EMC IP Holding Company LLC | Smooth restart of storage clusters in a storage system |
US10048874B1 (en) | 2016-06-29 | 2018-08-14 | EMC IP Holding Company LLC | Flow control with a dynamic window in a storage system with latency guarantees |
US10013200B1 (en) * | 2016-06-29 | 2018-07-03 | EMC IP Holding Company LLC | Early compression prediction in a storage system with granular block sizes |
US10169362B2 (en) | 2016-07-07 | 2019-01-01 | Cross Commerce Media, Inc. | High-density compression method and computing system |
US10318389B2 (en) | 2016-07-15 | 2019-06-11 | Quantum Corporation | Joint de-duplication-erasure coded distributed storage |
RU2622878C1 (en) * | 2016-08-01 | 2017-06-20 | федеральное государственное автономное образовательное учреждение высшего образования "Национальный исследовательский ядерный университет МИФИ" (НИЯУ МИФИ) | Device for data compression |
US10303402B2 (en) | 2016-08-02 | 2019-05-28 | Seagate Technology Llc | Data compression using partial statistics |
US9967056B1 (en) | 2016-08-19 | 2018-05-08 | Silver Peak Systems, Inc. | Forward packet recovery with constrained overhead |
US10719447B2 (en) * | 2016-09-26 | 2020-07-21 | Intel Corporation | Cache and compression interoperability in a graphics processor pipeline |
JP6875821B2 (en) * | 2016-10-19 | 2021-05-26 | キヤノン株式会社 | Image coding device, imaging device, image coding method and program |
US10203897B1 (en) | 2016-12-02 | 2019-02-12 | Nutanix, Inc. | Dynamic data compression |
US10568073B2 (en) * | 2016-12-07 | 2020-02-18 | Samsung Electronics Co., Ltd. | Methods and dual SIM dual standby (DSDS) devices for managing data communication |
CN106507107B (en) * | 2016-12-08 | 2019-07-05 | 北京数码视讯科技股份有限公司 | The treating method and apparatus of data |
EP3560135A4 (en) | 2016-12-22 | 2020-08-05 | IP Reservoir, LLC | Pipelines for hardware-accelerated machine learning |
US10771394B2 (en) | 2017-02-06 | 2020-09-08 | Silver Peak Systems, Inc. | Multi-level learning for classifying traffic flows on a first packet from DNS data |
US10892978B2 (en) | 2017-02-06 | 2021-01-12 | Silver Peak Systems, Inc. | Multi-level learning for classifying traffic flows from first packet data |
US11044202B2 (en) | 2017-02-06 | 2021-06-22 | Silver Peak Systems, Inc. | Multi-level learning for predicting and classifying traffic flows from first packet data |
US10257082B2 (en) | 2017-02-06 | 2019-04-09 | Silver Peak Systems, Inc. | Multi-level learning for classifying traffic flows |
JP2018160059A (en) * | 2017-03-22 | 2018-10-11 | 東芝メモリ株式会社 | Memory controller |
US10972569B2 (en) | 2017-04-24 | 2021-04-06 | International Business Machines Corporation | Apparatus, method, and computer program product for heterogenous compression of data streams |
US10715175B2 (en) * | 2017-08-28 | 2020-07-14 | Tesla, Inc. | Systems and methods for encoding and decoding |
US11113113B2 (en) * | 2017-09-08 | 2021-09-07 | Apple Inc. | Systems and methods for scheduling virtual memory compressors |
US11212210B2 (en) | 2017-09-21 | 2021-12-28 | Silver Peak Systems, Inc. | Selective route exporting using source type |
US10693495B2 (en) | 2017-10-10 | 2020-06-23 | The Boeing Company | Data collection device with efficient data compression |
JP6969295B2 (en) * | 2017-10-31 | 2021-11-24 | 富士フイルムビジネスイノベーション株式会社 | Information processing equipment and image processing system |
US10419022B2 (en) * | 2017-11-30 | 2019-09-17 | International Business Machines Corporation | Run-length base-delta encoding for high-speed compression |
RU2672625C1 (en) * | 2017-12-11 | 2018-11-16 | федеральное государственное автономное образовательное учреждение высшего образования "Национальный исследовательский ядерный университет МИФИ" (НИЯУ МИФИ) | Device for compression of data |
CA3086546A1 (en) | 2018-01-18 | 2019-07-25 | Bevara Technologies, Llc | Browser navigation for facilitating data access |
US10637721B2 (en) | 2018-03-12 | 2020-04-28 | Silver Peak Systems, Inc. | Detecting path break conditions while minimizing network overhead |
JP7187809B2 (en) * | 2018-04-13 | 2022-12-13 | 富士通株式会社 | Information processing device, information processing method, and program |
RU2698414C1 (en) * | 2018-09-21 | 2019-08-26 | Владимир Александрович Свириденко | Method and device for compressing video information for transmission over communication channels with varying throughput capacity and storage in data storage systems using machine learning and neural networks |
US11880368B2 (en) * | 2018-10-15 | 2024-01-23 | Ocient Holdings LLC | Compressing data sets for storage in a database system |
US10965786B2 (en) | 2018-10-31 | 2021-03-30 | At&T Intellectual Property I, L.P. | Adaptive fixed point mapping for uplink and downlink fronthaul |
CN111384961B (en) * | 2018-12-28 | 2022-07-26 | 上海寒武纪信息科技有限公司 | Data compression and decompression device and data compression method |
CN111294056B (en) * | 2018-12-07 | 2022-03-29 | 上海寒武纪信息科技有限公司 | Data decompression method and coding circuit |
WO2020130421A2 (en) * | 2018-12-21 | 2020-06-25 | Lg Electronics Inc. | Method and apparatus for performing dual header compression schemes in wireless communication system |
RU2701711C1 (en) * | 2019-01-09 | 2019-09-30 | федеральное государственное автономное образовательное учреждение высшего образования "Национальный исследовательский ядерный университет МИФИ" (НИЯУ МИФИ) | Device for packing data |
CN109800182A (en) * | 2019-01-18 | 2019-05-24 | 深圳忆联信息系统有限公司 | It is a kind of to reduce the data storage handling method and its system for writing amplification |
CN111510419B (en) * | 2019-01-31 | 2021-03-30 | 华为技术有限公司 | Data compression method and base station |
US11075647B2 (en) | 2019-02-27 | 2021-07-27 | Movidius Limited | Methods and apparatus to compress data |
US11139981B2 (en) | 2019-03-29 | 2021-10-05 | Intel Corporation | Message authentication code (MAC) based compression and decompression |
US11283853B2 (en) * | 2019-04-19 | 2022-03-22 | EMC IP Holding Company LLC | Generating a data stream with configurable commonality |
US10659076B1 (en) * | 2019-04-30 | 2020-05-19 | EMC IP Holding Company LLC | Reducing the amount of data stored in a sequence of data blocks by combining deduplication and compression |
RU2710987C1 (en) * | 2019-05-07 | 2020-01-14 | федеральное государственное автономное образовательное учреждение высшего образования "Национальный исследовательский ядерный университет МИФИ" (НИЯУ МИФИ) | Device for data compression |
CN110535846B (en) * | 2019-08-22 | 2022-03-04 | 中国电力科学研究院有限公司 | Data frame compression method and system based on DL/T698.45 protocol |
US20210076047A1 (en) * | 2019-09-11 | 2021-03-11 | Chung Yuan Christian University | System, apparatus and method for data compaction and decompaction |
US11403367B2 (en) | 2019-09-12 | 2022-08-02 | Oracle International Corporation | Techniques for solving the spherical point-in-polygon problem |
CN110868221B (en) * | 2019-10-31 | 2021-06-25 | 重庆大学 | Multi-mode data automatic compression method |
CN112748863B (en) * | 2019-10-31 | 2024-04-19 | 伊姆西Ip控股有限责任公司 | Method, electronic device and computer program product for processing data |
JP7355622B2 (en) * | 2019-11-29 | 2023-10-03 | 株式会社日立製作所 | Storage system with encoder |
CN113055017A (en) * | 2019-12-28 | 2021-06-29 | 华为技术有限公司 | Data compression method and computing device |
CN111178490B (en) | 2019-12-31 | 2021-08-24 | 北京百度网讯科技有限公司 | Data output method, data acquisition method, data output device, data acquisition device and electronic equipment |
CN113765854B (en) * | 2020-06-04 | 2023-06-30 | 华为技术有限公司 | Data compression method and server |
US11921683B2 (en) * | 2020-06-08 | 2024-03-05 | Paypal, Inc. | Use of time to live value during database compaction |
CN111949621B (en) * | 2020-07-22 | 2023-12-29 | 金钱猫科技股份有限公司 | File compression storage method and terminal based on scene switching |
US11586554B2 (en) * | 2020-07-23 | 2023-02-21 | Arm Limited | Cache arrangements for data processing systems |
US11977525B2 (en) * | 2021-03-04 | 2024-05-07 | EMC IP Holding Company LLC | Method to optimize ingest in dedupe systems by using compressibility hints |
CN115391298A (en) * | 2021-05-25 | 2022-11-25 | 戴尔产品有限公司 | Content-based dynamic hybrid data compression |
US11601136B2 (en) | 2021-06-30 | 2023-03-07 | Bank Of America Corporation | System for electronic data compression by automated time-dependent compression algorithm |
CN113886346A (en) * | 2021-08-31 | 2022-01-04 | 联想(北京)有限公司 | Data processing method and electronic equipment |
CN115396518B (en) * | 2022-10-31 | 2023-04-11 | 广东睿江云计算股份有限公司 | Self-adaptive data synchronization method and system |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5265180A (en) * | 1991-06-13 | 1993-11-23 | Intel Corporation | Method of encoding a sequence of images of a digital motion video signal |
US5602764A (en) * | 1993-12-22 | 1997-02-11 | Storage Technology Corporation | Comparing prioritizing memory for string searching in a data compression system |
US5870036A (en) * | 1995-02-24 | 1999-02-09 | International Business Machines Corporation | Adaptive multiple dictionary data compression |
Family Cites Families (594)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3490690A (en) * | 1964-10-26 | 1970-01-20 | Ibm | Data reduction system |
US3394352A (en) | 1965-07-22 | 1968-07-23 | Electronic Image Systems Corp | Method of and apparatus for code communication |
US3560639A (en) | 1966-10-03 | 1971-02-02 | Xerox Corp | Cascade run length encoding technique |
US4021782A (en) | 1974-01-07 | 1977-05-03 | Hoerning John S | Data compaction system and apparatus |
US4032893A (en) * | 1976-01-23 | 1977-06-28 | Sperry Rand Corporation | Reconfigurable data bus |
US4054951A (en) | 1976-06-30 | 1977-10-18 | International Business Machines Corporation | Data expansion apparatus |
US4127518A (en) | 1977-06-16 | 1978-11-28 | Coy David Howard | Novel derivatives of gamma-endorphins, intermediates therefor, and compositions and methods employing said derivatives |
US4394774A (en) | 1978-12-15 | 1983-07-19 | Compression Labs, Inc. | Digital video compression system and methods utilizing scene adaptive coding with rate buffer feedback |
US4302775A (en) | 1978-12-15 | 1981-11-24 | Compression Labs, Inc. | Digital video compression system and methods utilizing scene adaptive coding with rate buffer feedback |
DE3177166D1 (en) | 1980-02-04 | 1990-04-26 | Texas Instruments Inc | DEVICE FOR VOICE SYNTHESIS. |
US4360840A (en) | 1980-05-13 | 1982-11-23 | Am International, Inc. | Real time data compression/decompression scheme for facsimile transmission system |
US4386416A (en) | 1980-06-02 | 1983-05-31 | Mostek Corporation | Data compression, encryption, and in-line transmission system |
US4325085A (en) | 1980-06-09 | 1982-04-13 | Digital Communications Corporation | Method and apparatus for adaptive facsimile compression using a two dimensional maximum likelihood predictor |
JPS57169865A (en) | 1981-04-14 | 1982-10-19 | Fuji Xerox Co Ltd | Picture information storage device |
US4464650A (en) | 1981-08-10 | 1984-08-07 | Sperry Corporation | Apparatus and method for compressing data signals and restoring the compressed data signals |
US4494108A (en) * | 1981-11-09 | 1985-01-15 | International Business Machines Corporation | Adaptive source modeling for data file compression within bounded memory |
US4499499A (en) * | 1982-12-29 | 1985-02-12 | International Business Machines Corporation | Method for identification and compression of facsimile symbols in text processing systems |
US4574351A (en) | 1983-03-03 | 1986-03-04 | International Business Machines Corporation | Apparatus for compressing and buffering data |
US4814746A (en) | 1983-06-01 | 1989-03-21 | International Business Machines Corporation | Data compression method |
US4558302A (en) | 1983-06-20 | 1985-12-10 | Sperry Corporation | High speed data compression and decompression apparatus and method |
US4568983A (en) | 1983-12-07 | 1986-02-04 | The Mead Corporation | Image data compression/decompression |
US5045848A (en) | 1984-04-10 | 1991-09-03 | Fnn | Method of encoding market data and transmitting by radio to a plurality of receivers |
JPS60256860A (en) | 1984-06-01 | 1985-12-18 | Hitachi Ltd | Logical integration circuit |
GB8416496D0 (en) | 1984-06-28 | 1984-08-01 | King R A | Encoding method |
US4754351A (en) * | 1984-08-22 | 1988-06-28 | Maxtor Corporation | Method and apparatus for controlling radial disk displacement in Winchester disk drives |
US4956808A (en) | 1985-01-07 | 1990-09-11 | International Business Machines Corporation | Real time data transformation and transmission overlapping device |
US5128963A (en) | 1985-01-31 | 1992-07-07 | Sony Corporation | 3-mode PCM/DPCM/APCM maximizing dynamic range |
GB2172127B (en) | 1985-03-06 | 1988-10-12 | Ferranti Plc | Data compression system |
US4646061A (en) | 1985-03-13 | 1987-02-24 | Racal Data Communications Inc. | Data communication with modified Huffman coding |
US4626829A (en) | 1985-08-19 | 1986-12-02 | Intelligent Storage Inc. | Data compression using run length encoding and statistical encoding |
US5027376A (en) | 1985-10-30 | 1991-06-25 | Microcom Systems, Inc. | Data telecommunications system and method for transmitting compressed data |
US4748638A (en) * | 1985-10-30 | 1988-05-31 | Microcom, Inc. | Data telecommunications system and method for transmitting compressed data |
US4682150A (en) * | 1985-12-09 | 1987-07-21 | Ncr Corporation | Data compression method and apparatus |
US4745559A (en) | 1985-12-27 | 1988-05-17 | Reuters Limited | Method and system for dynamically controlling the content of a local receiver data base from a transmitted data base in an information retrieval communication network |
US4750135A (en) | 1986-05-01 | 1988-06-07 | Reuters Limited | Method for dynamically creating a receiver definable local trading instrument displayable record from a remotely transmitted trading instrument common data stream |
US5034914A (en) | 1986-05-15 | 1991-07-23 | Aquidneck Systems International, Inc. | Optical disk data storage method and apparatus with buffered interface |
US5247646A (en) | 1986-05-15 | 1993-09-21 | Aquidneck Systems International, Inc. | Compressed data optical disk storage system |
US4730348A (en) | 1986-09-19 | 1988-03-08 | Adaptive Computer Technologies | Adaptive data compression system |
US4813040A (en) * | 1986-10-31 | 1989-03-14 | Futato Steven P | Method and apparatus for transmitting digital data and real-time digitalized voice information over a communications channel |
US4906995A (en) | 1986-12-12 | 1990-03-06 | Sangamo Weston, Inc. | Data compression apparatus and method for data recorder |
JPH0815263B2 (en) | 1986-12-12 | 1996-02-14 | 株式会社日立製作所 | Data compression / decompression method |
US4862167A (en) | 1987-02-24 | 1989-08-29 | Hayes Microcomputer Products, Inc. | Adaptive data compression method and apparatus |
JPS63250277A (en) | 1987-03-20 | 1988-10-18 | インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン | Status input generator |
US4965675A (en) | 1987-05-15 | 1990-10-23 | Canon Kabushiki Kaisha | Method and apparatus for after-recording sound on a medium having pre-recorded video thereon |
US4729020A (en) * | 1987-06-01 | 1988-03-01 | Delta Information Systems | System for formatting digital signals to be transmitted |
US4866601A (en) | 1987-09-24 | 1989-09-12 | Ncr Corporation | Digital data bus architecture for computer disk drive controller |
US5079630A (en) | 1987-10-05 | 1992-01-07 | Intel Corporation | Adaptive video compression system |
US4876541A (en) | 1987-10-15 | 1989-10-24 | Data Compression Corporation | Stem for dynamically compressing and decompressing electronic data |
US4870415A (en) | 1987-10-19 | 1989-09-26 | Hewlett-Packard Company | Data compression system with expansion protection |
US4804959A (en) | 1987-11-10 | 1989-02-14 | International Business Machines Corporation | Method and apparatus using multiple codes to increase storage capacity |
US4953324A (en) | 1987-12-07 | 1990-09-04 | Nova-Tech Engineering, Inc. | Personnel door for a RF shielded room |
US4888812A (en) | 1987-12-18 | 1989-12-19 | International Business Machines Corporation | Document image processing system |
US4890282A (en) | 1988-03-08 | 1989-12-26 | Network Equipment Technologies, Inc. | Mixed mode compression for data transmission |
US4897717A (en) * | 1988-03-30 | 1990-01-30 | Starsignal, Inc. | Computer-based video compression system |
US4953080A (en) | 1988-04-25 | 1990-08-28 | Hewlett-Packard Company | Object management facility for maintaining data in a computer system |
EP0339589A3 (en) | 1988-04-28 | 1992-01-02 | Sharp Kabushiki Kaisha | Orthogonal transform coding system for image data |
US4906991A (en) * | 1988-04-29 | 1990-03-06 | Xerox Corporation | Textual substitution data compression with finite length search windows |
US5046027A (en) | 1988-11-08 | 1991-09-03 | Massachusetts General Hospital | Apparatus and method for processing and displaying images in a digital procesor based system |
US5179651A (en) | 1988-11-08 | 1993-01-12 | Massachusetts General Hospital | Apparatus for retrieval and processing of selected archived images for display at workstation terminals |
US5187793A (en) | 1989-01-09 | 1993-02-16 | Intel Corporation | Processor with hierarchal memory and using meta-instructions for software control of loading, unloading and execution of machine instructions stored in the cache |
US5126739A (en) | 1989-01-13 | 1992-06-30 | Stac Electronics | Data compression apparatus and method |
US5003307A (en) * | 1989-01-13 | 1991-03-26 | Stac, Inc. | Data compression apparatus with shift register search means |
US5146221A (en) | 1989-01-13 | 1992-09-08 | Stac, Inc. | Data compression apparatus and method |
US5016009A (en) * | 1989-01-13 | 1991-05-14 | Stac, Inc. | Data compression apparatus and method |
US5379351A (en) | 1992-02-19 | 1995-01-03 | Integrated Information Technology, Inc. | Video compression/decompression processing and processors |
US5353132A (en) | 1989-02-06 | 1994-10-04 | Canon Kabushiki Kaisha | Image processing device |
US4929946A (en) | 1989-02-09 | 1990-05-29 | Storage Technology Corporation | Adaptive data compression apparatus including run length encoding for a tape drive system |
US5267333A (en) | 1989-02-28 | 1993-11-30 | Sharp Kabushiki Kaisha | Image compressing apparatus and image coding synthesizing method |
EP0418396B1 (en) | 1989-03-16 | 1998-06-03 | Fujitsu Limited | Video/audio multiplex transmission system |
US5113522A (en) | 1989-05-17 | 1992-05-12 | International Business Machines Corporation | Data processing system with system resource management for itself and for an associated alien processor |
CA2020084C (en) | 1989-06-29 | 1994-10-18 | Kohei Iseda | Voice coding/decoding system having selected coders and entropy coders |
US5065447A (en) | 1989-07-05 | 1991-11-12 | Iterated Systems, Inc. | Method and apparatus for processing digital data |
IL91221A (en) | 1989-08-04 | 1995-03-30 | Ibm Israel | Method for the compression of binary text |
US5121342A (en) | 1989-08-28 | 1992-06-09 | Network Communications Corporation | Apparatus for analyzing communication networks |
US5191431A (en) | 1989-08-29 | 1993-03-02 | Canon Kabushiki Kaisha | Recording apparatus having plural operating modes involving diverse signal compression rates and different apportioning of pilot signal recording area |
US4988998A (en) * | 1989-09-05 | 1991-01-29 | Storage Technology Corporation | Data compression system for successively applying at least two data compression methods to an input data stream |
US5209220A (en) | 1989-10-05 | 1993-05-11 | Olympus Optical Co., Ltd. | Endoscope image data compressing apparatus |
US5109433A (en) | 1989-10-13 | 1992-04-28 | Microsoft Corporation | Compressing and decompressing text files |
US5028922A (en) | 1989-10-30 | 1991-07-02 | Industrial Technology Research Institute | Multiplexed encoder and decoder with address mark generation/check and precompensation circuits |
US5109226A (en) | 1989-11-22 | 1992-04-28 | International Business Machines Corporation | Parallel processors sequentially encoding/decoding compaction maintaining format compatibility |
US5097261A (en) | 1989-11-22 | 1992-03-17 | International Business Machines Corporation | Data compression for recording on a record medium |
GB9001335D0 (en) | 1990-01-19 | 1990-03-21 | Hewlett Packard Ltd | Data storage on tape |
GB9001312D0 (en) * | 1990-01-19 | 1990-03-21 | Hewlett Packard Ltd | Storage of compressed data |
US5483470A (en) * | 1990-03-06 | 1996-01-09 | At&T Corp. | Timing verification by successive approximation |
US5270832A (en) | 1990-03-14 | 1993-12-14 | C-Cube Microsystems | System for compression and decompression of video data using discrete cosine transform and coding techniques |
US5046119A (en) | 1990-03-16 | 1991-09-03 | Apple Computer, Inc. | Method and apparatus for compressing and decompressing color video data with an anti-aliasing mode |
US5103306A (en) | 1990-03-28 | 1992-04-07 | Transitions Research Corporation | Digital image compression employing a resolution gradient |
US5045852A (en) | 1990-03-30 | 1991-09-03 | International Business Machines Corporation | Dynamic model selection during data compression |
US5091782A (en) | 1990-04-09 | 1992-02-25 | General Instrument Corporation | Apparatus and method for adaptively compressing successive blocks of digital video |
US5410671A (en) | 1990-05-01 | 1995-04-25 | Cyrix Corporation | Data compression/decompression processor |
US5309555A (en) | 1990-05-15 | 1994-05-03 | International Business Machines Corporation | Realtime communication of hand drawn images in a multiprogramming window environment |
US5237675A (en) * | 1990-06-04 | 1993-08-17 | Maxtor Corporation | Apparatus and method for efficient organization of compressed data on a hard disk utilizing an estimated compression factor |
US5167034A (en) | 1990-06-18 | 1992-11-24 | International Business Machines Corporation | Data integrity for compaction devices |
US5049881A (en) | 1990-06-18 | 1991-09-17 | Intersecting Concepts, Inc. | Apparatus and method for very high data rate-compression incorporating lossless data compression and expansion utilizing a hashing technique |
US5247638A (en) | 1990-06-18 | 1993-09-21 | Storage Technology Corporation | Apparatus for compressing data in a dynamically mapped virtual data storage subsystem |
US5307497A (en) | 1990-06-25 | 1994-04-26 | International Business Machines Corp. | Disk operating system loadable from read only memory using installable file system interface |
US5276898A (en) | 1990-07-26 | 1994-01-04 | International Business Machines Corporation | System for selectively compressing data frames based upon a current processor work load identifying whether the processor is too busy to perform the compression |
US5226176A (en) | 1990-08-20 | 1993-07-06 | Microsystems, Inc. | System for selectively aborting operation or waiting to load required data based upon user response to non-availability of network load device |
JPH04102201A (en) | 1990-08-21 | 1992-04-03 | Tokico Ltd | Magnetic disk device |
US5379757A (en) | 1990-08-28 | 1995-01-10 | Olympus Optical Co. Ltd. | Method of compressing endoscope image data based on image characteristics |
US5115309A (en) | 1990-09-10 | 1992-05-19 | At&T Bell Laboratories | Method and apparatus for dynamic channel bandwidth allocation among multiple parallel video coders |
US5227893A (en) | 1990-10-31 | 1993-07-13 | International Business Machines Corporation | Pseudo-bar code control of image transmission |
GB2251097B (en) | 1990-12-08 | 1995-05-10 | Dowty Information Systems | An adaptive data compression system |
US5237460A (en) | 1990-12-14 | 1993-08-17 | Ceram, Inc. | Storage of compressed data on random access storage devices |
US5627995A (en) | 1990-12-14 | 1997-05-06 | Alfred P. Gnadinger | Data compression and decompression using memory spaces of more than one size |
DE69132063T2 (en) | 1990-12-28 | 2000-09-14 | Canon K.K., Tokio/Tokyo | Image coding with optimization of the generated code amount |
US5132992A (en) | 1991-01-07 | 1992-07-21 | Paul Yurt | Audio and video transmission and receiving system |
JPH04241576A (en) | 1991-01-14 | 1992-08-28 | Matsushita Graphic Commun Syst Inc | Image encoder |
JPH04241681A (en) | 1991-01-16 | 1992-08-28 | Fujitsu Ltd | Storage device of compression switching system |
US5274474A (en) | 1991-01-23 | 1993-12-28 | Randolph-Rand Corporation | Integrated telefacsimile and character communication system with standard and high speed modes |
US5249053A (en) | 1991-02-05 | 1993-09-28 | Dycam Inc. | Filmless digital camera with selective image compression |
US5333212A (en) | 1991-03-04 | 1994-07-26 | Storm Technology | Image compression technique with regionally selective compression ratio |
CA2062200A1 (en) | 1991-03-15 | 1992-09-16 | Stephen C. Purcell | Decompression processor for video applications |
US5150430A (en) | 1991-03-15 | 1992-09-22 | The Board Of Trustees Of The Leland Stanford Junior University | Lossless data compression circuit and method |
CA2065578C (en) | 1991-04-22 | 1999-02-23 | David W. Carr | Packet-based data compression method |
US5289580A (en) * | 1991-05-10 | 1994-02-22 | Unisys Corporation | Programmable multiple I/O interface controller |
US5212742A (en) | 1991-05-24 | 1993-05-18 | Apple Computer, Inc. | Method and apparatus for encoding/decoding image data |
US5263168A (en) | 1991-06-03 | 1993-11-16 | Motorola, Inc. | Circuitry for automatically entering and terminating an initialization mode in a data processing system in response to a control signal |
US5341440A (en) | 1991-07-12 | 1994-08-23 | Earl Joseph G | Method and apparatus for increasing information compressibility |
US5159336A (en) | 1991-08-13 | 1992-10-27 | Iomega Corporation | Tape controller with data compression and error correction sharing a common buffer |
US5414850A (en) | 1991-08-23 | 1995-05-09 | Stac Electronics, Inc. | System for transparently compressing data files in a computer system |
JPH0561951A (en) * | 1991-08-30 | 1993-03-12 | Fujitsu Ltd | Image processor |
DE4229710B4 (en) | 1991-09-09 | 2008-06-05 | Samsung Electronics Co., Ltd. | Digital audio data storage system and digital audio system equipped therewith |
US5155484A (en) | 1991-09-13 | 1992-10-13 | Salient Software, Inc. | Fast data compressor with direct lookup table indexing into history buffer |
US5455943A (en) | 1992-10-08 | 1995-10-03 | Salient Software, Inc. | Method and apparatus for finding longest and closest matching string in history buffer prior to current string |
US5175543A (en) | 1991-09-25 | 1992-12-29 | Hewlett-Packard Company | Dictionary reset performance enhancement for data compression applications |
US5243341A (en) | 1992-06-01 | 1993-09-07 | Hewlett Packard Company | Lempel-Ziv compression scheme with enhanced adapation |
US5373290A (en) | 1991-09-25 | 1994-12-13 | Hewlett-Packard Corporation | Apparatus and method for managing multiple dictionaries in content addressable memory based data compression |
JPH0588793A (en) | 1991-09-30 | 1993-04-09 | Toshiba Corp | Extension system |
US5619995A (en) | 1991-11-12 | 1997-04-15 | Lobodzinski; Suave M. | Motion video transformation system and method |
US5227878A (en) | 1991-11-15 | 1993-07-13 | At&T Bell Laboratories | Adaptive coding and decoding of frames and fields of video |
US5293576A (en) * | 1991-11-21 | 1994-03-08 | Motorola, Inc. | Command authentication process |
KR960006761B1 (en) | 1991-12-07 | 1996-05-23 | 삼성전자주식회사 | Transform coding & decoding method incorporating adpatively selecting transform method |
US5396228A (en) | 1992-01-16 | 1995-03-07 | Mobile Telecommunications Technologies | Methods and apparatus for compressing and decompressing paging data |
FR2687259B1 (en) | 1992-02-11 | 1994-05-06 | Ouest Standard Telematique Sa | DATA COMPRESSION METHOD FOR PROTOCOL DATA UNIT TRANSMISSION SYSTEM, DECOMPRESSION METHOD, AND CORRESPONDING DEVICE. |
GB2264838B (en) | 1992-02-21 | 1995-08-30 | Samsung Electronics Co Ltd | Video recording apparatus |
US5355498A (en) | 1992-02-25 | 1994-10-11 | Sun Microsystems, Inc. | Method and apparatus for booting a computer system without loading a device driver into memory |
US5406278A (en) | 1992-02-28 | 1995-04-11 | Intersecting Concepts, Inc. | Method and apparatus for data compression having an improved matching algorithm which utilizes a parallel hashing technique |
US5379036A (en) | 1992-04-01 | 1995-01-03 | Storer; James A. | Method and apparatus for data compression |
US5287420A (en) | 1992-04-08 | 1994-02-15 | Supermac Technology | Method for image compression on a personal computer |
US5243348A (en) | 1992-04-27 | 1993-09-07 | Motorola, Inc. | Partitioned digital encoder and method for encoding bit groups in parallel |
US5408542A (en) * | 1992-05-12 | 1995-04-18 | Apple Computer, Inc. | Method and apparatus for real-time lossless compression and decompression of image data |
IL105638A0 (en) | 1992-05-13 | 1993-09-22 | Southwest Bell Tech Resources | Storage controlling system and method for transferring information |
US5590317A (en) | 1992-05-27 | 1996-12-31 | Hitachi, Ltd. | Document information compression and retrieval system and document information registration and retrieval method |
US5615287A (en) * | 1994-12-02 | 1997-03-25 | The Regents Of The University Of California | Image compression technique |
GB2268667B (en) | 1992-06-24 | 1995-11-08 | Sony Broadcast & Communication | Serial data decoding |
GB2268666B (en) | 1992-06-24 | 1996-03-20 | Sony Broadcast & Communication | Serial data decoding |
EP0647381B1 (en) | 1992-06-25 | 1999-05-19 | Apropos Technology, Inc. | Call distributor |
FR2692876B1 (en) | 1992-06-25 | 1996-03-08 | Heidelberger Druckmasch Ag | AUTOMATIC DEVICE FOR CAPTURING A RIPPED STRIP OF PAPER. |
US5671355A (en) | 1992-06-26 | 1997-09-23 | Predacomm, Inc. | Reconfigurable network interface apparatus and method |
US5821885A (en) | 1994-07-29 | 1998-10-13 | Discovision Associates | Video decompression |
US5842033A (en) * | 1992-06-30 | 1998-11-24 | Discovision Associates | Padding apparatus for passing an arbitrary number of bits through a buffer in a pipeline system |
JPH0628108A (en) | 1992-07-09 | 1994-02-04 | Hitachi Ltd | Data storage system |
JPH0651989A (en) | 1992-07-27 | 1994-02-25 | Nec Corp | Fast loading system of operating system in computer system |
US5802290A (en) * | 1992-07-29 | 1998-09-01 | Virtual Computer Corporation | Computer network of distributed virtual computers which are EAC reconfigurable in response to instruction to be executed |
US5475388A (en) | 1992-08-17 | 1995-12-12 | Ricoh Corporation | Method and apparatus for using finite state machines to perform channel modulation and error correction and entropy coding |
US5611024A (en) * | 1992-08-28 | 1997-03-11 | Compaq Computer Corporation | Data compression of bit map images |
US5406279A (en) | 1992-09-02 | 1995-04-11 | Cirrus Logic, Inc. | General purpose, hash-based technique for single-pass lossless data compression |
US5403639A (en) | 1992-09-02 | 1995-04-04 | Storage Technology Corporation | File server having snapshot application data groups |
US5479587A (en) | 1992-09-03 | 1995-12-26 | Hewlett-Packard Company | Page printer having adaptive data compression for memory minimization |
US5836003A (en) * | 1993-08-26 | 1998-11-10 | Visnet Ltd. | Methods and means for image and voice compression |
US5590306A (en) | 1992-09-08 | 1996-12-31 | Fuji Photo Film Co., Ltd. | Memory card management system for writing data with usage and recording codes made significant |
US5394534A (en) | 1992-09-11 | 1995-02-28 | International Business Machines Corporation | Data compression/decompression and storage of compressed and uncompressed data on a same removable data storage medium |
US5357614A (en) | 1992-09-17 | 1994-10-18 | Rexon/Tecmar, Inc. | Data compression controller |
GB2271252A (en) | 1992-10-03 | 1994-04-06 | Ibm | Data compression in a computer workstation |
US5437020A (en) | 1992-10-03 | 1995-07-25 | Intel Corporation | Method and circuitry for detecting lost sectors of data in a solid state memory disk |
US5557749A (en) * | 1992-10-15 | 1996-09-17 | Intel Corporation | System for automatically compressing and decompressing data for sender and receiver processes upon determination of a common compression/decompression method understood by both sender and receiver processes |
CA2108833A1 (en) | 1992-10-22 | 1994-04-23 | Masanori Ishii | File compression processor |
US5402146A (en) | 1992-10-23 | 1995-03-28 | International Business Machines Corporation | System and method for video compression with artifact dispersion control |
EP0595406A1 (en) | 1992-10-26 | 1994-05-04 | Koninklijke Philips Electronics N.V. | Radio device with signal compression |
US5400401A (en) | 1992-10-30 | 1995-03-21 | Scientific Atlanta, Inc. | System and method for transmitting a plurality of digital services |
US5535369A (en) | 1992-10-30 | 1996-07-09 | Intel Corporation | Method for allocating memory in a solid state memory disk |
US5479633A (en) | 1992-10-30 | 1995-12-26 | Intel Corporation | Method of controlling clean-up of a solid state memory disk storing floating sector data |
US5822781A (en) | 1992-10-30 | 1998-10-13 | Intel Corporation | Sector-based storage device emulator having variable-sized sector |
US5740395A (en) | 1992-10-30 | 1998-04-14 | Intel Corporation | Method and apparatus for cleaning up a solid state memory disk storing floating sector data |
US5539865A (en) | 1992-11-10 | 1996-07-23 | Adobe Systems, Inc. | Method and apparatus for processing data for a visual-output device with reduced buffer memory requirements |
US5991515A (en) | 1992-11-10 | 1999-11-23 | Adobe Systems Incorporated | Method and apparatus for compressing and decompressing data prior to display |
US5638498A (en) * | 1992-11-10 | 1997-06-10 | Adobe Systems Incorporated | Method and apparatus for reducing storage requirements for display data |
US5542071A (en) | 1992-11-13 | 1996-07-30 | Video Associates Labs, Inc. | System for determining communication speed of parallel printer port of computer by using start timer and stop timer commands within data combined with embedded strobe |
NZ259281A (en) | 1992-12-17 | 1997-04-24 | Voxson International Pty Ltd | Wide band width data path of composite narrow band width channels |
US5367629A (en) | 1992-12-18 | 1994-11-22 | Sharevision Technology, Inc. | Digital video compression system utilizing vector adaptive transform |
US5374916A (en) | 1992-12-18 | 1994-12-20 | Apple Computer, Inc. | Automatic electronic data type identification process |
US5467087A (en) | 1992-12-18 | 1995-11-14 | Apple Computer, Inc. | High speed lossless data compression system |
US5467134A (en) | 1992-12-22 | 1995-11-14 | Microsoft Corporation | Method and system for compressing video data |
US5455576A (en) * | 1992-12-23 | 1995-10-03 | Hewlett Packard Corporation | Apparatus and methods for Lempel Ziv data compression with improved management of multiple dictionaries in content addressable memory |
US5546395A (en) | 1993-01-08 | 1996-08-13 | Multi-Tech Systems, Inc. | Dynamic selection of compression rate for a voice compression algorithm in a voice over data modem |
US5887115A (en) | 1993-01-13 | 1999-03-23 | Hitachi America, Ltd. | Method and apparatus for implementing a video tape recorder for recording digital video signals having either a fixed or variable data transmission rate |
US5544286A (en) | 1993-01-29 | 1996-08-06 | Microsoft Corporation | Digital video data compression technique |
KR100276427B1 (en) | 1993-01-30 | 2000-12-15 | 윤종용 | Device for compression and decompression of image data |
US5583500A (en) | 1993-02-10 | 1996-12-10 | Ricoh Corporation | Method and apparatus for parallel encoding and decoding of data |
US5717394A (en) | 1993-02-10 | 1998-02-10 | Ricoh Company Ltd. | Method and apparatus for encoding and decoding data |
US5381145A (en) | 1993-02-10 | 1995-01-10 | Ricoh Corporation | Method and apparatus for parallel decoding and encoding of data |
US5555407A (en) | 1993-02-17 | 1996-09-10 | Home Information Services, Inc. | Method of and apparatus for reduction of bandwidth requirements in the provision of electronic information and transaction services through communication networks |
US5586285A (en) | 1993-02-19 | 1996-12-17 | Intel Corporation | Method and circuitry for increasing reserve memory in a solid state memory disk |
US5533051A (en) | 1993-03-12 | 1996-07-02 | The James Group | Method for data compression |
US5479638A (en) | 1993-03-26 | 1995-12-26 | Cirrus Logic, Inc. | Flash memory mass storage architecture incorporation wear leveling technique |
US5420639A (en) | 1993-04-01 | 1995-05-30 | Scientific-Atlanta, Inc. | Rate adaptive huffman coding |
US5389922A (en) * | 1993-04-13 | 1995-02-14 | Hewlett-Packard Company | Compression using small dictionaries with applications to network packets |
US5918225A (en) * | 1993-04-16 | 1999-06-29 | Sybase, Inc. | SQL-based database system with improved indexing methodology |
US5794229A (en) | 1993-04-16 | 1998-08-11 | Sybase, Inc. | Database system with methodology for storing a database table by vertically partitioning all columns of the table |
JP2505980B2 (en) | 1993-04-16 | 1996-06-12 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Static dictionary creation method and computer execution system |
US5542031A (en) | 1993-04-30 | 1996-07-30 | Douglass; Clay S. | Halftone computer imager |
US5354315A (en) | 1993-06-04 | 1994-10-11 | Intermedics, Inc. | Cardiac stimulator with data converter for cardiac signal |
GB2278973B (en) | 1993-06-11 | 1997-10-29 | Quantel Ltd | Video image processing systems |
BR9406810A (en) | 1993-06-11 | 1996-07-23 | Maxtor Corp | Type II PCMCIA hard drive card |
GB9314516D0 (en) | 1993-07-13 | 1993-08-25 | Philips Electronics Uk Ltd | Digital communications system and a reiceiving apparatus for use in the system |
GB2280566B (en) | 1993-07-30 | 1997-06-11 | Sony Uk Ltd | Video data compression |
CH686984A5 (en) | 1993-09-07 | 1996-08-15 | Max Hugentobler | Electronic Uebersetzungsgeraet. |
US5610657A (en) | 1993-09-14 | 1997-03-11 | Envistech Inc. | Video compression using an iterative error data coding method |
JP2972501B2 (en) | 1993-09-20 | 1999-11-08 | 富士通株式会社 | I / O subsystem and exclusive control method in I / O subsystem |
US5452287A (en) | 1993-09-20 | 1995-09-19 | Motorola, Inc. | Method of negotiation of protocols, classes, and options in computer and communication networks providing mixed packet, frame, cell, and circuit services |
EP0651314A1 (en) | 1993-10-27 | 1995-05-03 | International Business Machines Corporation | An apparatus and method for thermally protecting a processing device |
US5495206A (en) * | 1993-10-29 | 1996-02-27 | Motorola, Inc. | Fractional N frequency synthesis with residual error correction and method thereof |
US5771354A (en) | 1993-11-04 | 1998-06-23 | Crawford; Christopher M. | Internet online backup system provides remote storage for customers using IDs and passwords which were interactively established when signing up for backup services |
JP2932920B2 (en) | 1993-11-30 | 1999-08-09 | 富士ゼロックス株式会社 | Information storage device |
US5454107A (en) | 1993-11-30 | 1995-09-26 | Vlsi Technologies | Cache memory support in an integrated memory system |
JP3161189B2 (en) * | 1993-12-03 | 2001-04-25 | 株式会社日立製作所 | Storage system |
US5555377A (en) | 1993-12-20 | 1996-09-10 | International Business Machines Corporation | System for selectively compressing data transferred in network in response to produced first output when network utilization exceeds first threshold and data length over limit |
US5524272A (en) | 1993-12-22 | 1996-06-04 | Gte Airfone Incorporated | Method and apparatus for distributing program material |
JPH07205496A (en) | 1994-01-14 | 1995-08-08 | Oki Electric Ind Co Ltd | Page printer and method for data compression |
DE69515923T2 (en) | 1994-01-27 | 2000-12-21 | Hewlett Packard Co | Automatic optimization of paper images |
US5488364A (en) * | 1994-02-28 | 1996-01-30 | Sam H. Eulmi | Recursive data compression |
US5488365A (en) | 1994-03-01 | 1996-01-30 | Hewlett-Packard Company | Method and apparatus for compressing and decompressing short blocks of data |
US5563961A (en) | 1994-03-03 | 1996-10-08 | Radius Inc. | Video data compression method and system which measures compressed data storage time to optimize compression rate |
US5629732A (en) | 1994-03-29 | 1997-05-13 | The Trustees Of Columbia University In The City Of New York | Viewer controllable on-demand multimedia service |
US5805834A (en) | 1994-03-30 | 1998-09-08 | Zilog, Inc. | Hot reconfigurable parallel bus bridging circuit |
CN1157653C (en) | 1994-04-22 | 2004-07-14 | 索尼公司 | Device and method for transmitting data, and device and method for recording data |
US5506872A (en) | 1994-04-26 | 1996-04-09 | At&T Corp. | Dynamic compression-rate selection arrangement |
US5635632A (en) | 1994-04-26 | 1997-06-03 | Cytec Technology Corp. | Settling process analysis device and method |
US5546475A (en) | 1994-04-29 | 1996-08-13 | International Business Machines Corporation | Produce recognition system |
US5574952A (en) | 1994-05-11 | 1996-11-12 | International Business Machines Corporation | Data storage system and method for operating a disk controller including allocating disk space for compressed data |
US6031937A (en) * | 1994-05-19 | 2000-02-29 | Next Software, Inc. | Method and apparatus for video compression using block and wavelet techniques |
US5486826A (en) | 1994-05-19 | 1996-01-23 | Ps Venture 1 Llc | Method and apparatus for iterative compression of digital data |
US5506844A (en) | 1994-05-20 | 1996-04-09 | Compression Labs, Inc. | Method for configuring a statistical multiplexer to dynamically allocate communication channel bandwidth |
US6195391B1 (en) | 1994-05-31 | 2001-02-27 | International Business Machines Corporation | Hybrid video compression/decompression system |
US5838996A (en) | 1994-05-31 | 1998-11-17 | International Business Machines Corporation | System for determining presence of hardware decompression, selectively enabling hardware-based and software-based decompression, and conditioning the hardware when hardware decompression is available |
US5581715A (en) | 1994-06-22 | 1996-12-03 | Oak Technologies, Inc. | IDE/ATA CD drive controller having a digital signal processor interface, dynamic random access memory, data error detection and correction, and a host interface |
US5767898A (en) * | 1994-06-23 | 1998-06-16 | Sanyo Electric Co., Ltd. | Three-dimensional image coding by merger of left and right images |
US5987432A (en) | 1994-06-29 | 1999-11-16 | Reuters, Ltd. | Fault-tolerant central ticker plant system for distributing financial market data |
WO1996002895A1 (en) * | 1994-07-14 | 1996-02-01 | Johnson Grace Company | Method and apparatus for compressing images |
US5535311A (en) | 1994-07-28 | 1996-07-09 | Hewlett-Packard Company | Method and apparatus for image-type determination to enable choice of an optimum data compression procedure |
US5561421A (en) | 1994-07-28 | 1996-10-01 | International Business Machines Corporation | Access method data compression with system-built generic dictionaries |
US5901278A (en) | 1994-08-18 | 1999-05-04 | Konica Corporation | Image recording apparatus with a memory means to store image data |
US5574953A (en) | 1994-08-19 | 1996-11-12 | Hewlett-Packard Company | Storing compressed data in non-contiguous memory |
FR2724074A1 (en) | 1994-08-31 | 1996-03-01 | Philips Electronics Nv | DIGITAL COMPRESSED SOUND RECORDER. |
US5553160A (en) | 1994-09-01 | 1996-09-03 | Intel Corporation | Method and apparatus for dynamically selecting an image compression process based on image size and color resolution |
US5664226A (en) | 1994-09-08 | 1997-09-02 | International Business Machines Corporation | System for merging plurality of atomic data elements into single synchronized file by assigning ouput rate to each channel in response to presentation time duration |
US5586264A (en) | 1994-09-08 | 1996-12-17 | Ibm Corporation | Video optimized media streamer with cache management |
US5883975A (en) * | 1994-09-12 | 1999-03-16 | Nippon Steel Corporation | Compression and decompression methods on two-dimensional image data |
JP3240495B2 (en) * | 1994-09-14 | 2001-12-17 | エー・アイ・ソフト株式会社 | Lossless data encoding method and device, and decompression device |
US5867602A (en) * | 1994-09-21 | 1999-02-02 | Ricoh Corporation | Reversible wavelet transform and embedded codestream manipulation |
US6195465B1 (en) * | 1994-09-21 | 2001-02-27 | Ricoh Company, Ltd. | Method and apparatus for compression using reversible wavelet transforms and an embedded codestream |
US6549666B1 (en) | 1994-09-21 | 2003-04-15 | Ricoh Company, Ltd | Reversible embedded wavelet system implementation |
US5604824A (en) | 1994-09-22 | 1997-02-18 | Houston Advanced Research Center | Method and apparatus for compression and decompression of documents and the like using splines and spline-wavelets |
US5765027A (en) | 1994-09-26 | 1998-06-09 | Toshiba American Information Systems, Inc. | Network controller which enables the local processor to have greater access to at least one memory device than the host computer in response to a control signal |
US5561824A (en) | 1994-10-04 | 1996-10-01 | International Business Machines Corporation | Storage management of data for ensuring communication of minimal length data |
US5635932A (en) * | 1994-10-17 | 1997-06-03 | Fujitsu Limited | Lempel-ziv compression with expulsion of dictionary buffer matches |
JPH08116534A (en) | 1994-10-18 | 1996-05-07 | Seiko Epson Corp | Image data coder, its method, image data encoder and its method |
US5630092A (en) | 1994-10-20 | 1997-05-13 | International Business Machines | System and method for transferring compressed and uncompressed data between storage systems |
US5671413A (en) | 1994-10-31 | 1997-09-23 | Intel Corporation | Method and apparatus for providing basic input/output services in a computer |
US5652795A (en) * | 1994-11-14 | 1997-07-29 | Hughes Electronics | Method and apparatus for an adapter card providing conditional access in a communication system |
US5649032A (en) | 1994-11-14 | 1997-07-15 | David Sarnoff Research Center, Inc. | System for automatically aligning images to form a mosaic image |
US6002411A (en) | 1994-11-16 | 1999-12-14 | Interactive Silicon, Inc. | Integrated video and memory controller with data processing and graphical processing capabilities |
US7190284B1 (en) * | 1994-11-16 | 2007-03-13 | Dye Thomas A | Selective lossless, lossy, or no compression of data based on address range, data type, and/or requesting agent |
US6170047B1 (en) * | 1994-11-16 | 2001-01-02 | Interactive Silicon, Inc. | System and method for managing system memory and/or non-volatile memory using a memory controller with integrated compression and decompression capabilities |
KR100209877B1 (en) | 1994-11-26 | 1999-07-15 | 윤종용 | Variable length coding encoder and decoder using multiple huffman table |
US6215904B1 (en) | 1994-11-30 | 2001-04-10 | Xerox Corporation | Apparatus and method for selecting encoding schemes based upon image content |
US5684478A (en) | 1994-12-06 | 1997-11-04 | Cennoid Technologies, Inc. | Method and apparatus for adaptive data compression |
US5642506A (en) | 1994-12-14 | 1997-06-24 | International Business Machines Corporation | Method and apparatus for initializing a multiprocessor system |
US5613069A (en) | 1994-12-16 | 1997-03-18 | Tony Walker | Non-blocking packet switching network with dynamic routing codes having incoming packets diverted and temporarily stored in processor inputs when network ouput is not available |
US5590331A (en) | 1994-12-23 | 1996-12-31 | Sun Microsystems, Inc. | Method and apparatus for generating platform-standard object files containing machine-independent code |
EP0718751A3 (en) | 1994-12-23 | 1997-02-12 | Ibm | Electronic circuit apparatus employing small disk drive with reconfigurable interface |
US5801842A (en) | 1994-12-27 | 1998-09-01 | International Patent Holdings Ltd. | Telefacsimile module connectable to telefacsimile machines for transmitting data in standard or high speed modes |
JP2831602B2 (en) * | 1995-01-13 | 1998-12-02 | 富士通株式会社 | Compressed data management device and compressed data management method |
JPH08204577A (en) * | 1995-01-26 | 1996-08-09 | Sega Enterp Ltd | Method and device for data encoding and those for decoding |
US5990810A (en) | 1995-02-17 | 1999-11-23 | Williams; Ross Neil | Method for partitioning a block of data into subblocks and for storing and communcating such subblocks |
JP3426385B2 (en) | 1995-03-09 | 2003-07-14 | 富士通株式会社 | Disk controller |
JP3302246B2 (en) | 1995-03-14 | 2002-07-15 | 株式会社リコー | Encoding device |
US5668737A (en) | 1995-03-22 | 1997-09-16 | Pixel Magic, Inc. | High-speed data processor and coding method |
US5627534A (en) | 1995-03-23 | 1997-05-06 | International Business Machines Corporation | Dual stage compression of bit mapped image data using refined run length and LZ compression |
JP3749752B2 (en) * | 1995-03-24 | 2006-03-01 | アイティーティー・マニュファクチャリング・エンタープライジズ・インコーポレーテッド | Block adaptive differential pulse code modulation system |
US5655138A (en) * | 1995-04-11 | 1997-08-05 | Elonex I. P. Holdings | Apparatus and method for peripheral device control with integrated data compression |
US5884269A (en) * | 1995-04-17 | 1999-03-16 | Merging Technologies | Lossless compression/decompression of digital audio data |
US5623483A (en) | 1995-05-11 | 1997-04-22 | Lucent Technologies Inc. | Synchronization system for networked multimedia streams |
US5778411A (en) | 1995-05-16 | 1998-07-07 | Symbios, Inc. | Method for virtual to physical mapping in a mapped compressed virtual storage subsystem |
US5724475A (en) * | 1995-05-18 | 1998-03-03 | Kirsten; Jeff P. | Compressed digital video reload and playback system |
US5692159A (en) | 1995-05-19 | 1997-11-25 | Digital Equipment Corporation | Configurable digital signal interface using field programmable gate array to reformat data |
US5841979A (en) | 1995-05-25 | 1998-11-24 | Information Highway Media Corp. | Enhanced delivery of audio data |
US6215983B1 (en) | 1995-06-02 | 2001-04-10 | Trw Inc. | Method and apparatus for complex phase equalization for use in a communication system |
US5623701A (en) | 1995-06-06 | 1997-04-22 | International Business Machines Corporation | Data compression method and structure for a direct access storage device |
US5537658A (en) | 1995-06-07 | 1996-07-16 | International Business Machines Corporation | Distributed directory method and structure for direct access storage device (DASD) data compression |
US6219754B1 (en) * | 1995-06-07 | 2001-04-17 | Advanced Micro Devices Inc. | Processor with decompressed video bus |
JPH0969951A (en) | 1995-06-20 | 1997-03-11 | Ricoh Co Ltd | Encoding method and decoding method |
KR100224815B1 (en) | 1995-06-23 | 1999-10-15 | 윤종용 | Data compression and expansion method |
US5917438A (en) | 1995-06-30 | 1999-06-29 | Victor Company Of Japan, Ltd. | Data storing and outputting apparatus |
US5729228A (en) | 1995-07-06 | 1998-03-17 | International Business Machines Corp. | Parallel compression and decompression using a cooperative dictionary |
JPH0981763A (en) | 1995-07-07 | 1997-03-28 | Oki Data:Kk | Method and device for compressing character and image mixed data |
US5666560A (en) | 1995-08-03 | 1997-09-09 | International Business Machines Corporation | Storage method and hierarchical padding structure for direct access storage device (DASD) data compression |
US5864342A (en) * | 1995-08-04 | 1999-01-26 | Microsoft Corporation | Method and system for rendering graphical objects to image chunks |
US5793371A (en) * | 1995-08-04 | 1998-08-11 | Sun Microsystems, Inc. | Method and apparatus for geometric compression of three-dimensional graphics data |
US6195125B1 (en) | 1995-08-11 | 2001-02-27 | Canon Kabushiki Kaisha | Pixel shifting image sensor with a different number of images sensed in each mode |
US5825830A (en) * | 1995-08-17 | 1998-10-20 | Kopf; David A. | Method and apparatus for the compression of audio, video or other data |
US5710562A (en) | 1995-08-31 | 1998-01-20 | Ricoh Company Ltd. | Method and apparatus for compressing arbitrary data |
JP3407838B2 (en) | 1995-09-05 | 2003-05-19 | ソニー株式会社 | Video on demand system |
US5657452A (en) * | 1995-09-08 | 1997-08-12 | U.S. Robotics Corp. | Transparent support of protocol and data compression features for data communication |
US5907801A (en) | 1995-09-22 | 1999-05-25 | At&T Wireless Services, Inc. | Apparatus and method for optimizing wireless financial transactions |
US5764774A (en) | 1995-09-25 | 1998-06-09 | Intermec Corporation | Source data compression and decompression in code symbol printing and decoding |
US5809295A (en) | 1995-09-26 | 1998-09-15 | Microsoft Corporation | Method and apparatus for storing compressed file data on a disk where each MDFAT data structure includes an extra byte |
TW439380B (en) * | 1995-10-09 | 2001-06-07 | Hitachi Ltd | Terminal apparatus |
US5819215A (en) | 1995-10-13 | 1998-10-06 | Dobson; Kurt | Method and apparatus for wavelet based data compression having adaptive bit rate control for compression of digital audio or other sensory data |
US6058459A (en) | 1996-08-26 | 2000-05-02 | Stmicroelectronics, Inc. | Video/audio decompression/compression device including an arbiter and method for accessing a shared memory |
US5799110A (en) | 1995-11-09 | 1998-08-25 | Utah State University Foundation | Hierarchical adaptive multistage vector quantization |
US5909557A (en) * | 1995-11-20 | 1999-06-01 | Lucent Technologies Inc. | Integrated circuit with programmable bus configuration |
US5812883A (en) | 1995-11-22 | 1998-09-22 | Mitsubishi Chemical America, Inc. | System for reading and storing formatting information after formatting a first storage medium and using the stored formatting information to format a second storage medium |
US5696927A (en) | 1995-12-21 | 1997-12-09 | Advanced Micro Devices, Inc. | Memory paging system and method including compressed page mapping hierarchy |
US5847762A (en) | 1995-12-27 | 1998-12-08 | Thomson Consumer Electronics, Inc. | MPEG system which decompresses and then recompresses MPEG video data before storing said recompressed MPEG video data into memory |
US5686916A (en) * | 1995-12-28 | 1997-11-11 | Philips Electronics North America Corp. | Multi-code-book variable length decoder |
US5784572A (en) | 1995-12-29 | 1998-07-21 | Lsi Logic Corporation | Method and apparatus for compressing video and voice signals according to different standards |
JPH09188009A (en) | 1996-01-09 | 1997-07-22 | Canon Inc | Printer and data compressing method therein |
US5671389A (en) | 1996-01-11 | 1997-09-23 | Quantum Corporation | Adaptive compression caching for tape recording |
US6021433A (en) | 1996-01-26 | 2000-02-01 | Wireless Internet, Inc. | System and method for transmission of data |
JP3277792B2 (en) * | 1996-01-31 | 2002-04-22 | 株式会社日立製作所 | Data compression method and apparatus |
US6618728B1 (en) * | 1996-01-31 | 2003-09-09 | Electronic Data Systems Corporation | Multi-process compression |
JP3258552B2 (en) | 1996-02-08 | 2002-02-18 | 富士通株式会社 | Data compression device and data decompression device |
US5867114A (en) | 1996-02-29 | 1999-02-02 | Mitel Corporation | Method and apparatus for performing data compression |
US5818369A (en) * | 1996-03-07 | 1998-10-06 | Pegasus Imaging Corporation | Rapid entropy coding for data compression or decompression |
JP3305190B2 (en) * | 1996-03-11 | 2002-07-22 | 富士通株式会社 | Data compression device and data decompression device |
US5881104A (en) | 1996-03-25 | 1999-03-09 | Sony Corporation | Voice messaging system having user-selectable data compression modes |
US5774715A (en) | 1996-03-27 | 1998-06-30 | Sun Microsystems, Inc. | File system level compression using holes |
US5809337A (en) | 1996-03-29 | 1998-09-15 | Intel Corporation | Mass storage devices utilizing high speed serial communications |
US5987590A (en) | 1996-04-02 | 1999-11-16 | Texas Instruments Incorporated | PC circuits, systems and methods |
US6112250A (en) | 1996-04-11 | 2000-08-29 | America Online, Inc. | Recompression of files at an intermediate node in a network system |
US5717787A (en) | 1996-04-16 | 1998-02-10 | The Regents Of The University Of California | Method for data compression by associating complex numbers with files of data values |
US5742773A (en) * | 1996-04-18 | 1998-04-21 | Microsoft Corporation | Method and system for audio compression negotiation for multiple channels |
EP0894404B1 (en) * | 1996-04-18 | 2000-01-26 | Nokia Mobile Phones Ltd. | Video data encoder and decoder |
US5839100A (en) | 1996-04-22 | 1998-11-17 | Wegener; Albert William | Lossless and loss-limited compression of sampled data signals |
US5864678A (en) | 1996-05-08 | 1999-01-26 | Apple Computer, Inc. | System for detecting and reporting data flow imbalance between computers using grab rate outflow rate arrival rate and play rate |
US5719862A (en) * | 1996-05-14 | 1998-02-17 | Pericom Semiconductor Corp. | Packet-based dynamic de-skewing for network switch with local or central clock |
JPH09307726A (en) | 1996-05-17 | 1997-11-28 | Oki Data:Kk | Image compression and restoring device |
US5815718A (en) | 1996-05-30 | 1998-09-29 | Sun Microsystems, Inc. | Method and system for loading classes in read-only memory |
FI962381A (en) | 1996-06-07 | 1997-12-08 | Nokia Telecommunications Oy | Compressing data on a communication connection |
US5654703A (en) | 1996-06-17 | 1997-08-05 | Hewlett-Packard Company | Parallel data compression and decompression |
US5825424A (en) | 1996-06-19 | 1998-10-20 | Thomson Consumer Electronics, Inc. | MPEG system which decompresses and recompresses image data before storing image data in a memory and in accordance with a resolution of a display device |
US5974387A (en) | 1996-06-19 | 1999-10-26 | Yamaha Corporation | Audio recompression from higher rates for karaoke, video games, and other applications |
US5818530A (en) | 1996-06-19 | 1998-10-06 | Thomson Consumer Electronics, Inc. | MPEG compatible decoder including a dual stage data reduction network |
DE19624528B4 (en) | 1996-06-20 | 2009-05-20 | Robert Bosch Gmbh | Method for controlling information transmission between components and component for carrying out the method |
US6115384A (en) | 1996-06-20 | 2000-09-05 | Fourelle Systems, Inc | Gateway architecture for data communication bandwidth-constrained and charge-by-use networks |
JP2000513523A (en) | 1996-06-21 | 2000-10-10 | オーガニック システムズ インコーポレイテッド | Dynamically reconfigurable hardware system for immediate process control |
US6026217A (en) * | 1996-06-21 | 2000-02-15 | Digital Equipment Corporation | Method and apparatus for eliminating the transpose buffer during a decomposed forward or inverse 2-dimensional discrete cosine transform through operand decomposition storage and retrieval |
US6222886B1 (en) * | 1996-06-24 | 2001-04-24 | Kabushiki Kaisha Toshiba | Compression based reduced memory video decoder |
US5889961A (en) * | 1996-06-27 | 1999-03-30 | International Business Machines Corporation | Disk drive having program to be executed by a second processor stored in a first processor's ROM in a compressed form |
US5974471A (en) | 1996-07-19 | 1999-10-26 | Advanced Micro Devices, Inc. | Computer system having distributed compression and decompression logic for compressed data movement |
JPH1051642A (en) | 1996-07-31 | 1998-02-20 | Fuji Xerox Co Ltd | Image processor |
JP3859815B2 (en) | 1996-08-02 | 2006-12-20 | シャープ株式会社 | Compressed information storage device |
US5951623A (en) | 1996-08-06 | 1999-09-14 | Reynar; Jeffrey C. | Lempel- Ziv data compression technique utilizing a dictionary pre-filled with frequent letter combinations, words and/or phrases |
US5936616A (en) | 1996-08-07 | 1999-08-10 | Microsoft Corporation | Method and system for accessing and displaying a compressed display image in a computer system |
US6134631A (en) | 1996-08-19 | 2000-10-17 | Hyundai Electronics America, Inc. | Non-volatile memory with embedded programmable controller |
US5812789A (en) | 1996-08-26 | 1998-09-22 | Stmicroelectronics, Inc. | Video and/or audio decompression and/or compression device that shares a memory interface |
US5850565A (en) | 1996-08-26 | 1998-12-15 | Novell, Inc. | Data compression method and apparatus |
JP3276860B2 (en) | 1996-09-02 | 2002-04-22 | 富士通株式会社 | Data compression / decompression method |
US5748904A (en) | 1996-09-13 | 1998-05-05 | Silicon Integrated Systems Corp. | Method and system for segment encoded graphic data compression |
US5768445A (en) * | 1996-09-13 | 1998-06-16 | Silicon Graphics, Inc. | Compression and decompression scheme performed on shared workstation memory by media coprocessor |
US6233017B1 (en) | 1996-09-16 | 2001-05-15 | Microsoft Corporation | Multimedia compression system with adaptive block sizes |
US5835788A (en) | 1996-09-18 | 1998-11-10 | Electronics For Imaging | System for transferring input/output data independently through an input/output bus interface in response to programmable instructions stored in a program memory |
US5912636A (en) | 1996-09-26 | 1999-06-15 | Ricoh Company, Ltd. | Apparatus and method for performing m-ary finite state machine entropy coding |
US5982723A (en) | 1996-09-30 | 1999-11-09 | Laser Dynamics, Inc. | Data recording and reproducing method for multi-layered optical disk system |
US6175856B1 (en) * | 1996-09-30 | 2001-01-16 | Apple Computer, Inc. | Method and apparatus for dynamic selection of compression processing during teleconference call initiation |
TW360823B (en) | 1996-09-30 | 1999-06-11 | Hitachi Ltd | Data processor and graphic processor |
US5915252A (en) | 1996-09-30 | 1999-06-22 | International Business Machines Corporation | Object oriented framework mechanism for data transfer between a data source and a data target |
US5807036A (en) * | 1996-10-04 | 1998-09-15 | Lostlen; Tad K. | Adjustable drill jig |
DE19644193C2 (en) | 1996-10-24 | 2001-04-19 | Bosch Gmbh Robert | Integrated overload protection device with temperature sensor |
US5956487A (en) * | 1996-10-25 | 1999-09-21 | Hewlett-Packard Company | Embedding web access mechanism in an appliance for user interface functions including a web server and web browser |
WO1999008186A1 (en) | 1997-08-06 | 1999-02-18 | Macronix International Co., Ltd. | Fault-tolerant architecture for in-circuit programming |
US5974235A (en) * | 1996-10-31 | 1999-10-26 | Sensormatic Electronics Corporation | Apparatus having flexible capabilities for analysis of video information |
EP1450275A3 (en) | 1996-10-31 | 2007-08-08 | Sensormatic Electronics Corporation | Intelligent video information management system |
US5861920A (en) * | 1996-11-08 | 1999-01-19 | Hughes Electronics Corporation | Hierarchical low latency video compression |
US5870087A (en) * | 1996-11-13 | 1999-02-09 | Lsi Logic Corporation | MPEG decoder system and method having a unified memory for transport decode and system controller functions |
US5838927A (en) | 1996-11-22 | 1998-11-17 | Webtv Networks | Method and apparatus for compressing a continuous, indistinct data stream |
JPH10154101A (en) | 1996-11-26 | 1998-06-09 | Toshiba Corp | Data storage system and cache controlling method applying to the system |
US6185625B1 (en) * | 1996-12-20 | 2001-02-06 | Intel Corporation | Scaling proxy server sending to the client a graphical user interface for establishing object encoding preferences after receiving the client's request for the object |
US5982937A (en) | 1996-12-24 | 1999-11-09 | Electronics For Imaging, Inc. | Apparatus and method for hybrid compression of raster data |
US5987022A (en) | 1996-12-27 | 1999-11-16 | Motorola, Inc. | Method for transmitting multiple-protocol packetized data |
US6141053A (en) | 1997-01-03 | 2000-10-31 | Saukkonen; Jukka I. | Method of optimizing bandwidth for transmitting compressed video data streams |
US5757852A (en) * | 1997-01-24 | 1998-05-26 | Western Atlas International, Inc. | Method for compression of high resolution seismic data |
US6078958A (en) * | 1997-01-31 | 2000-06-20 | Hughes Electronics Corporation | System for allocating available bandwidth of a concentrated media output |
US5964842A (en) | 1997-01-31 | 1999-10-12 | Network Computing Devices, Inc. | Method and apparatus for scaling data compression based on system capacity |
US6317714B1 (en) | 1997-02-04 | 2001-11-13 | Microsoft Corporation | Controller and associated mechanical characters operable for continuously performing received control data while engaging in bidirectional communications over a single communications channel |
US6452933B1 (en) | 1997-02-07 | 2002-09-17 | Lucent Technologies Inc. | Fair queuing system with adaptive bandwidth redistribution |
US5938737A (en) | 1997-02-14 | 1999-08-17 | Stanford Telecommunications, Inc. | Internet upstream request compression |
JPH10233986A (en) | 1997-02-21 | 1998-09-02 | Hitachi Ltd | Video signal recorder |
US5832443A (en) | 1997-02-25 | 1998-11-03 | Alaris, Inc. | Method and apparatus for adaptive audio compression and decompression |
US6073232A (en) | 1997-02-25 | 2000-06-06 | International Business Machines Corporation | Method for minimizing a computer's initial program load time after a system reset or a power-on using non-volatile storage |
US5960465A (en) | 1997-02-27 | 1999-09-28 | Novell, Inc. | Apparatus and method for directly accessing compressed data utilizing a compressed memory address translation unit and compression descriptor table |
US6057790A (en) | 1997-02-28 | 2000-05-02 | Fujitsu Limited | Apparatus and method for data compression/expansion using block-based coding with top flag |
US6169241B1 (en) * | 1997-03-03 | 2001-01-02 | Yamaha Corporation | Sound source with free compression and expansion of voice independently of pitch |
DE69832593T2 (en) * | 1997-03-07 | 2006-08-17 | Intelligent Compression Technologies, Falmouth | NETWORK FOR DATA CODING |
FR2760872B1 (en) | 1997-03-17 | 2000-06-09 | Alsthom Cge Alcatel | METHOD FOR OPTIMIZING THE COMPRESSION OF IMAGE DATA, WITH AUTOMATIC SELECTION OF COMPRESSION CONDITIONS |
US6094634A (en) | 1997-03-26 | 2000-07-25 | Fujitsu Limited | Data compressing apparatus, data decompressing apparatus, data compressing method, data decompressing method, and program recording medium |
US5909559A (en) * | 1997-04-04 | 1999-06-01 | Texas Instruments Incorporated | Bus bridge device including data bus of first width for a first processor, memory controller, arbiter circuit and second processor having a different second data width |
US5978483A (en) * | 1997-04-07 | 1999-11-02 | Inkel Corporation | Securely encrypted remote keyless entry system |
US5886655A (en) * | 1997-04-09 | 1999-03-23 | Hewlett-Packard Company | Arithmetic coding context model that accelerates adaptation for small amounts of data |
US5818368A (en) | 1997-04-18 | 1998-10-06 | Premier Research, Llc | Method and apparatus for lossless digital data compression |
US5943692A (en) | 1997-04-30 | 1999-08-24 | International Business Machines Corporation | Mobile client computer system with flash memory management utilizing a virtual address map and variable length data |
US5990884A (en) | 1997-05-02 | 1999-11-23 | Sony Corporation | Control of multimedia information with interface specification stored on multimedia component |
US6000009A (en) | 1997-05-06 | 1999-12-07 | International Business Machines Corporation | Method and apparatus for allocation of disk memory space for compressed data records |
US5920326A (en) * | 1997-05-30 | 1999-07-06 | Hewlett Packard Company | Caching and coherency control of multiple geometry accelerators in a computer graphics system |
TW338132B (en) | 1997-06-28 | 1998-08-11 | United Microelectronics Corp | The adaptive selecting method for memory access priority control in MPEG processor |
US5915079A (en) | 1997-06-17 | 1999-06-22 | Hewlett-Packard Company | Multi-path data processing pipeline |
US6198842B1 (en) | 1997-06-19 | 2001-03-06 | International Business Machines Corporation | Multi-spectral image compression with bounded loss |
US5923860A (en) | 1997-06-25 | 1999-07-13 | Compaq Computer Corp. | Apparatus, method and system for remote peripheral component interconnect bus using accelerated graphics port logic circuits |
US6014694A (en) * | 1997-06-26 | 2000-01-11 | Citrix Systems, Inc. | System for adaptive video/audio transport over a network |
US6028725A (en) * | 1997-06-30 | 2000-02-22 | Emc Corporation | Method and apparatus for increasing disc drive performance |
US6097520A (en) | 1997-06-30 | 2000-08-01 | Microsoft Corporation | Remote control receiver and method of operation |
US6092123A (en) | 1997-07-17 | 2000-07-18 | International Business Machines Corporation | Method and apparatus for changing functions of a hardware device using two or more communication channels |
US6003115A (en) | 1997-07-29 | 1999-12-14 | Quarterdeck Corporation | Method and apparatus for predictive loading of a cache |
US6879266B1 (en) * | 1997-08-08 | 2005-04-12 | Quickshift, Inc. | Memory module including scalable embedded parallel data compression and decompression engines |
US6404919B1 (en) | 1997-08-14 | 2002-06-11 | Minolta Co., Ltd. | Image processor for encoding image data |
US5996033A (en) | 1997-09-04 | 1999-11-30 | Chiu-Hao; Cheng | Data compression device comprising input connector for connecting to game player system, output connector for connecting to memory card, and virtual memory page switch |
US6032148A (en) * | 1997-09-15 | 2000-02-29 | Hewlett-Packard Company | Multilevel storage system with hybrid data compression |
US6091777A (en) * | 1997-09-18 | 2000-07-18 | Cubic Video Technologies, Inc. | Continuously adaptive digital video compression system and method for a web streamer |
US5874907A (en) * | 1997-09-19 | 1999-02-23 | International Business Machines Corporation | Method and apparatus for providing improved data compression efficiency for an adaptive data compressor |
US6032197A (en) | 1997-09-25 | 2000-02-29 | Microsoft Corporation | Data packet header compression for unidirectional transmission |
US6117187A (en) | 1997-09-30 | 2000-09-12 | Hewlett-Packard Company | Automatic generation of a software installation package |
US6097845A (en) | 1997-10-21 | 2000-08-01 | Canon Kabushiki Kaisha | Image discriminator |
JP3755697B2 (en) | 1997-10-31 | 2006-03-15 | 日本ビクター株式会社 | Broadcast receiving apparatus and method thereof |
US6092071A (en) | 1997-11-04 | 2000-07-18 | International Business Machines Corporation | Dedicated input/output processor method and apparatus for access and storage of compressed data |
US6098114A (en) | 1997-11-14 | 2000-08-01 | 3Ware | Disk array system for processing and tracking the completion of I/O requests |
US6138164A (en) | 1997-11-14 | 2000-10-24 | E-Parcel, Llc | System for minimizing screen refresh time using selectable compression speeds |
US6216157B1 (en) | 1997-11-14 | 2001-04-10 | Yahoo! Inc. | Method and apparatus for a client-server system with heterogeneous clients |
JPH11149376A (en) | 1997-11-14 | 1999-06-02 | Toyo Commun Equip Co Ltd | Boot loader circuit |
US6938073B1 (en) | 1997-11-14 | 2005-08-30 | Yahoo! Inc. | Method and apparatus for re-formatting web pages |
US6008743A (en) * | 1997-11-19 | 1999-12-28 | International Business Machines Corporation | Method and apparatus for switching between data compression modes |
US6489902B2 (en) | 1997-12-02 | 2002-12-03 | Hughes Electronics Corporation | Data compression for use with a communications channel |
US5955976A (en) * | 1997-12-02 | 1999-09-21 | Hughes Electronics Corporation | Data compression for use with a communications channel |
JPH11184703A (en) * | 1997-12-19 | 1999-07-09 | Nec Corp | Information processor and boot method |
US6105130A (en) * | 1997-12-23 | 2000-08-15 | Adaptec, Inc. | Method for selectively booting from a desired peripheral device |
US6279045B1 (en) | 1997-12-29 | 2001-08-21 | Kawasaki Steel Corporation | Multimedia interface having a multimedia processor and a field programmable gate array |
EP0928070A3 (en) | 1997-12-29 | 2000-11-08 | Phone.Com Inc. | Compression of documents with markup language that preserves syntactical structure |
US5968149A (en) | 1998-01-07 | 1999-10-19 | International Business Machines Corporation | Tandem operation of input/output data compression modules |
US6175650B1 (en) * | 1998-01-26 | 2001-01-16 | Xerox Corporation | Adaptive quantization compatible with the JPEG baseline sequential mode |
US5945933A (en) | 1998-01-27 | 1999-08-31 | Infit Ltd. | Adaptive packet compression apparatus and method |
US6121903A (en) | 1998-01-27 | 2000-09-19 | Infit Communications Ltd. | On-the-fly data re-compression |
US6038346A (en) | 1998-01-29 | 2000-03-14 | Seiko Espoo Corporation | Runs of adaptive pixel patterns (RAPP) for lossless image compression |
US6442659B1 (en) | 1998-02-17 | 2002-08-27 | Emc Corporation | Raid-type storage system and technique |
US6070179A (en) | 1998-02-20 | 2000-05-30 | International Business Machines Corporation | Method and system for compressing unicode data within a data processing system |
JPH11242631A (en) | 1998-02-26 | 1999-09-07 | Toshiba Corp | Computer system and data preserving/restoring method for the same |
US6075470A (en) | 1998-02-26 | 2000-06-13 | Research In Motion Limited | Block-wise adaptive statistical data compressor |
KR100257046B1 (en) | 1998-03-03 | 2000-05-15 | 윤종용 | An intelligent input/output controller for interface function switching |
JPH11265289A (en) | 1998-03-16 | 1999-09-28 | Mitsubishi Electric Corp | Information processor and high speed initial activation method for the same |
US6225922B1 (en) * | 1998-03-16 | 2001-05-01 | Hewlett-Packard Company | System and method for compressing data using adaptive field encoding |
US6023233A (en) | 1998-03-20 | 2000-02-08 | Craven; Peter G. | Data rate control for variable rate compression systems |
US6658492B1 (en) | 1998-03-20 | 2003-12-02 | Sun Microsystems, Inc. | System and method for reducing the footprint of preloaded classes |
US6661839B1 (en) | 1998-03-24 | 2003-12-09 | Advantest Corporation | Method and device for compressing and expanding data pattern |
US6244514B1 (en) | 1998-04-20 | 2001-06-12 | Ayao Wada | Smart card for storage and retrieval of digitally compressed color images |
US6078541A (en) | 1998-04-28 | 2000-06-20 | Mitsumi Electronics Co., Ltd. | Device controller having volatile and non-volatile memory for storage of decompressed and compressed data |
KR100283243B1 (en) | 1998-05-11 | 2001-03-02 | 구자홍 | How to boot the operating system |
US6145020A (en) | 1998-05-14 | 2000-11-07 | Advanced Technology Materials, Inc. | Microcontroller incorporating an enhanced peripheral controller for automatic updating the configuration date of multiple peripherals by using a ferroelectric memory array |
US6421387B1 (en) * | 1998-05-15 | 2002-07-16 | North Carolina State University | Methods and systems for forward error correction based loss recovery for interactive video transmission |
US6226667B1 (en) * | 1998-05-26 | 2001-05-01 | International Business Machines Corporation | Method and apparatus for preloading data in a distributed data processing system |
US6243829B1 (en) | 1998-05-27 | 2001-06-05 | Hewlett-Packard Company | Memory controller supporting redundant synchronous memories |
JP4060442B2 (en) * | 1998-05-28 | 2008-03-12 | 富士通株式会社 | Memory device |
US6606413B1 (en) | 1998-06-01 | 2003-08-12 | Trestle Acquisition Corp. | Compression packaged image transmission for telemicroscopy |
US6230223B1 (en) | 1998-06-01 | 2001-05-08 | Compaq Computer Corporation | Dual purpose apparatus method and system for accelerated graphics or second memory interface |
US6198850B1 (en) | 1998-06-12 | 2001-03-06 | Xerox Corporation | System and method for segmentation dependent lossy and lossless compression for higher quality |
US6862278B1 (en) * | 1998-06-18 | 2005-03-01 | Microsoft Corporation | System and method using a packetized encoded bitstream for parallel compression and decompression |
US6513113B1 (en) * | 1998-06-19 | 2003-01-28 | Ricoh Company, Ltd. | Electronic instrument adapted to be selectively booted either from externally-connectable storage unit or from internal nonvolatile rewritable memory |
US6711709B1 (en) * | 1998-06-24 | 2004-03-23 | Unisys Corporation | Integrated block checking system for rapid file transfer of compressed data |
US5956490A (en) | 1998-06-30 | 1999-09-21 | Motorola, Inc. | Method, client device, server and computer readable medium for specifying and negotiating compression of uniform resource identifiers |
JP4242970B2 (en) * | 1998-07-09 | 2009-03-25 | 富士通株式会社 | Data compression method and data compression apparatus |
JP2000050268A (en) | 1998-07-31 | 2000-02-18 | Minolta Co Ltd | Image coding device |
US6237054B1 (en) * | 1998-09-14 | 2001-05-22 | Advanced Micro Devices, Inc. | Network interface unit including a microcontroller having multiple configurable logic blocks, with a test/program bus for performing a plurality of selected functions |
US6529633B1 (en) * | 1998-09-16 | 2003-03-04 | Texas Instruments Incorporated | Parallel difference coding method for lossless compression and real time decompression |
US6192155B1 (en) * | 1998-09-16 | 2001-02-20 | Xerox Corporation | Systems and methods for reducing boundary artifacts in hybrid compression |
US6158000A (en) | 1998-09-18 | 2000-12-05 | Compaq Computer Corporation | Shared memory initialization method for system having multiple processor capability |
US6963608B1 (en) | 1998-10-02 | 2005-11-08 | General Instrument Corporation | Method and apparatus for providing rate control in a video encoder |
US6182125B1 (en) * | 1998-10-13 | 2001-01-30 | 3Com Corporation | Methods for determining sendable information content based on a determined network latency |
US6330622B1 (en) | 1998-10-23 | 2001-12-11 | Intel Corporation | Direct processor access via an external multi-purpose interface |
US6272627B1 (en) | 1998-10-30 | 2001-08-07 | Ati International Srl | Method and apparatus for booting up a computing system with enhanced graphics |
US6192082B1 (en) * | 1998-11-13 | 2001-02-20 | Compaq Computer Corporation | Digital television data format conversion with automatic parity detection |
US6282641B1 (en) * | 1998-11-18 | 2001-08-28 | Phoenix Technologies Ltd. | System for reconfiguring a boot device by swapping the logical device number of a user selected boot drive to a currently configured boot drive |
US6708220B1 (en) | 1998-11-19 | 2004-03-16 | X/Net Associates, Inc. | System and method for in-stream data compression |
US9792308B2 (en) | 1998-12-11 | 2017-10-17 | Realtime Data, Llc | Content estimation data compression |
US6195024B1 (en) * | 1998-12-11 | 2001-02-27 | Realtime Data, Llc | Content independent data compression method and system |
US6624761B2 (en) | 1998-12-11 | 2003-09-23 | Realtime Data, Llc | Content independent data compression method and system |
US6272628B1 (en) * | 1998-12-14 | 2001-08-07 | International Business Machines Corporation | Boot code verification and recovery |
US6300888B1 (en) | 1998-12-14 | 2001-10-09 | Microsoft Corporation | Entrophy code mode switching for frequency-domain audio coding |
US6404931B1 (en) * | 1998-12-14 | 2002-06-11 | Microsoft Corporation | Code book construction for variable to variable length entropy encoding |
JP3217760B2 (en) * | 1998-12-17 | 2001-10-15 | 新東京国際空港公団 | Recessed lighting |
US6434695B1 (en) | 1998-12-23 | 2002-08-13 | Apple Computer, Inc. | Computer operating system using compressed ROM image in RAM |
US6661845B1 (en) * | 1999-01-14 | 2003-12-09 | Vianix, Lc | Data compression system and method |
US6539438B1 (en) * | 1999-01-15 | 2003-03-25 | Quickflex Inc. | Reconfigurable computing system and method and apparatus employing same |
US6487640B1 (en) | 1999-01-19 | 2002-11-26 | International Business Machines Corporation | Memory access request reordering to reduce memory access latency |
US6463509B1 (en) | 1999-01-26 | 2002-10-08 | Motive Power, Inc. | Preloading data in a cache memory according to user-specified preload criteria |
US6356589B1 (en) | 1999-01-28 | 2002-03-12 | International Business Machines Corporation | Sharing reference data between multiple encoders parallel encoding a sequence of video frames |
US6822589B1 (en) | 1999-01-29 | 2004-11-23 | Quickshift, Inc. | System and method for performing scalable embedded parallel data decompression |
US20010054131A1 (en) | 1999-01-29 | 2001-12-20 | Alvarez Manuel J. | System and method for perfoming scalable embedded parallel data compression |
US7538694B2 (en) | 1999-01-29 | 2009-05-26 | Mossman Holdings Llc | Network device with improved storage density and access speed using compression techniques |
US6819271B2 (en) | 1999-01-29 | 2004-11-16 | Quickshift, Inc. | Parallel compression and decompression system and method having multiple parallel compression and decompression engines |
US6208273B1 (en) * | 1999-01-29 | 2001-03-27 | Interactive Silicon, Inc. | System and method for performing scalable embedded parallel data compression |
US7129860B2 (en) | 1999-01-29 | 2006-10-31 | Quickshift, Inc. | System and method for performing scalable embedded parallel data decompression |
US6885319B2 (en) * | 1999-01-29 | 2005-04-26 | Quickshift, Inc. | System and method for generating optimally compressed data from a plurality of data compression/decompression engines implementing different data compression algorithms |
US6145069A (en) | 1999-01-29 | 2000-11-07 | Interactive Silicon, Inc. | Parallel decompression and compression system and method for improving storage density and access speed for non-volatile memory and embedded memory devices |
US6460044B1 (en) | 1999-02-02 | 2002-10-01 | Jinbo Wang | Intelligent method for computer file compression |
US6604158B1 (en) * | 1999-03-11 | 2003-08-05 | Realtime Data, Llc | System and methods for accelerated data storage and retrieval |
US6601104B1 (en) * | 1999-03-11 | 2003-07-29 | Realtime Data Llc | System and methods for accelerated data storage and retrieval |
US6185659B1 (en) * | 1999-03-23 | 2001-02-06 | Storage Technology Corporation | Adapting resource use to improve performance in a caching memory system |
US6633968B2 (en) | 1999-03-30 | 2003-10-14 | Microsoft Corporation | Pre-fetching of pages prior to a hard page fault sequence |
US6317818B1 (en) | 1999-03-30 | 2001-11-13 | Microsoft Corporation | Pre-fetching of pages prior to a hard page fault sequence |
US6609223B1 (en) * | 1999-04-06 | 2003-08-19 | Kencast, Inc. | Method for packet-level fec encoding, in which on a source packet-by-source packet basis, the error correction contributions of a source packet to a plurality of wildcard packets are computed, and the source packet is transmitted thereafter |
US6345307B1 (en) * | 1999-04-30 | 2002-02-05 | General Instrument Corporation | Method and apparatus for compressing hypertext transfer protocol (HTTP) messages |
US7007099B1 (en) * | 1999-05-03 | 2006-02-28 | Lucent Technologies Inc. | High speed multi-port serial-to-PCI bus interface |
US6308311B1 (en) | 1999-05-14 | 2001-10-23 | Xilinx, Inc. | Method for reconfiguring a field programmable gate array from a host |
US6952409B2 (en) | 1999-05-17 | 2005-10-04 | Jolitz Lynne G | Accelerator system and method |
US6597812B1 (en) | 1999-05-28 | 2003-07-22 | Realtime Data, Llc | System and method for lossless data compression and decompression |
US6459429B1 (en) | 1999-06-14 | 2002-10-01 | Sun Microsystems, Inc. | Segmenting compressed graphics data for parallel decompression and rendering |
US6449682B1 (en) * | 1999-06-18 | 2002-09-10 | Phoenix Technologies Ltd. | System and method for inserting one or more files onto mass storage |
US6169499B1 (en) | 1999-06-19 | 2001-01-02 | Unisys Corporation | LZW data compression/decompression apparatus and method with embedded run-length encoding/decoding |
US6356937B1 (en) * | 1999-07-06 | 2002-03-12 | David Montville | Interoperable full-featured web-based and client-side e-mail system |
JP3812928B2 (en) | 1999-07-14 | 2006-08-23 | 株式会社日立製作所 | External storage device and information processing system |
US6539456B2 (en) * | 1999-10-13 | 2003-03-25 | Intel Corporation | Hardware acceleration of boot-up utilizing a non-volatile disk cache |
US6768749B1 (en) | 1999-10-14 | 2004-07-27 | Cisco Technology, Inc. | Dual-channel communications protocol providing enhanced capabilities for modems |
US6851047B1 (en) * | 1999-10-15 | 2005-02-01 | Xilinx, Inc. | Configuration in a configurable system on a chip |
DE19950653B4 (en) | 1999-10-21 | 2020-01-16 | Ipcom Gmbh & Co. Kg | Method for operating a cellular network |
US6532121B1 (en) * | 1999-10-25 | 2003-03-11 | Hewlett-Packard Company | Compression algorithm with embedded meta-data for partial record operation augmented with expansion joints |
US6449658B1 (en) | 1999-11-18 | 2002-09-10 | Quikcat.Com, Inc. | Method and apparatus for accelerating data through communication networks |
US7050639B1 (en) | 1999-11-24 | 2006-05-23 | General Electric Company | Image data compression employing multiple compression code tables |
US6792151B1 (en) | 1999-11-24 | 2004-09-14 | General Electric Company | Image data compression employing optimal subregion compression |
US6452602B1 (en) * | 1999-12-13 | 2002-09-17 | Ati International Srl | Method and apparatus for storing compressed data |
US7552069B2 (en) | 1999-12-23 | 2009-06-23 | Concept Shopping, Inc. | Techniques for optimizing promotion delivery |
US6735195B1 (en) | 1999-12-29 | 2004-05-11 | Nortel Networks Limited | Apparatus and method of minimizing delay of transmissions over a network |
AU2610701A (en) | 2000-01-03 | 2001-07-16 | Efeckta Technologies Corporation | Efficient and lossless conversion for transmission or storage of data |
US7096481B1 (en) | 2000-01-04 | 2006-08-22 | Emc Corporation | Preparation of metadata for splicing of encoded MPEG video and audio |
US20010047473A1 (en) | 2000-02-03 | 2001-11-29 | Realtime Data, Llc | Systems and methods for computer initialization |
US20030191876A1 (en) | 2000-02-03 | 2003-10-09 | Fallon James J. | Data storewidth accelerator |
JP2003524983A (en) | 2000-02-25 | 2003-08-19 | フィジィカル オプティクス コーポレーション | Method and apparatus for optimized lossless compression using multiple coders |
US6388584B1 (en) | 2000-03-16 | 2002-05-14 | Lucent Technologies Inc. | Method and apparatus for data compression of network packets |
US6392567B2 (en) * | 2000-03-31 | 2002-05-21 | Fijitsu Limited | Apparatus for repeatedly compressing a data string and a method thereof |
US7089391B2 (en) | 2000-04-14 | 2006-08-08 | Quickshift, Inc. | Managing a codec engine for memory compression/decompression operations using a data movement engine |
US6523102B1 (en) * | 2000-04-14 | 2003-02-18 | Interactive Silicon, Inc. | Parallel compression/decompression system and method for implementation of in-memory compressed cache improving storage density and access speed for industry standard memory subsystems and in-line memory modules |
US20020002602A1 (en) | 2000-04-17 | 2002-01-03 | Mark Vange | System and method for serving a web site from multiple servers |
US6731814B2 (en) * | 2000-05-01 | 2004-05-04 | Xerox Corporation | Method for compressing digital documents with control of image quality and compression rate |
US6310563B1 (en) | 2000-05-12 | 2001-10-30 | International Business Machines Corporation | Method and apparatus for enhanced decompressor parsing |
US6856651B2 (en) * | 2000-07-25 | 2005-02-15 | Peribit Networks, Inc. | System and method for incremental and continuous data compression |
GB0019011D0 (en) | 2000-08-03 | 2000-09-27 | Radioscape Ltd | Method of and apparatus for broadcasting databases |
US6959110B1 (en) | 2000-08-17 | 2005-10-25 | Nvidia Corporation | Multi-mode texture compression algorithm |
US6680653B2 (en) * | 2000-09-29 | 2004-01-20 | Skyworks Solutions, Inc. | VCO tuning curve compensated charge pump current synthesizer |
US8692695B2 (en) | 2000-10-03 | 2014-04-08 | Realtime Data, Llc | Methods for encoding and decoding data |
US7417568B2 (en) | 2000-10-03 | 2008-08-26 | Realtime Data Llc | System and method for data feed acceleration and encryption |
US9143546B2 (en) | 2000-10-03 | 2015-09-22 | Realtime Data Llc | System and method for data feed acceleration and encryption |
US6868500B1 (en) | 2000-10-26 | 2005-03-15 | Cypress Semiconductor Corporation | Power on reset circuit for a microcontroller |
AU2001230794A1 (en) | 2000-11-09 | 2002-05-21 | Realtime Data Llc | Content independent data compression method and system |
US7319667B1 (en) * | 2000-11-15 | 2008-01-15 | Cisco Technology, Inc. | Communication system with priority data compression |
EP1215096B1 (en) * | 2000-12-14 | 2011-04-06 | Sumitomo Rubber Industries, Ltd. | Apparatus and method for identifying tires and apparatus and method for evaluating road surface conditions |
US20020078241A1 (en) | 2000-12-15 | 2002-06-20 | Alfy, Inc. | Method of accelerating media transfer |
US6888893B2 (en) | 2001-01-05 | 2005-05-03 | Microsoft Corporation | System and process for broadcast and communication with very low bit-rate bi-level or sketch video |
US6670894B2 (en) * | 2001-02-05 | 2003-12-30 | Carsten Mehring | System and method for keyboard independent touch typing |
US6606040B2 (en) * | 2001-02-13 | 2003-08-12 | Mosaid Technologies, Inc. | Method and apparatus for adaptive data compression |
US7386046B2 (en) | 2001-02-13 | 2008-06-10 | Realtime Data Llc | Bandwidth sensitive data compression and decompression |
US7069342B1 (en) | 2001-03-01 | 2006-06-27 | Cisco Technology, Inc. | Communication system with content-based data compression |
US20030030575A1 (en) * | 2001-05-07 | 2003-02-13 | Harmonic Data Systems Ltd. | Lossless data compression |
US7024460B2 (en) | 2001-07-31 | 2006-04-04 | Bytemobile, Inc. | Service-based compression of content within a network communication system |
US7246177B2 (en) * | 2001-05-17 | 2007-07-17 | Cyber Ops, Llc | System and method for encoding and decoding data files |
US6756922B2 (en) * | 2001-05-21 | 2004-06-29 | International Business Machines Corporation | Method and system for compression of a set of mostly similar strings allowing fast retrieval |
US6909745B1 (en) | 2001-06-05 | 2005-06-21 | At&T Corp. | Content adaptive video encoder |
US6704840B2 (en) * | 2001-06-19 | 2004-03-09 | Intel Corporation | Computer system and method of computer initialization with caching of option BIOS |
US7565441B2 (en) | 2001-07-23 | 2009-07-21 | Romanik Philip B | Image transfer and archival system |
US6723225B2 (en) | 2001-07-31 | 2004-04-20 | The United States Of America As Represented By The Secretary Of The Navy | Automobile engine disabling device |
US6650261B2 (en) * | 2001-09-06 | 2003-11-18 | Xerox Corporation | Sliding window compression method utilizing defined match locations |
US6577254B2 (en) * | 2001-11-14 | 2003-06-10 | Hewlett-Packard Development Company, L.P. | Data compression/decompression system |
JP3778087B2 (en) * | 2002-01-18 | 2006-05-24 | 富士ゼロックス株式会社 | Data encoding apparatus and data decoding apparatus |
US6944740B2 (en) * | 2002-03-27 | 2005-09-13 | International Business Machines Corporation | Method for performing compressed I/O with memory expansion technology |
US6813689B2 (en) | 2002-03-29 | 2004-11-02 | Emc Corporation | Communications architecture for a high throughput storage processor employing extensive I/O parallelization |
US6724265B2 (en) * | 2002-06-14 | 2004-04-20 | Rf Micro Devices, Inc. | Compensation for oscillator tuning gain variations in frequency synthesizers |
WO2004034589A2 (en) * | 2002-10-05 | 2004-04-22 | Digital Fountain, Inc. | Systematic encoding and decoding of chain reaction codes |
US6885873B2 (en) * | 2002-12-19 | 2005-04-26 | Intel Corporation | Adaptively extending tunable range of frequency in a closed loop |
US7079051B2 (en) | 2004-03-18 | 2006-07-18 | James Andrew Storer | In-place differential compression |
US7496586B1 (en) | 2004-05-26 | 2009-02-24 | Sun Microsystems, Inc. | Method and apparatus for compressing data in a file system |
US7327287B2 (en) * | 2004-12-09 | 2008-02-05 | Massachusetts Institute Of Technology | Lossy data compression exploiting distortion side information |
US7102544B1 (en) * | 2005-05-31 | 2006-09-05 | Altera Corporation | Method and system for improving memory interface data integrity in PLDs |
US7548657B2 (en) | 2005-06-25 | 2009-06-16 | General Electric Company | Adaptive video compression of graphical user interfaces using application metadata |
KR101359834B1 (en) | 2005-10-06 | 2014-02-07 | 레드 밴드 리미티드 | Methods and systems for updating content including a compressed version |
US7460032B2 (en) | 2005-10-27 | 2008-12-02 | Evault, Inc. | Methods and apparatus for performing adaptive compression |
WO2008087466A1 (en) | 2007-01-17 | 2008-07-24 | Rosen Stefanov | Run-length encoding of binary sequences followed by two independent compressions |
JP2008245172A (en) | 2007-03-29 | 2008-10-09 | Toshiba Corp | Voice data output apparatus and voice data output method |
US8295615B2 (en) | 2007-05-10 | 2012-10-23 | International Business Machines Corporation | Selective compression of synchronized content based on a calculated compression ratio |
US7765346B2 (en) | 2007-12-14 | 2010-07-27 | Bmc Software, Inc. | Dynamic compression of systems management data |
US20100011012A1 (en) | 2008-07-09 | 2010-01-14 | Rawson Andrew R | Selective Compression Based on Data Type and Client Capability |
US8004431B2 (en) * | 2008-12-09 | 2011-08-23 | Qualcomm Incorporated | Fast parsing of variable-to-fixed-length codes |
US8832044B1 (en) | 2009-03-04 | 2014-09-09 | Symantec Corporation | Techniques for managing data compression in a data protection system |
TWI413899B (en) | 2009-07-27 | 2013-11-01 | Univ Nat Sun Yat Sen | Compressed data managing system and method for circular buffer |
US8554747B2 (en) | 2010-11-11 | 2013-10-08 | International Business Machines Corporation | Active memory expansion in a database environment to query needed/uneeded results |
US8832551B2 (en) | 2012-05-10 | 2014-09-09 | Dassault Systemes Americas Corp. | Video-based undo and redo operations |
JP6051989B2 (en) | 2013-03-21 | 2016-12-27 | マツダ株式会社 | Engine cooling system |
US9877432B2 (en) | 2016-01-14 | 2018-01-30 | Cnh Industrial America Llc | Continuous harvester with crop supply chamber |
-
2001
- 2001-10-29 US US10/016,355 patent/US6624761B2/en not_active Expired - Lifetime
-
2003
- 2003-09-22 US US10/668,768 patent/US7161506B2/en not_active Expired - Lifetime
-
2006
- 2006-04-08 US US11/400,533 patent/US7378992B2/en not_active Expired - Lifetime
- 2006-04-08 US US11/400,340 patent/US7358867B2/en not_active Expired - Fee Related
-
2007
- 2007-01-08 US US11/651,175 patent/US7352300B2/en not_active Expired - Fee Related
- 2007-01-08 US US11/651,365 patent/US7714747B2/en not_active Expired - Lifetime
- 2007-01-08 US US11/651,366 patent/US20070109156A1/en active Granted
-
2010
- 2010-02-09 US US12/703,042 patent/US8502707B2/en not_active Expired - Fee Related
-
2011
- 2011-06-06 US US13/154,211 patent/US8643513B2/en not_active Expired - Lifetime
-
2013
- 2013-09-24 US US14/035,561 patent/US8717203B2/en not_active Expired - Lifetime
-
2014
- 2014-04-11 US US14/251,453 patent/US8933825B2/en not_active Expired - Fee Related
- 2014-09-24 US US14/495,574 patent/US9054728B2/en not_active Expired - Fee Related
-
2015
- 2015-06-01 US US14/727,309 patent/US20150270849A1/en active Granted
- 2015-11-09 US US14/936,312 patent/US10033405B2/en not_active Expired - Fee Related
-
2016
- 2016-12-27 US US15/391,240 patent/US20170111058A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5265180A (en) * | 1991-06-13 | 1993-11-23 | Intel Corporation | Method of encoding a sequence of images of a digital motion video signal |
US5602764A (en) * | 1993-12-22 | 1997-02-11 | Storage Technology Corporation | Comparing prioritizing memory for string searching in a data compression system |
US5870036A (en) * | 1995-02-24 | 1999-02-09 | International Business Machines Corporation | Adaptive multiple dictionary data compression |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11398069B2 (en) * | 2017-04-01 | 2022-07-26 | Intel Corporation | Temporal data structures in a ray tracing architecture |
US11776196B2 (en) | 2017-04-01 | 2023-10-03 | Intel Corporation | Temporal data structures in a ray tracing architecture |
US11164352B2 (en) * | 2017-04-21 | 2021-11-02 | Intel Corporation | Low power foveated rendering to save power on GPU and/or display |
US11587273B2 (en) | 2017-04-21 | 2023-02-21 | Intel Corporation | Low power foveated rendering to save power on GPU and/or display |
US11223369B2 (en) | 2019-04-02 | 2022-01-11 | International Business Machines Corporation | Automatic hash function selection |
US20220149865A1 (en) * | 2019-07-15 | 2022-05-12 | Use-256 B.V. | Permutation-based coding for data storage and data transmission |
Also Published As
Publication number | Publication date |
---|---|
US6624761B2 (en) | 2003-09-23 |
US20160261278A1 (en) | 2016-09-08 |
US20070109155A1 (en) | 2007-05-17 |
US7714747B2 (en) | 2010-05-11 |
US20060181441A1 (en) | 2006-08-17 |
US8643513B2 (en) | 2014-02-04 |
US20110037626A1 (en) | 2011-02-17 |
US20150009051A1 (en) | 2015-01-08 |
US20140218220A1 (en) | 2014-08-07 |
US20110285559A1 (en) | 2011-11-24 |
US8933825B2 (en) | 2015-01-13 |
US20040056783A1 (en) | 2004-03-25 |
US20150270849A1 (en) | 2015-09-24 |
US7378992B2 (en) | 2008-05-27 |
US7358867B2 (en) | 2008-04-15 |
US20020097172A1 (en) | 2002-07-25 |
US9054728B2 (en) | 2015-06-09 |
US7161506B2 (en) | 2007-01-09 |
US20140022098A1 (en) | 2014-01-23 |
US7352300B2 (en) | 2008-04-01 |
US10033405B2 (en) | 2018-07-24 |
US20060181442A1 (en) | 2006-08-17 |
US8502707B2 (en) | 2013-08-06 |
US20070109154A1 (en) | 2007-05-17 |
US20070109156A1 (en) | 2007-05-17 |
US8717203B2 (en) | 2014-05-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10033405B2 (en) | Data compression systems and method | |
US6309424B1 (en) | Content independent data compression method and system | |
US8275897B2 (en) | System and methods for accelerated data storage and retrieval | |
US10019458B2 (en) | System and methods for accelerated data storage and retrieval | |
US7233266B2 (en) | Data compression/decompression device and data compression/decompression method | |
WO2019153700A1 (en) | Encoding and decoding method, apparatus and encoding and decoding device | |
WO2002039591A1 (en) | Content independent data compression method and system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: REALTIME DATA, LLC, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:FALLON, JAMES J.;REEL/FRAME:040775/0426 Effective date: 20020228 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |