US7132963B2 - Methods and apparatus for processing variable length coded data - Google Patents

Methods and apparatus for processing variable length coded data Download PDF

Info

Publication number
US7132963B2
US7132963B2 US11/046,048 US4604805A US7132963B2 US 7132963 B2 US7132963 B2 US 7132963B2 US 4604805 A US4604805 A US 4604805A US 7132963 B2 US7132963 B2 US 7132963B2
Authority
US
United States
Prior art keywords
value
run
level
unit
escape code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US11/046,048
Other versions
US20060071829A1 (en
Inventor
Larry Pearlstein
Richard Sita
Richard Selvaggi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Avago Technologies International Sales Pte Ltd
Original Assignee
ATI Technologies ULC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ATI Technologies ULC filed Critical ATI Technologies ULC
Priority to US11/046,048 priority Critical patent/US7132963B2/en
Assigned to ATI TECHNOLOGIES INC. reassignment ATI TECHNOLOGIES INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PEARLSTEIN, LARRY A., SELVAGGI, RICHARD J., SITA, RICHARD K.
Publication of US20060071829A1 publication Critical patent/US20060071829A1/en
Priority to US11/538,336 priority patent/US7385534B2/en
Application granted granted Critical
Publication of US7132963B2 publication Critical patent/US7132963B2/en
Priority to US12/133,489 priority patent/US7804430B2/en
Assigned to ATI TECHNOLOGIES ULC reassignment ATI TECHNOLOGIES ULC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: ATI TECHNOLOGIES INC.
Assigned to BROADCOM CORPORATION reassignment BROADCOM CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ADVANCED MICRO DEVICES, INC., ATI INTERNATIONAL SRL, ATI TECHNOLOGIES ULC
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENT reassignment BANK OF AMERICA, N.A., AS COLLATERAL AGENT PATENT SECURITY AGREEMENT Assignors: BROADCOM CORPORATION
Assigned to AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD. reassignment AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BROADCOM CORPORATION
Assigned to BROADCOM CORPORATION reassignment BROADCOM CORPORATION TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS Assignors: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
Assigned to AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED reassignment AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED MERGER (SEE DOCUMENT FOR DETAILS). Assignors: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.
Assigned to AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED reassignment AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED CORRECTIVE ASSIGNMENT TO CORRECT THE EXECUTION DATE OF THE MERGER PREVIOUSLY RECORDED ON REEL 047642 FRAME 0417. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT, Assignors: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion 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/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code

Definitions

  • the present invention relates to processing of variable length coded data and, more particularly, to methods and apparatus for such processing.
  • Digital video standards of commercial interest include: the International Standards Organization (ISO) MPEG-2 and MPEG-4 standards; the Microsoft® VC-1 draft standard; the International Telecommunication Union Telecommunication Standardization Sector (ITU-T) H.263 and H.264 standards; the On2 VP6 standard; and the digital videotape (DV) standard.
  • ISO International Standards Organization
  • MPEG-2 and MPEG-4 standards include: the International Standards Organization (ISO) MPEG-2 and MPEG-4 standards; the Microsoft® VC-1 draft standard; the International Telecommunication Union Telecommunication Standardization Sector (ITU-T) H.263 and H.264 standards; the On2 VP6 standard; and the digital videotape (DV) standard.
  • Such products may include: set-top boxes for receiving video over cable, digital subscriber line (DSL), satellite link and/or the Internet; digital TVs; personal video recorders; handheld devices (including personal digital assistants, dedicated personal video players and mobile phones); and wireless devices. High performance processors will be required for running applications on these widely varied products.
  • DSL digital subscriber line
  • satellite link and/or the Internet
  • digital TVs digital TVs
  • personal video recorders personal video recorders
  • handheld devices including personal digital assistants, dedicated personal video players and mobile phones
  • wireless devices including personal digital assistants, dedicated personal video players and mobile phones.
  • Fixed function variable length coder/decoder units are available, where “fixed function” refers to the fact that such units are dedicated to a particular standard, for example, the H.264 standard. Fixed function variable length coder/decoder units may also be found in typical MPEG-2 video encoder and video decoder chips including the XilleonTM 200 family of chips from ATI Technologies Inc. of Markham, Ontario, Canada. Unfortunately, fixed function variable length coder/decoder units lack the flexibility to work across a variety of video compression methods.
  • variable length coding/decoding may also be performed by a general purpose reduced instruction set computer (RISC) processor or a complex instruction set computer (CISC) processor, such as those found in personal computers.
  • RISC general purpose reduced instruction set computer
  • CISC complex instruction set computer
  • high-performance general purpose processors are hard to characterize in terms of worst case performance, due to the dependence of general purpose processors on the statistical behavior of instruction and data caches.
  • general purpose processors are expensive to implement, as they require large die area.
  • General purpose processors are also relatively inefficient at handling variable-length data, since they are implicitly designed for processing byte-aligned data.
  • a macroblock may be defined to include four eight-by-eight luminance blocks of coefficients and two eight-by-eight chrominance blocks of coefficients.
  • the output of a video encoder in some standards is known as an Elementary Stream (ES).
  • ES Elementary Stream
  • the lowest-level entity in the ES is a encoded block of coefficients.
  • Each encoded block is terminated by an end-of-block code.
  • a macroblock may be formed by concatenating the four luminance blocks and the two chrominance blocks.
  • the six encoded blocks may be preceded by a macroblock header that contains control information belonging to the macroblock: spatial address, motion vectors, prediction modes, field/frame DCT mode, quantizer step size.
  • the result is a coded macroblock.
  • Variable length codes often arise out of attempts to compress an amount of data to be transmitted.
  • One type of variable length code is the “run-level” type of code. Run-level codes recognize situations in which a sequence of values are to be transmitted, where many of the values are null (0). The code replaces a long series of null values with an indication of the value (level) that follows the series and an indication of the length (run) of the series. Through the use of such a code, a series of 28 0-valued bits that precede a value of 17 may be reduced to a indication of the 17 (a level value) and five bits (a run value) indicating that there is a series of 28 null values ahead of the 17.
  • Compression codes also include so-called entropy encoding schemes wherein the most common symbols are mapped to the shortest code strings.
  • An example of an entropy encoding scheme is Huffman coding, which is used in the MPEG-2 standard. In the MPEG-2 standard, for example, blocks of coefficients are first run-level encoded and then each run-level combination (symbol) is Huffman encoded.
  • Run-level encoding requires that a block of coefficients be written into locations in a coefficient buffer.
  • a run-level encoder may then read the coefficient buffer, location by location, to determine run-level combinations representative of the block of coefficients.
  • a run-level decoder receives run-level combinations and uses the run-level combinations to formulate a block of coefficients in a coefficient buffer.
  • null entries there are typically many null entries in a block of coefficients, it may be considered that the writing, by the run-level decoder, of null entries to the coefficient buffer is inefficient.
  • Huffman encoding requires that a code be determined to correspond to each received run-level combination.
  • a single code may map to more than one run-level combination.
  • a maximum run value may be defined and a given run-level combination may include a given run value and a given level value.
  • the maximum run value may be subtracted from the given run value to provide an intermediate run value.
  • the code generated then corresponds to a combination of the intermediate run value and the given level value.
  • the former code may be preceded by an “escape code”.
  • the escape code may identify the following code to be a “delta-run” code.
  • a “delta-level” code may be similarly determined and identified.
  • Determining an escape code to generate based on received run and level values can be a complex and processor-time consuming exercise.
  • Existing encoders are known to either implement a hardwired approach, which is inherently inflexible, or implement a programmed approach on a general-purpose RISC processor or a purpose-specific processor. Unfortunately, such existing approaches do not specifically accelerate the determining and handling of escape codes.
  • An apparatus for processing variable length coded data includes a coefficient buffer unit and several lookup tables.
  • the lookup tables may be adapted to accelerate the determination of the presence of escape codes and the subsequent handling of the escape codes. For instance, a lookup table may select, based on results of a number of comparisons, a type of escape code from among a plurality of types of escape code. Alternatively, a lookup table may select, based on some received values and some values located in the lookup table, a type of escape code from among a plurality of types of escape code. Further, an escape code may be identified by correlating an initial bit pattern in a received code to known bit patterns related to escape codes.
  • the coefficient buffer unit may include a memory and an index register for storing an indication of a non-zero nature of coefficients stored in the memory.
  • the index register allows for more efficient processing of blocks of coefficients during both encoding and decoding.
  • the lookup tables may be altered to adapt the apparatus for processing variable length coded data to handle encoding or decoding video adhering to a specific standard.
  • a method of populating a memory for use in decoding a stream of encoded values includes initializing, to an initial value, a pointer to a memory location in the memory, receiving a run value and an associated level value in the stream, updating the pointer using the run value, to give an updated pointer, populating a memory location in the memory, the memory location in the memory identified by the updated pointer, using the level value and populating a memory location in an index register, the memory location in the index register identified by the updated pointer, to indicate that the memory location in the memory identified by the updated pointer has been populated.
  • a run-level decoding apparatus is provided for carrying out this method.
  • a method of handling coefficient data received from a first memory includes receiving a coefficient value stored in the first memory at a given address, receiving an index register value stored in an index register at an address corresponding to the given address and determining, based on the index register value, whether to write the coefficient value to a second memory.
  • a direct memory access apparatus is provided for carrying out this method.
  • a method of run-level encoding includes initializing a value of a first pointer to a first memory location in a memory that includes a plurality of memory locations, receiving a coefficient vector having a plurality of indexed coefficient vector elements corresponding to the plurality of memory locations, incrementing a value of a second pointer to a location in the coefficient vector until the second pointer references a location of a given indexed coefficient vector element that indicates a presence of a coefficient in a second memory location in the memory, where the second memory location corresponds to the given indexed coefficient vector element, determining a difference between the value of the first pointer and the value of the second pointer, determining a run value based on the difference, outputting the run value, reading, from the second memory location, a coefficient value and outputting the coefficient value as a level value.
  • a run-level encoding apparatus is provided to carry out this method.
  • a programmable apparatus for processing variable length coded data.
  • the programmable apparatus includes a memory having a plurality of memory locations, a register storing a pointer to a particular memory location of the plurality of memory locations, a lookup table storing a reference to the pointer associated, at least in part, with a run value and a level value and a processor.
  • the processor is adapted to execute a sequence of instructions stored in the memory and responsive to receiving the reference to the register, branch the executing away from the sequence to execute an instruction stored in the particular memory location.
  • an escape code selection apparatus for producing variable length coded data.
  • the escape code selection apparatus includes a first comparator adapted to compare a received run value to a previously stored run value to produce a first comparison result, a second comparator adapted to compare a received level value to a previously stored level value to produce a second comparison result and a logic unit adapted to select, based, at least in part, on the first comparison result and the second comparison result, a type of escape code from among a plurality of types of escape code.
  • a method of producing variable length coded data includes receiving a run value represented as a run plurality of bits, receiving a level value represented as a level plurality of bits, forming an address by combining the run value and the level value, using the address to determine a value for a disambiguation bit, determining a maximum level value for the run value, determining a maximum run value for the level value and selecting, based, at least in part, on the run value, the level value, the maximum run value, the maximum level value, the disambiguation bit and previously stored values, a type of escape code from among a plurality of types of escape code.
  • an escape code selection apparatus is provided for carrying out this method.
  • a method of handling variable length coded data includes receiving a string of binary digits, receiving a prefix first portion length, comparing a first number of binary digits of the string to a reference string, where the first number is equivalent to the prefix first portion length, based on the comparing, generating a positive match indicator and generating an output string having a predetermined prefix second portion length, where the output string includes values of a second number of binary digits in the string of binary digits that directly follow the first number of binary digits, where the second number is equivalent to the prefix second portion length.
  • an escape code correlator is provided for carrying out this method.
  • FIG. 1 illustrates a video CODEC circuit employing a programmable microcoded engine according to an embodiment of the present invention
  • FIG. 2 illustrates the microcoded engine of FIG. 1 including a coefficient buffer unit and various lookup table units according to an embodiment of the present invention
  • FIG. 3 illustrates the coefficient buffer unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention
  • FIG. 4 illustrates an index lookup table unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention
  • FIG. 5 illustrates a table for use in converting level and run values to variable length codes
  • FIG. 6 illustrates a general purpose lookup table unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention
  • FIG. 7 illustrates a value lookup table unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention
  • FIG. 8 illustrates, as a detailed block diagram, an engine interface and bitstream buffer unit of the programmable microcoded engine of FIG. 2 ;
  • FIG. 9 illustrates arrays of memory locations for the scan table and a coefficient memory for the coefficient buffer unit of FIG. 3 ;
  • FIG. 10 illustrates steps in a method of controlling the generation of run/level/last data at the coefficient buffer unit of FIG. 3 ;
  • FIG. 11 illustrates the index lookup table unit of FIG. 4 in decode mode according to an embodiment of the present invention
  • FIG. 12 illustrates an escape code correlator of index lookup table unit of FIG. 11 according to an embodiment of the present invention
  • FIG. 13 illustrates the value lookup table unit of FIG. 7 in decode mode according to an embodiment of the present invention
  • FIG. 14 illustrates the coefficient buffer unit of FIG. 3 in decode mode according to an embodiment of the present invention
  • FIG. 15 illustrates steps in a method of controlling the generation of coefficients from run/level/last data at the coefficient buffer unit of FIG. 14 ;
  • FIG. 16 illustrates steps in a method of decoding received run and level values to determine coefficient values according to an embodiment of the present invention
  • FIG. 1 illustrates a video CODEC (COder-DECoder) circuit 100 for use in encoding and decoding a digital video sequence.
  • a digital video sequence may be considered a series of digital still images, where each digital still image is described by values of picture elements, called “pixels”.
  • a discrete cosine transform (DCT) unit 102 may be used to represent the digital still images as arrays of quantized coefficients.
  • the DCT unit 102 may also implement motion compensation techniques, and other techniques, to reduce the total number of arrays of quantized coefficients and to reduce the number of non-zero coefficients per array of quantized coefficients.
  • the arrays may then be stored in a shared memory 104 , where the arrays may be accessed by a programmable microcoded engine 106 for processing variable length coded data.
  • the microcoded engine 106 may use the arrays to generate variable length coded data representative of the arrays of coefficients.
  • the variable length coded data may then be output to a stream buffer 108 under control of a video processing controller 110 .
  • the video processing controller 110 may also insert additional syntax elements (both fixed and variable length) among the variable length coded data produced by the microcoded engine 106 .
  • FIG. 2 illustrates, as a block diagram, the programmable microcoded engine 106 .
  • Microcode refers to low level instructions that control a microprocessor.
  • the microcode of the microcoded engine 106 may be reprogrammed to allow the microcoded engine 106 to be adapted for use in multiple video encoding and decoding applications, i.e., encoding and decoding according to a selected standard among multiple standards.
  • the microcoded engine 106 includes a processor 220 for executing a sequence of instructions stored in an instruction memory 222 .
  • the instruction memory 222 has a plurality of instruction memory locations.
  • Associated with the processor 220 is a plurality of registers, where each register is for storing a pointer to a particular instruction memory location in the instruction memory 222 .
  • the microcoded engine 106 includes a local register data transfer bus 202 that includes an address bus and a data bus and is controlled by a sequencer and bus controller 204 within the processor 220 .
  • An array of special processing units are connected for communication through the local register data transfer bus 202 .
  • the special processing units may include a bitstream buffer (BSB) unit 206 for providing read access to bitstreams stored in the stream buffer 108 that include variable length binary strings. Equally, the BSB unit 206 may write bitstreams to the stream buffer 108 , where the bitstreams include variable length binary strings.
  • the BSB unit 206 may communicate with the local register data transfer bus 202 , and thereby with the rest of the special processing units, via an engine interface 207 .
  • the special processing units may also include a Co-Efficient Buffer (CEB) unit 208 .
  • the CEB unit 208 may be arranged to perform scan conversion on-the-fly from a random access memory (RAM) based scan table.
  • the CEB unit 208 may also, when encoding, handle creation of a zero/non-zero flag vector as part of a direct memory access (DMA) operation, which transfers coefficients from the shared memory 104 .
  • DMA direct memory access
  • the CEB unit 208 may also, when decoding, force coefficients to zero as part of the DMA operation that transfers coefficients to the shared memory 104 , based on the zero/non-zero flag vector.
  • the CEB unit 208 may also transpose columns of coefficients to allow for efficient burst access.
  • the special processing units may also include a Value Lookup Table (VLUT) unit 212 adapted to convert a received code index to a corresponding variable length code string and a representation of the length of the variable length code string, when encoding, or to convert a received code index to non-zero value (level) and an indication of separation from a prior non-zero value (run), when decoding.
  • VLUT Value Lookup Table
  • the output of the VLUT unit 212 may be processed through a set of programmable barrel shifters in an arithmetic logic unit (ALU) 218 , which programmable barrel shifters allow single cycle shifting and rotating of data words. Such processing may be seen to allow for efficient alignment of the various output bit fields in different modes.
  • ALU arithmetic logic unit
  • the special processing units may also include an Index Lookup Table (ILUT) unit 214 adapted to, in a decode mode, find the codebook index of a variable length code applied to the ILUT unit 214 and, in an encode mode, find a variable length code index corresponding to received codebook symbol information applied to the ILUT unit 214 , dependent upon the setting of a mode bit.
  • ILUT unit 214 may be RAM-based or Content Addressable Memory-based.
  • the special processing units may also include a General Purpose Lookup Table (GLUT) unit 216 .
  • the GLUT unit 216 may be particularly useful for determining when level and run values exceed limits in a table that maps such level and run values to variable length codes.
  • the special processing units may include conventional elements, such as the ALU 218 .
  • the ALU 218 employs a collection of logic gates to perform operations such as addition, subtraction, and multiplication of integers as well as bit-wise Boolean operations (e.g., AND, OR, NOT, XOR).
  • the local register data transfer bus 202 is shown abstractly.
  • the address bus and data bus that make up the local register data transfer bus 202 can be implemented through tri-state controlled buses or through the use of multiplexing logic to select among data sources, the latter being more commonly used in modem integrated circuits.
  • the portion of the data bus that carries data written by the sequencer and bus controller 204 may be distinct from the portion of the data bus employed to carry data read from the various special processing units 208 , 212 , 214 , 216 , 218 .
  • the CEB unit 208 includes a DMA unit 302 for reading DCT coefficients from the shared memory 104 in encode mode and writing DCT coefficients to the shared memory 104 in decode mode.
  • a scan table unit 304 for converting, according to a selected scan table, a memory location specified by the DMA unit 302 to a memory location in a coefficient memory 306 .
  • the coefficient memory 306 may be read from, or written to, by a run-level unit 308 .
  • Access to the coefficient memory 306 may be mirrored by access to an index register unit 310 that is arranged to maintain, in an associated index register, a record of the presence or absence of a coefficient at each memory location in the coefficient memory 306 .
  • the ILUT unit 214 includes several lookup tables.
  • the lookup tables include a run and level to index lookup table 402 , a disambiguation bit lookup table unit 404 , a run maxima lookup table 602 and a level maxima lookup table 604 .
  • a level multiplexer (MUX) 410 is provided.
  • the ILUT unit 214 includes a variable length code to index lookup table 412 and an escape code correlator 414 .
  • the GLUT unit 216 includes a run maxima look up table 602 , which receives, as input, the level value and the last indication generated at the CEB unit 208 as well as a level base address and generates, as output, a maximum run value for the provided level value.
  • the GLUT unit 216 includes a level maxima look up table 604 , which receives, as input, the run value and the last indication generated at the CEB unit 208 as well as a run base address and generates, as output, a maximum level value for the provided run value.
  • the output of the run maxima look up table 602 is received by a run multiplier 606 R while the output of the level maxima look up table 604 is received by a level multiplier 606 L.
  • the output of the run multiplier 606 R is received by a first comparator 607 A, which also receives the run value received from the CEB unit 208 .
  • the output of the level multiplier 606 L is received by a second comparator 607 B, which also receives the level value received from the CEB unit 208 .
  • the output of the run maxima look up table 602 is also received by a third comparator 607 C, which also receives the run value received from the CEB unit 208 .
  • the output of the level maxima look up table 604 is received by a fourth comparator 607 D, which also receives the level value received from the CEB unit 208 .
  • a fifth comparator 607 E receives the maximum level value from the ILUT unit 214 and the level value received from the CEB unit 208 .
  • the output of the five comparators 607 A, 607 B, 607 C, 607 D, 607 E may be received by a compare logic unit 608 , whose output may be a jump index for the processor 220 and/or an adjusted level value for the ILUT unit 214 .
  • a jump index may be an indication of a particular register among the registers 224 , where the particular register stores a pointer to an instruction in the instruction memory 222 that may be executed by the processor 220 .
  • the VLUT unit 212 includes a value lookup table 702 for determining a variable length code based on a received index value.
  • the value lookup table 702 included in the VLUT unit 212 can be used to provide a run and level lookup that may be used to determine a run value, level value and last indication based on a received index value.
  • FIG. 8 An exemplary configuration for the engine interface 207 and the BSB unit 206 is illustrated in FIG. 8 .
  • An address decoder 810 within the engine interface 207 is connected to an address bus 802 and a data bus 803 , which are part of the local register data transfer bus 202 , for communication with the sequencer and bus controller 204 at the processor 220 .
  • the address decoder 810 connects to a read_bits register 812 , a read_data register 814 , a write_bits register 816 and a write_data register 818 , also of the engine interface 207 .
  • the four registers 812 , 814 , 816 , 818 represent “memory mapped” ports. Storage elements, such as flip-flops, may or may not be associated with the registers 812 , 814 , 816 , 818 .
  • Each of the registers 812 , 814 , 816 , 818 connects both to the data bus 803 and to a variable length string interface 820 .
  • the variable length string interface 820 receives input from a read FIFO 822 and provides output to a write FIFO 824 .
  • FIG. 8 A drawing similar to FIG. 8 may be constructed, wherein the engine interface 207 is register mapped such that access to the BSB Unit 206 is determined by encoded instruction fields, rather than memory bus addresses.
  • the microcoded engine 106 may be employed to convert arrays of quantized DCT coefficients to variable length coded data in encode mode and to convert variable length coded data to arrays of quantized DCT coefficients in decode mode.
  • the CEB unit 208 for converting the quantized DCT coefficients to level and run values in encode mode and converting level and run values to quantized DCT coefficients in decode mode.
  • several lookup tables 212 , 214 , 216 are employed for conversion between level and run values and variable length coded data representative thereof and vice versa.
  • the CODEC circuit 100 may be used in encoding a digital video sequence to produce variable length coded data or may be used in decoding variable length codes to produce a digital video sequence.
  • the encoding operation may be considered first.
  • the coefficient memory 306 may be treated as a ping-pong buffer with each side holding one eight by eight block of coefficients, where a coefficient may be, for instance, represented by a 16-bit value.
  • a ping-pong buffer contains two separate buffers so that, while data is written to one buffer, data may be read from the other buffer.
  • the transfer of the blocks of DCT coefficients from the shared memory 104 into the coefficient memory 306 may be arranged to occur one coefficient at a time.
  • the DMA unit 302 requests, from the shared memory 104 , a specific coefficient by the memory location (ADDR, see FIG. 3 ) of the specific coefficient in the coefficient array as stored in the shared memory 104 .
  • the DMA unit 302 receives the specific coefficient (RDATA)
  • the DMA unit 302 transmits the specific coefficient (WDATA) to the coefficient memory 306 while specifying the memory location (ADDR) to the scan table unit 304 .
  • the scan table unit 304 may use a selected RAM-based scan table to determine a memory location (WADDR) for the specific coefficient in the coefficient array as stored in the coefficient memory 306 .
  • the coefficient memory 306 receives the specific coefficient (WDATA) and the memory location (WADDR) for storing the specific coefficient, the same information is received by the index register unit 310 .
  • WADDR memory location in an index register within the index register unit 310
  • a 64-bit (in the case of an eight-by-eight DCT coefficient array) coded coefficient vector may be generated from the bits in the index register unit 310 .
  • a coefficient array may be stored for encoding in a manner different from the manner in which the coefficient array was stored after creation.
  • the scan table unit 304 may be used to re-order the DCT coefficients into a “zig-zag” sequence, which is known to help to facilitate entropy coding by placing low-frequency coefficients before high-frequency coefficients.
  • the zig-zag sequence reordering is represented by a second array 904 in FIG. 9 , in which a given memory location is represented by the reference number of the DCT coefficient occupying the given memory location in the first array 902 .
  • the second array 904 when the DMA unit 302 specifies memory location (0, 1) for storing the DCT coefficient with reference number 8 , the second array 904 indicates memory location (2, 0) (i.e., the memory location in the first array 902 of DCT coefficient with reference number 2 ) for storing the DCT coefficient in the coefficient memory 306 .
  • a third array 906 in FIG. 9 illustrates the memory locations of the DCT coefficients after being written to the coefficient memory 306 in memory locations selected according to the second array 904 .
  • the DCT coefficient with reference number 8 may be found in the third array 906 in memory location (2, 0).
  • the second array 904 when the DMA unit 302 specifies memory location (4, 4) for storing the DCT coefficient with reference number 36 , the second array 904 generates memory location (7, 4) (i.e., the memory location in the first array 902 of DCT coefficient with reference number 39 ) for storing the DCT coefficient in the coefficient memory 306 .
  • a first block of coefficients may be transferred, by the DMA unit 302 , from the shared memory 104 into the coefficient memory 306 .
  • a second block of coefficients may be transferred, by the DMA unit 302 , from the shared memory 104 into the other side of the coefficient memory 306 while the first block is processed by the other special processing units of the microcoded engine 106 .
  • the sequence of events for encoding at the CEB unit 208 is illustrated in FIG. 10 to begin with the setting up of some registers in the DMA unit 302 (step 1002 ). Two identical sets of registers may be set up to allow for separate and independent access to the shared memory 104 .
  • the DMA registers may include: a register for indicating a start address in the shared memory 104 ; a register for indicating a start address in the coefficient memory 306 ; a register for indicating a selection of a scan table in the scan table unit 304 ; and a register for indicating a number of 128-bit (eight-coefficient) words to transfer for each block, e.g., eight words for an eight pixel by eight pixel block.
  • Registers may also be set up in the run-level unit 308 (step 1004 ). For example, a register may be set up to indicate a start address in the coefficient memory 306 for reading by the run-level unit 308 . Additionally, a register may be set up such that writing to the register will initialize the hardware, i.e., write a zero value to each memory location in each memory location in the index register associated with the index register unit 310 .
  • a register may also be set up to indicate a maximum number of coefficients to encode. Under normal circumstances, the value in this register is equivalent to the block size (e.g., 64 coefficients), but this register may be used to limit encoding by defining a maximum number of coefficients for which to generate variable length codes, regardless of the number of coefficients actually encoded. This register may be used by the run-level unit 308 to determine when to set the last indication.
  • a register may also be used to indicate a DCT block size. Such a DCT block size register may be used to establish a valid portion of the coefficient memory 306 during processing.
  • the processor 220 may trigger the DMA unit 302 (step 1006 ) to read the shared memory 104 , first, by writing an indication to one of the two DMA setup registers to be used for such a purpose and, second, by writing an indication that the required operation is a DMA Read (get) operation.
  • the processor 220 may read a DMA status register (step 1008 ) to determine when the requested memory access is completed. If the DMA status register indicates that the requested memory access is ongoing, the processor 220 may wait before reading the DMA status register again. Once the processor 220 has determined that the requested memory access is complete, the processor 220 may trigger the ILUT unit 214 (step 1012 ) to obtain successive run/level/last data for encoding by writing to a register specifically designed to trigger such obtaining.
  • the processor 220 may determine whether all the DCT coefficients in the block have been read (step 1014 ), or, at least, whether all the DCT coefficients to be encoded (based on an indication in the register that specifies this quantity) have been read. This determination may be made by monitoring the last indication output from the run-level unit 308 . However, it should be noted that, even as the CEB unit 208 determines that all the DCT coefficients in one block have been read from one side of the coefficient memory 306 , the next block is being loaded into the other side of the coefficient memory 306 from the shared memory 104 .
  • the processor 220 may set up the registers (step 1002 ) in the DMA unit 302 for reading the next block.
  • the run-level unit 308 may initialize (step 1004 ) a record of a “read index pointer” (RIP) and a “previous read pointer” (PRP) to refer to memory locations in the coefficient memory 306 and corresponding memory locations in the Coded Coefficient Vector received from the index register unit 310 .
  • RIP read index pointer
  • PRP previously read pointer
  • run-level unit 308 Each time the run-level unit 308 receives an instruction from the processor 220 to produce run/level/last data (step 1012 ), the run-level unit 308 begins a data processing operation that may be logically equivalent to the following sequence of steps:
  • level value may be represented using a sign-and-magnitude representation, where the “level” is actually the magnitude of the coefficient value.
  • level represents the coefficient magnitude. Note that, although the above procedure is specified sequentially, the equivalent data processing operation may be carried out in digital logic in a single processor cycle.
  • the coefficients may be stored in the coefficient memory 306 as follows:
  • the array in the coefficient memory 306 may be considered a one-dimensional coefficient vector, ( ⁇ 474, ⁇ 68, 0, 0, ⁇ 62, 102, 0, ⁇ 71, 73, 0, 0, 0, 0, 41, ⁇ 58, 45, 70, 0, 64, ⁇ 42, 0, 0, 0, 0, 0, 0, 0, ⁇ 33, ⁇ 57, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 0).
  • the corresponding array in the index register unit 310 may be considered a coded coefficient vector, (1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 0, 0 0).
  • the coded coefficient vector may be transferred from the index register unit 310 to the run-level unit 308 for the generation of run and level values.
  • the run-level unit 308 may sequentially read bits from the coded coefficient vector and increment the read index position until a bit is read that indicates the presence of a coefficient in the coefficient memory 306 . The run-level unit 308 may then determine a difference between a previous read position and the read index position and output the difference as the run value. The run-level unit 308 may then read a coefficient value from a memory location in the coefficient memory 306 corresponding to the read index position in the coded coefficient vector and output the coefficient value as the level value.
  • run-level unit 308 the following run and level values would be generated by the run-level unit 308 :
  • the run-level unit 308 may output the last indication indicating that the remainder of coefficients for the current block of DCT coefficients are zero.
  • the ILUT unit 214 upon receipt of the run/level/last data, uses the disambiguation bit lookup table unit 404 , with the run/level/last data as input, to generate a single disambiguation bit for transmission to the GLUT unit 216 .
  • the GLUT unit 216 may generate an adjusted level value.
  • the adjusted level value may be received by the level MUX 410 along with the level value received by the ILUT unit 214 .
  • the ILUT unit 214 uses the received run value and the output of the level MUX 410 to reference the run and level lookup table 402 to generate an index for transmission to the VLUT unit 212 .
  • the index generated by the ILUT unit 214 may be used by the VLUT unit 212 to find a Huffman code (or other prefix-free code) value corresponding to the symbol defined by the run and level values.
  • Huffman coding uses a specific method for choosing a code value to represent each run and level combination, resulting in a prefix-free code (that is, no bit string of any code value is a prefix of the bit string of any other code value) that expresses the most common run and level combinations in the shortest way possible.
  • Codes that may be derived from run and level combinations are graphically represented in a table 500 in FIG. 5 to include an “in-table” region 502 and a “not-in-table” region 504 .
  • the code values that may be generated by the value lookup table 702 are called explicit codes and are specifically represented by the codes in a main region 506 .
  • the code values that fall outside the main region 506 are called escape codes and may be represented in a variety of ways.
  • a delta-run escape code is a code value outside of the main region 506 but inside a delta-run escape region 510 .
  • a maximum run value supported for the given level value may be found.
  • the maximum run value may be subtracted from the given run value to provide an intermediate run value.
  • the ILUT unit 214 uses the run and level to index lookup table 402 to generate an index from the intermediate run value and the given level value. The index, so generated, references a code value that may be found in the main region 506 .
  • a delta-level escape code is a code value outside of the main region 506 but inside a delta-level escape region.
  • the delta-level escape region is divided into a delta-level escape (in-table) region 512 and a delta-level escape (not-in-table) region 514 .
  • a maximum level value supported for the given run value may be found.
  • the maximum level value may be implicitly subtracted from the given level value by appropriate loading of the run and level to index lookup table 402 .
  • the ILUT unit 214 uses the run and level to index lookup table 402 to generate an index from the given run value and the level value.
  • the index so generated, references a code value that may normally be found in the main region 506 .
  • the ILUT unit 214 does not generate an index from the given run value and the intermediate level value. Instead, based on the information provided by the CEB unit 208 and the ILUT unit 214 , the GLUT unit 216 generates an adjusted level value.
  • the fourth comparator 607 D may compare the level value received from the CEB unit 208 to the maximum level supplied by the level maxima lookup table 604 .
  • the second comparator 607 B may compare the level value received from the CEB unit 208 to a double maximum level value supplied by the level multiplier 606 L, where the double maximum level value is twice the maximum level supplied to the level multiplier 606 L by the level maxima lookup table 604 .
  • the compare logic unit 608 may ascertain that an adjusted delta-level escape code is necessary.
  • the compare logic unit 608 may then determine the adjusted level by subtracting the maximum level supplied by the level maxima lookup table 604 from the level value received from the CEB unit 208 .
  • the adjusted level value may then be then transmitted to the ILUT unit 214 , where the adjusted level value may be received at the level MUX 410 .
  • the processor 220 having received a jump index from the GLUT unit 216 indicating an adjusted delta-level escape code as the escape code type, may arrange for the level MUX 410 to pass the adjusted level value to the run and level to index lookup table 402 .
  • the ILUT unit 214 uses the run and level to index lookup table 402 to generate an index from the given run value and the adjusted level value.
  • the index so generated, references a code value that may be found in the main region 506 .
  • the run maxima lookup table 602 and the level maxima lookup table 604 may be configured to provide these values to the run and level to index lookup table 402 .
  • the disambiguation bit lookup table unit 404 may be configured to generate, for run and level combinations in the set of ambiguous combinations, a one-bit value that indicates whether the delta-run escape code or the delta-level escape code is to be used.
  • the disambiguation bit lookup table unit 404 may receive the run value, the level value and the last indication, where both the run value and level value are represented as a number of bits. The disambiguation bit lookup table unit 404 may then form an address by combining the run value and the level value in such a manner that the address is represented as a value having a fewer number of bits than a sum of the number of bits in the run value and the number of bits in the level value. The disambiguation bit lookup table unit 404 may then use the address to reference a disambiguation bit lookup table to determine a value for the disambiguation bit that is transmitted to the GLUT unit 216 .
  • the level value received by the ILUT unit 214 may be used as input, along with a run base address, to the run maxima lookup table 602 , which may output a maximum run value for the received level value for transmission to the run and level to index lookup table 402 . Additionally, the run value received by the ILUT unit 214 may be used as input, along with a level base address, to the level maxima lookup table 604 , which may output a maximum level value for the received run value for transmission to the run and level to index lookup table 402 .
  • the run base address and the level base address may be used to provide an offset from a programming register that remains static during periods of operation.
  • a base address may be used to allow multiple tables to exist within the run maxima lookup table 602 or the level maxima lookup table 604 . In operation, one of the multiple tables may be selected through the setting of a base address rather than loading a new table each time a change is required. As should be clear, setting a single value may be considered much faster than loading an entire table.
  • a full escape code is a code value that includes an indication of the run value and the level value.
  • Full escape codes may be related to run and level combinations that reference code that are in the full escape (in-table) region 508 or in the full escape (not-in-table) region 516 .
  • the GLUT unit 216 receives run/level/last data from the CEB unit 208 as well as the disambiguation bit from the ILUT unit 214 , when necessary.
  • the GLUT unit 216 may also receive static indications of a MAXRUN value and a MAXLEVEL value, which define the in-table region 502 of the table 500 of FIG. 5 .
  • the received MAXRUN value is not used by the exemplary GLUT unit 216 of FIG. 6 .
  • the GLUT unit 216 uses the received information to generate an indication of the type of code that will be generated by the VLUT unit 212 .
  • the indication of type of code i.e., whether the code is an explicit code, a delta-run escape code, a delta-level escape code, an adjusted delta-level escape code or a full escape code, is transmitted to the processor 220 in the form of a jump index. The subsequent actions of the processor 220 are determined by the jump index.
  • the index generated by the ILUT unit 214 is sent to the VLUT unit 212 and a variable length code corresponding to the index is found in the value lookup table 702 ( FIG. 7 ).
  • the processor 220 instructs the VLUT unit 212 to send the variable length code to the BSB unit 206 via the engine interface 207 .
  • the index generated by the ILUT unit 214 is sent to the VLUT unit 212 and a variable length code corresponding to the index is found in the value lookup table 702 ( FIG. 7 ).
  • the processor 220 sends a code prefix indicative of the delta-run escape code-type to the BSB unit 206 via the engine interface 207 and then instructs the VLUT unit 212 to send the variable length code to the BSB unit 206 via the engine interface 207 .
  • the index generated by the ILUT unit 214 is sent to the VLUT unit 212 and a variable length code corresponding to the index is found in the value lookup table 702 ( FIG. 7 ).
  • the processor 220 sends a code prefix indicative of the delta-level escape code-type to the BSB unit 206 via the engine interface 207 and then instructs the VLUT unit 212 to send the variable length code to the BSB unit 206 via the engine interface 207 .
  • the VLUT unit 212 is not used and the index output from the ILUT unit 214 may be ignored.
  • the processor 220 sends a code prefix indicative of the full escape code-type to the BSB unit 206 via the engine interface 207 and then sends the run value and level value to the BSB unit 206 via the engine interface 207 .
  • This sequence of events may be repeated until a block is complete.
  • VLUT unit 212 the value lookup table 702
  • the ILUT unit 214 the run and level to index lookup table 402 , the disambiguation bit lookup table unit 404
  • the GLUT unit 216 the run maxima lookup table 602 , the level maxima lookup table 604 , the general purpose lookup table 606 ) to support different compression methods and, consequently, different video encoding and decoding standards.
  • Reading or writing to the registers 812 , 814 , 816 , 818 of the BSB unit 206 of FIG. 8 causes the BSB unit 206 to perform certain actions.
  • the data value is determined by a value currently and/or previously written to the write_data register 818 and the number of bits which are to be written is controlled by values currently and/or previously written to the write_bits register 816 .
  • the act of writing a value of N to the write_bits register 816 causes the rightmost N bits previously written to the write_data register 816 to be appended to a data stream transmitted by the write FIFO 824 to the stream buffer 108 .
  • variable length string interface 820 combines multiple strings of bits of varying lengths into data units, each data unit having a predetermined length, for example, an integer multiple of one byte (eight bits) for convenient storage and transmission.
  • an element of the microcoded engine 106 writes the 37 bits to the write_data register 816 .
  • the element then writes the value 37 to the write_bits register 816 .
  • the act of writing the value 37 to the write_bits register 816 causes the variable length string interface 820 to append the 37 bits written to the write_data register 816 to a data stream transmitted to the write FIFO 824 for transmission to the stream buffer 108 .
  • the CODEC circuit 100 may be used in encoding a digital video sequence to produce variable length coded data or may be used in decoding variable length codes to produce a digital video sequence.
  • the decoding operation may be considered as follows.
  • variable length string interface 820 extracts strings of bits of varying lengths, at arbitrary starting bit positions, from data units received at the read FIFO 822 .
  • the data units may be arranged to have a predetermined length, for example, an integer multiple of one byte.
  • the value returned is the value of the next N bits in the stream buffer 108 connected to the read FIFO 822 , relative to the “current read bit position” in the stream buffer 108 .
  • the current read bit position is controlled by values written to the read_bits register 812 .
  • the current read bit position advances according to a value currently or previously written to the read_bits register 812 .
  • the stream buffer 108 presents the sequence of bits within the bitstream being processed, starting from the “current read bit position”, at the read_data register 814 .
  • This sequence of bits can be fetched by the processor by performing a read operation on the read_data register 814 .
  • an element of the microcoded engine 106 writes the value 37 to the read_bits register 812 .
  • the element then performs a read on the read_data register 814 .
  • the variable length string interface 820 returns 37 bits from the read FIFO 822 , starting with a bit at a “current read bit position” pointed to by a bit read pointer in the variable length string interface 820 .
  • the current read bit position is then incremented by 37.
  • the “current read bit position” may be advanced by 37 bits by writing the value 37 to the read_bits register.
  • the processor 220 transfers the variable length code to the ILUT unit 214 (see FIG. 11 ).
  • the ILUT unit 214 uses the variable length code to index lookup table 412 to generate an index based on the variable length code and also uses the escape code correlator 414 to determine a type of escape code. Based on the type of escape code, the ILUT unit 214 may send a jump index to the processor 220 .
  • a variable length code that includes an escape code may be considered to have two major parts: a code prefix; and a code value.
  • the code value may be selected to represent a particular combination of run value and level value in the case of the delta-run escape code-type and the delta-level escape code-type. Alternatively, the code value may be selected to precisely set out a run value and a level value in the case of the full escape code-type.
  • the code prefix includes a first portion to indicate an escape code and a second portion to indicate a particular type of escape code.
  • the escape code correlator 414 receives the variable length code and an indication of the length of the first portion of the code prefix. Where the length of the first portion of the code prefix is N bits, a comparison unit 1202 (see FIG. 12 ) compares the first N bits of the received variable length code to the known escape code indication. Where a match is found, the comparison unit 1202 generates an ESC_MATCH_FLAG signal indicating the match. Where a match is not found, the comparison unit 1202 does not generate a signal.
  • the ESC_MATCH_FLAG signal may be received by an escape type extractor 1204 .
  • the escape type extractor 1204 also receives the variable length code and the indication of the length of the code prefix. Additionally, the escape type extractor 1204 may be preloaded with an indication of the length of the second portion of the code prefix. Starting with the bit after the final bit of the first portion of the code prefix, the escape type extractor 1204 may record, responsive to receiving the trigger from the comparison unit 1202 , the values of the bits indicative of the particular type of escape code. Based on the recorded values, the escape type extractor 1204 may generate an output string for transmission to the processor 220 .
  • the index generated by the ILUT unit 214 is transferred to the VLUT unit 212 .
  • the VLUT unit 212 finds a level value and a run value in the value lookup table 702 ( FIG. 13 ) based on the received index.
  • the level value and the run value are then transferred to the CEB unit 208 according to instruction from the processor 220 .
  • the index generated by the ILUT unit 214 is sent to the VLUT unit 212 .
  • the VLUT unit 212 finds a level value and a run value in a run and level lookup table 704 ( FIG. 13 ) based on the received index. Additionally, the level value is sent to the ILUT unit 214 and the run value is sent to the ALU 218 .
  • a maximum run may be generated at the run maxima lookup table 604 for the received level value.
  • the processor may then execute an instruction to transfer the maximum run to the ALU 218 .
  • the run value is added to the maximum run to generate an adjusted run value, which is received at the CEB unit 208 along with the level value determined by the VLUT unit 212 .
  • the index generated by the ILUT unit 214 is sent to the VLUT unit 212 .
  • the VLUT unit 212 finds a level value and a run value in the run and level lookup table 704 based on the received index. Additionally, the run value is sent to the ILUT unit 214 and the level value is sent to the ALU 218 .
  • a maximum level may be generated at the level maxima lookup table 604 for the received run value.
  • the processor may then execute an instruction to transfer the maximum level to the ALU 218 .
  • the level value is added to the maximum level to generate an adjusted level value, which is received at the CEB unit 208 along with the run value determined by the VLUT unit 212 .
  • the type of code is indicated as a full escape code
  • neither the VLUT unit 212 nor the ILUT unit 214 are used.
  • the data following the full escape code indication in the variable length code, i.e., the level value and the run value, is routed directly to the CEB unit 208 by the processor 220 .
  • the tables used in the decoding process can be changed to support different compression methods and, consequently, different video encoding and decoding standards.
  • the decode mode involves the reception of run/level/last values, presented under control of the processor 220 , which are subsequently loaded into the coefficient memory 306 to form a block of DCT coefficients.
  • the coefficients are then transferred, via the DMA unit 302 , from the coefficient memory 306 to the shared memory 104 .
  • a second block may be written into the other side of the coefficient memory 306 while the initial block is read by the DMA unit 302 and written to the shared memory 104 .
  • the sequence of events for decoding at the CEB unit 208 is illustrated in FIG. 15 to begin with the setting up of some registers in the run-level unit 308 (step 1502 ).
  • a pointer to an address within the coefficient memory 306 may be initialized (e.g., to a value of “ ⁇ 1”).
  • Another register may be established such that writing to this register triggers an initialization of the index register in the index register unit 310 for run/level processing.
  • a register may be used to store an indication of the block size. Where the number of coefficients decoded is different from the indicated block size, it may be considered that a bitstream error has occurred.
  • Registers may also be set up in the DMA unit 302 (step 1504 ). Two identical sets of registers may be set up to allow for separate and independent access to the shared memory 104 .
  • the DMA registers may include: a register for indicating a start address in the shared memory 104 ; a register for indicating a start address in the coefficient memory 306 ; a register for indicating a selection of a scan table in the scan table unit 304 ; and a register for indicating a number of 128-bit (eight-coefficient) words to transfer for each block.
  • the processor 220 may then trigger (step 1506 ) the various elements of the microcoded engine 106 to start decoding the contents to the stream buffer 108 as described above and write run/level values to the CEB unit 208 until a block is complete.
  • FIG. 16 illustrates steps in an exemplary decoding method at the CEB unit 208 .
  • the run-level unit 308 may receive a first run value and a first level value associated with the first run value (step 1602 ).
  • the first run value may be used to update the pointer ( 1604 ).
  • the first run value may be added to the pointer, which is then further incremented by one.
  • the first level value (WDATA) may then be stored in the coefficient memory 306 at a memory location (WADDR) specified by the updated pointer.
  • WADDR memory location
  • the run value may be considered to indicate a number of zeroes that precede the associated level value, the level value is assumed to be non-zero.
  • a one-bit indication of the non-zero nature of the level value may be stored (step 1608 ) in the index register in the index register unit 310 at the memory location (WADDR) specified by the updated pointer.
  • the pointer may be initialized to “ ⁇ 1”.
  • a binary 1 may be stored in location 1 in the index register in the index register unit 310 .
  • the pointer may be incremented to 7 (5+1+1) and the level value ⁇ 71 may be stored in location 7 in the coefficient memory 306 .
  • a binary 1 may be stored in location 7 in the index register in the index register unit 310 . The updating of the pointer and the storing of coefficient values in the coefficient memory 306 and storing the NON_ZERO_FLAG in the index register in the index register unit 310 continues until the block is complete.
  • the index register in the index register unit 310 is filled with zeros.
  • the index register in the index register unit 310 only has values of one at locations corresponding to the memory locations in the coefficient memory 306 at which level values have been stored. As such, there is no need to perform initialization of the coefficient memory 306 , which is much larger than the index register and, therefore, takes longer to initialize. Thus, a time savings is realized through the use of this method.
  • the processor 220 may repeatedly trigger the decoding, by the run-level unit 308 , of run and level information determined, by the combination of the ILUT unit 214 and the VLUT unit 212 , from a variable length code received from the stream buffer 108 (step 1506 ) until the processor 220 determines (step 1508 ) that an entire block has been written to the coefficient memory 306 , e.g., by recognizing a last indication in received run/level/last information.
  • the processor 220 may make a determination as to whether a previously triggered DMA operation has completed (step 1510 ). To make such a determination, the processor 220 may read the DMA status register. Upon determining that a previously triggered DMA operation has completed (step 1510 ), the processor 220 may trigger (step 1512 ) the DMA unit 302 to read the coefficient memory 306 and write to the shared memory 104 , first, by writing an indication to one of the two DMA setup registers to be used for such a purpose and, second, by writing an indication that the required operation is a DMA Write (put) operation.
  • the transfer of the blocks of DCT coefficients from the coefficient memory 306 into the shared memory 104 may be arranged to occur one coefficient at a time. Alternatively groups of coefficients may be aggregated to permit larger transfers to the shared memory 104 .
  • the DMA unit 302 specifies the memory location (ADDR, see FIG. 14 ) of a specific coefficient to the scan table unit 304 , where the memory location (ADDR) of the specific coefficient relates to a memory location in the coefficient array as it will be stored in the shared memory 104 .
  • the scan table unit 304 may use a selected RAM-based scan table to determine a read memory location (RADDR) for the specific coefficient in the coefficient array as stored in the coefficient memory 306 .
  • RADDR read memory location
  • the same read memory location (RADDR) is transmitted to (that is, placed on an address bus available to) the index register unit 310 to trigger a response indicating the present or absence of a coefficient in the specified memory location in the coefficient memory 306 .
  • the DMA unit 302 may consider the response from the index register unit 310 .
  • the DMA unit 302 may transmit the specific coefficient (WDATA) to the shared memory 104 . If the response from the index register unit 310 indicates that a coefficient is absent at the specified memory location, the DMA unit 302 may transmit a null value (WDATA) to the shared memory 104 .
  • processor 220 may, again, set up the registers (step 1502 ) in the run-level unit 308 for receiving the next block of DCT coefficients.
  • the transfer of the block from the stream buffer 108 to the shared memory 104 may considered complete. However, it should be noted that, even as the CEB unit 208 completes transferring one block from one side of the coefficient memory 306 to the shared memory 104 , the next block is being loaded into the other side of the coefficient memory 306 .
  • the block of DCT coefficients in the shared memory 104 may then be read by the DCT unit 102 (see FIG. 1 ) and converted, by the DCT unit 102 , to a digital video sequence.

Abstract

An apparatus for processing variable length coded data includes a coefficient buffer unit and several lookup tables. The coefficient buffer unit includes a coefficient memory and an index register for storing an indication of a non-zero nature of coefficients stored in the coefficient memory. Advantageously, the lookup tables may be altered to adapt the apparatus for processing variable length coded data to handle encoding or decoding video adhering to a specific standard. Furthermore, the lookup tables may be adapted to accelerate the determination of the presence of escape codes and the subsequent handling of the escape codes.

Description

CROSS REFERENCE TO RELATED APPLICATIONS
The present application claims the benefit of prior application Ser. No. 60/609,511, filed Sep. 13, 2004.
FIELD OF THE INVENTION
The present invention relates to processing of variable length coded data and, more particularly, to methods and apparatus for such processing.
BACKGROUND
There has recently been a great deal of interest in supporting a wide array of standards for video encoding and decoding in consumer products. Digital video standards of commercial interest include: the International Standards Organization (ISO) MPEG-2 and MPEG-4 standards; the Microsoft® VC-1 draft standard; the International Telecommunication Union Telecommunication Standardization Sector (ITU-T) H.263 and H.264 standards; the On2 VP6 standard; and the digital videotape (DV) standard.
It is likely that multi-standard video encoders and decoders will become more prevalent in coming years in a wide array of products. Such products may include: set-top boxes for receiving video over cable, digital subscriber line (DSL), satellite link and/or the Internet; digital TVs; personal video recorders; handheld devices (including personal digital assistants, dedicated personal video players and mobile phones); and wireless devices. High performance processors will be required for running applications on these widely varied products.
Fixed function variable length coder/decoder units are available, where “fixed function” refers to the fact that such units are dedicated to a particular standard, for example, the H.264 standard. Fixed function variable length coder/decoder units may also be found in typical MPEG-2 video encoder and video decoder chips including the Xilleon™ 200 family of chips from ATI Technologies Inc. of Markham, Ontario, Canada. Unfortunately, fixed function variable length coder/decoder units lack the flexibility to work across a variety of video compression methods.
It is also known that variable length coding/decoding may also be performed by a general purpose reduced instruction set computer (RISC) processor or a complex instruction set computer (CISC) processor, such as those found in personal computers. However, such high-performance general purpose processors are hard to characterize in terms of worst case performance, due to the dependence of general purpose processors on the statistical behavior of instruction and data caches. Additionally, general purpose processors are expensive to implement, as they require large die area. General purpose processors are also relatively inefficient at handling variable-length data, since they are implicitly designed for processing byte-aligned data.
Many of the digital video standards transform eight pixel by eight pixel arrays that are representative of a portion of a frame in a digital video sequence. The result of this transformation may be called a block of coefficients. The block of coefficients may be encoded using variable length codes as a form of efficient compression. A macroblock may be defined to include four eight-by-eight luminance blocks of coefficients and two eight-by-eight chrominance blocks of coefficients.
The output of a video encoder in some standards is known as an Elementary Stream (ES). The lowest-level entity in the ES is a encoded block of coefficients. Each encoded block is terminated by an end-of-block code. A macroblock may be formed by concatenating the four luminance blocks and the two chrominance blocks. The six encoded blocks may be preceded by a macroblock header that contains control information belonging to the macroblock: spatial address, motion vectors, prediction modes, field/frame DCT mode, quantizer step size. The result is a coded macroblock.
Variable length codes often arise out of attempts to compress an amount of data to be transmitted. One type of variable length code is the “run-level” type of code. Run-level codes recognize situations in which a sequence of values are to be transmitted, where many of the values are null (0). The code replaces a long series of null values with an indication of the value (level) that follows the series and an indication of the length (run) of the series. Through the use of such a code, a series of 28 0-valued bits that precede a value of 17 may be reduced to a indication of the 17 (a level value) and five bits (a run value) indicating that there is a series of 28 null values ahead of the 17.
Compression codes also include so-called entropy encoding schemes wherein the most common symbols are mapped to the shortest code strings. An example of an entropy encoding scheme is Huffman coding, which is used in the MPEG-2 standard. In the MPEG-2 standard, for example, blocks of coefficients are first run-level encoded and then each run-level combination (symbol) is Huffman encoded.
Run-level encoding, in particular, requires that a block of coefficients be written into locations in a coefficient buffer. A run-level encoder may then read the coefficient buffer, location by location, to determine run-level combinations representative of the block of coefficients. In the reverse, decoding, case, a run-level decoder receives run-level combinations and uses the run-level combinations to formulate a block of coefficients in a coefficient buffer. As there are typically many null entries in a block of coefficients, it may be considered that the writing, by the run-level decoder, of null entries to the coefficient buffer is inefficient.
Huffman encoding, in particular, requires that a code be determined to correspond to each received run-level combination. For the sake of efficiency, a single code may map to more than one run-level combination. For instance, a maximum run value may be defined and a given run-level combination may include a given run value and a given level value. When the given run value exceeds the maximum run value, the maximum run value may be subtracted from the given run value to provide an intermediate run value. The code generated then corresponds to a combination of the intermediate run value and the given level value. To distinguish this code from the same code generated when the received run value is equivalent to the intermediate run value just determined, the former code may be preceded by an “escape code”. In particular, the escape code may identify the following code to be a “delta-run” code. A “delta-level” code may be similarly determined and identified.
Determining an escape code to generate based on received run and level values can be a complex and processor-time consuming exercise. Existing encoders are known to either implement a hardwired approach, which is inherently inflexible, or implement a programmed approach on a general-purpose RISC processor or a purpose-specific processor. Unfortunately, such existing approaches do not specifically accelerate the determining and handling of escape codes.
Clearly, then, there is a need for methods and apparatus for efficiently encoding and decoding data that manipulates variable length coded data efficiently at very high processing rates.
SUMMARY
An apparatus for processing variable length coded data includes a coefficient buffer unit and several lookup tables. The lookup tables, in particular, may be adapted to accelerate the determination of the presence of escape codes and the subsequent handling of the escape codes. For instance, a lookup table may select, based on results of a number of comparisons, a type of escape code from among a plurality of types of escape code. Alternatively, a lookup table may select, based on some received values and some values located in the lookup table, a type of escape code from among a plurality of types of escape code. Further, an escape code may be identified by correlating an initial bit pattern in a received code to known bit patterns related to escape codes.
Additionally, the coefficient buffer unit may include a memory and an index register for storing an indication of a non-zero nature of coefficients stored in the memory. Advantageously, the index register allows for more efficient processing of blocks of coefficients during both encoding and decoding. Furthermore, the lookup tables may be altered to adapt the apparatus for processing variable length coded data to handle encoding or decoding video adhering to a specific standard.
According to an aspect of the present invention, there is provided a method of populating a memory for use in decoding a stream of encoded values. The method includes initializing, to an initial value, a pointer to a memory location in the memory, receiving a run value and an associated level value in the stream, updating the pointer using the run value, to give an updated pointer, populating a memory location in the memory, the memory location in the memory identified by the updated pointer, using the level value and populating a memory location in an index register, the memory location in the index register identified by the updated pointer, to indicate that the memory location in the memory identified by the updated pointer has been populated. In another aspect of the invention, a run-level decoding apparatus is provided for carrying out this method.
According to another aspect of the present invention, there is provided a method of handling coefficient data received from a first memory. The method includes receiving a coefficient value stored in the first memory at a given address, receiving an index register value stored in an index register at an address corresponding to the given address and determining, based on the index register value, whether to write the coefficient value to a second memory. In another aspect of the invention, a direct memory access apparatus is provided for carrying out this method.
According to still another aspect of the present invention, there is provided a method of run-level encoding. The method includes initializing a value of a first pointer to a first memory location in a memory that includes a plurality of memory locations, receiving a coefficient vector having a plurality of indexed coefficient vector elements corresponding to the plurality of memory locations, incrementing a value of a second pointer to a location in the coefficient vector until the second pointer references a location of a given indexed coefficient vector element that indicates a presence of a coefficient in a second memory location in the memory, where the second memory location corresponds to the given indexed coefficient vector element, determining a difference between the value of the first pointer and the value of the second pointer, determining a run value based on the difference, outputting the run value, reading, from the second memory location, a coefficient value and outputting the coefficient value as a level value. In another aspect of the invention, a run-level encoding apparatus is provided to carry out this method.
According to a further aspect of the present invention, there is provided a programmable apparatus for processing variable length coded data. The programmable apparatus includes a memory having a plurality of memory locations, a register storing a pointer to a particular memory location of the plurality of memory locations, a lookup table storing a reference to the pointer associated, at least in part, with a run value and a level value and a processor. The processor is adapted to execute a sequence of instructions stored in the memory and responsive to receiving the reference to the register, branch the executing away from the sequence to execute an instruction stored in the particular memory location.
According to a still further aspect of the present invention, there is provided an escape code selection apparatus for producing variable length coded data. The escape code selection apparatus includes a first comparator adapted to compare a received run value to a previously stored run value to produce a first comparison result, a second comparator adapted to compare a received level value to a previously stored level value to produce a second comparison result and a logic unit adapted to select, based, at least in part, on the first comparison result and the second comparison result, a type of escape code from among a plurality of types of escape code.
According to an even further aspect of the present invention, there is provided a method of producing variable length coded data. The method includes receiving a run value represented as a run plurality of bits, receiving a level value represented as a level plurality of bits, forming an address by combining the run value and the level value, using the address to determine a value for a disambiguation bit, determining a maximum level value for the run value, determining a maximum run value for the level value and selecting, based, at least in part, on the run value, the level value, the maximum run value, the maximum level value, the disambiguation bit and previously stored values, a type of escape code from among a plurality of types of escape code. In another aspect of the invention, an escape code selection apparatus is provided for carrying out this method.
According to an even further aspect of the present invention, there is provided a method of handling variable length coded data. The method includes receiving a string of binary digits, receiving a prefix first portion length, comparing a first number of binary digits of the string to a reference string, where the first number is equivalent to the prefix first portion length, based on the comparing, generating a positive match indicator and generating an output string having a predetermined prefix second portion length, where the output string includes values of a second number of binary digits in the string of binary digits that directly follow the first number of binary digits, where the second number is equivalent to the prefix second portion length. In another aspect of the invention, an escape code correlator is provided for carrying out this method.
Other aspects and features of the present invention will become apparent to those of ordinary skill in the art upon review of the following description of specific embodiments of the invention in conjunction with the accompanying figures.
BRIEF DESCRIPTION OF THE DRAWINGS
In the figures which illustrate example embodiments of this invention:
FIG. 1 illustrates a video CODEC circuit employing a programmable microcoded engine according to an embodiment of the present invention;
FIG. 2 illustrates the microcoded engine of FIG. 1 including a coefficient buffer unit and various lookup table units according to an embodiment of the present invention;
FIG. 3 illustrates the coefficient buffer unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention;
FIG. 4 illustrates an index lookup table unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention;
FIG. 5 illustrates a table for use in converting level and run values to variable length codes;
FIG. 6 illustrates a general purpose lookup table unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention;
FIG. 7 illustrates a value lookup table unit of the programmable microcoded engine of FIG. 2 in encode mode according to an embodiment of the present invention;
FIG. 8 illustrates, as a detailed block diagram, an engine interface and bitstream buffer unit of the programmable microcoded engine of FIG. 2;
FIG. 9 illustrates arrays of memory locations for the scan table and a coefficient memory for the coefficient buffer unit of FIG. 3;
FIG. 10 illustrates steps in a method of controlling the generation of run/level/last data at the coefficient buffer unit of FIG. 3;
FIG. 11 illustrates the index lookup table unit of FIG. 4 in decode mode according to an embodiment of the present invention;
FIG. 12 illustrates an escape code correlator of index lookup table unit of FIG. 11 according to an embodiment of the present invention;
FIG. 13 illustrates the value lookup table unit of FIG. 7 in decode mode according to an embodiment of the present invention;
FIG. 14 illustrates the coefficient buffer unit of FIG. 3 in decode mode according to an embodiment of the present invention;
FIG. 15 illustrates steps in a method of controlling the generation of coefficients from run/level/last data at the coefficient buffer unit of FIG. 14; and
FIG. 16 illustrates steps in a method of decoding received run and level values to determine coefficient values according to an embodiment of the present invention
DETAILED DESCRIPTION
FIG. 1 illustrates a video CODEC (COder-DECoder) circuit 100 for use in encoding and decoding a digital video sequence. A digital video sequence may be considered a series of digital still images, where each digital still image is described by values of picture elements, called “pixels”. A discrete cosine transform (DCT) unit 102 may be used to represent the digital still images as arrays of quantized coefficients. The DCT unit 102 may also implement motion compensation techniques, and other techniques, to reduce the total number of arrays of quantized coefficients and to reduce the number of non-zero coefficients per array of quantized coefficients. The arrays may then be stored in a shared memory 104, where the arrays may be accessed by a programmable microcoded engine 106 for processing variable length coded data. The microcoded engine 106 may use the arrays to generate variable length coded data representative of the arrays of coefficients. The variable length coded data may then be output to a stream buffer 108 under control of a video processing controller 110. The video processing controller 110 may also insert additional syntax elements (both fixed and variable length) among the variable length coded data produced by the microcoded engine 106.
FIG. 2 illustrates, as a block diagram, the programmable microcoded engine 106. Microcode refers to low level instructions that control a microprocessor. The microcode of the microcoded engine 106 may be reprogrammed to allow the microcoded engine 106 to be adapted for use in multiple video encoding and decoding applications, i.e., encoding and decoding according to a selected standard among multiple standards.
The microcoded engine 106 includes a processor 220 for executing a sequence of instructions stored in an instruction memory 222. The instruction memory 222 has a plurality of instruction memory locations. Associated with the processor 220 is a plurality of registers, where each register is for storing a pointer to a particular instruction memory location in the instruction memory 222.
The microcoded engine 106 includes a local register data transfer bus 202 that includes an address bus and a data bus and is controlled by a sequencer and bus controller 204 within the processor 220. An array of special processing units are connected for communication through the local register data transfer bus 202.
The special processing units may include a bitstream buffer (BSB) unit 206 for providing read access to bitstreams stored in the stream buffer 108 that include variable length binary strings. Equally, the BSB unit 206 may write bitstreams to the stream buffer 108, where the bitstreams include variable length binary strings. The BSB unit 206 may communicate with the local register data transfer bus 202, and thereby with the rest of the special processing units, via an engine interface 207.
The special processing units may also include a Co-Efficient Buffer (CEB) unit 208. As will be described, the CEB unit 208 may be arranged to perform scan conversion on-the-fly from a random access memory (RAM) based scan table. The CEB unit 208 may also, when encoding, handle creation of a zero/non-zero flag vector as part of a direct memory access (DMA) operation, which transfers coefficients from the shared memory 104. The CEB unit 208 may also, when decoding, force coefficients to zero as part of the DMA operation that transfers coefficients to the shared memory 104, based on the zero/non-zero flag vector. The CEB unit 208 may also transpose columns of coefficients to allow for efficient burst access.
The special processing units may also include a Value Lookup Table (VLUT) unit 212 adapted to convert a received code index to a corresponding variable length code string and a representation of the length of the variable length code string, when encoding, or to convert a received code index to non-zero value (level) and an indication of separation from a prior non-zero value (run), when decoding. The output of the VLUT unit 212 may be processed through a set of programmable barrel shifters in an arithmetic logic unit (ALU) 218, which programmable barrel shifters allow single cycle shifting and rotating of data words. Such processing may be seen to allow for efficient alignment of the various output bit fields in different modes.
The special processing units may also include an Index Lookup Table (ILUT) unit 214 adapted to, in a decode mode, find the codebook index of a variable length code applied to the ILUT unit 214 and, in an encode mode, find a variable length code index corresponding to received codebook symbol information applied to the ILUT unit 214, dependent upon the setting of a mode bit. The ILUT unit 214 may be RAM-based or Content Addressable Memory-based.
The special processing units may also include a General Purpose Lookup Table (GLUT) unit 216. The GLUT unit 216 may be particularly useful for determining when level and run values exceed limits in a table that maps such level and run values to variable length codes.
As mentioned in passing above, the special processing units may include conventional elements, such as the ALU 218. As with known ALUs, the ALU 218 employs a collection of logic gates to perform operations such as addition, subtraction, and multiplication of integers as well as bit-wise Boolean operations (e.g., AND, OR, NOT, XOR).
In FIG. 2, the local register data transfer bus 202 is shown abstractly. In practice, the address bus and data bus that make up the local register data transfer bus 202 can be implemented through tri-state controlled buses or through the use of multiplexing logic to select among data sources, the latter being more commonly used in modem integrated circuits. Furthermore the portion of the data bus that carries data written by the sequencer and bus controller 204 may be distinct from the portion of the data bus employed to carry data read from the various special processing units 208, 212, 214, 216, 218.
The CEB unit 208, illustrated in detail in FIG. 3, includes a DMA unit 302 for reading DCT coefficients from the shared memory 104 in encode mode and writing DCT coefficients to the shared memory 104 in decode mode. In communication with the DMA unit 302 is a scan table unit 304 for converting, according to a selected scan table, a memory location specified by the DMA unit 302 to a memory location in a coefficient memory 306. Dependent upon encode or decode mode, the coefficient memory 306 may be read from, or written to, by a run-level unit 308. Access to the coefficient memory 306 may be mirrored by access to an index register unit 310 that is arranged to maintain, in an associated index register, a record of the presence or absence of a coefficient at each memory location in the coefficient memory 306.
The ILUT unit 214, illustrated in detail in FIG. 4, includes several lookup tables. For use in encode mode, the lookup tables include a run and level to index lookup table 402, a disambiguation bit lookup table unit 404, a run maxima lookup table 602 and a level maxima lookup table 604. To select between a received level value and an adjusted level value for use in the run and level to index lookup table 402, a level multiplexer (MUX) 410 is provided. For use in decode mode, the ILUT unit 214 includes a variable length code to index lookup table 412 and an escape code correlator 414.
The GLUT unit 216, as illustrated in detail in FIG. 6, includes a run maxima look up table 602, which receives, as input, the level value and the last indication generated at the CEB unit 208 as well as a level base address and generates, as output, a maximum run value for the provided level value. Similarly, the GLUT unit 216 includes a level maxima look up table 604, which receives, as input, the run value and the last indication generated at the CEB unit 208 as well as a run base address and generates, as output, a maximum level value for the provided run value.
The output of the run maxima look up table 602 is received by a run multiplier 606R while the output of the level maxima look up table 604 is received by a level multiplier 606L. The output of the run multiplier 606R is received by a first comparator 607A, which also receives the run value received from the CEB unit 208. The output of the level multiplier 606L is received by a second comparator 607B, which also receives the level value received from the CEB unit 208. The output of the run maxima look up table 602 is also received by a third comparator 607C, which also receives the run value received from the CEB unit 208. Similarly, the output of the level maxima look up table 604 is received by a fourth comparator 607D, which also receives the level value received from the CEB unit 208. A fifth comparator 607E receives the maximum level value from the ILUT unit 214 and the level value received from the CEB unit 208.
The output of the five comparators 607A, 607B, 607C, 607D, 607E may be received by a compare logic unit 608, whose output may be a jump index for the processor 220 and/or an adjusted level value for the ILUT unit 214. A jump index may be an indication of a particular register among the registers 224, where the particular register stores a pointer to an instruction in the instruction memory 222 that may be executed by the processor 220.
As illustrated in FIG. 7, the VLUT unit 212 includes a value lookup table 702 for determining a variable length code based on a received index value. Alternatively, when loaded with different data, the value lookup table 702 included in the VLUT unit 212 can be used to provide a run and level lookup that may be used to determine a run value, level value and last indication based on a received index value.
An exemplary configuration for the engine interface 207 and the BSB unit 206 is illustrated in FIG. 8. An address decoder 810 within the engine interface 207 is connected to an address bus 802 and a data bus 803, which are part of the local register data transfer bus 202, for communication with the sequencer and bus controller 204 at the processor 220.
The address decoder 810 connects to a read_bits register 812, a read_data register 814, a write_bits register 816 and a write_data register 818, also of the engine interface 207. The four registers 812, 814, 816, 818 represent “memory mapped” ports. Storage elements, such as flip-flops, may or may not be associated with the registers 812, 814, 816, 818. Each of the registers 812, 814, 816, 818 connects both to the data bus 803 and to a variable length string interface 820. The variable length string interface 820 receives input from a read FIFO 822 and provides output to a write FIFO 824.
A drawing similar to FIG. 8 may be constructed, wherein the engine interface 207 is register mapped such that access to the BSB Unit 206 is determined by encoded instruction fields, rather than memory bus addresses.
In overview, the microcoded engine 106, with the array of special processing units connected via one or more register data transfer buses, may be employed to convert arrays of quantized DCT coefficients to variable length coded data in encode mode and to convert variable length coded data to arrays of quantized DCT coefficients in decode mode. Important to the operation of the microcoded engine 106 is the CEB unit 208 for converting the quantized DCT coefficients to level and run values in encode mode and converting level and run values to quantized DCT coefficients in decode mode. Additionally, several lookup tables 212, 214, 216 are employed for conversion between level and run values and variable length coded data representative thereof and vice versa.
In operation, the CODEC circuit 100 may be used in encoding a digital video sequence to produce variable length coded data or may be used in decoding variable length codes to produce a digital video sequence. The encoding operation may be considered first.
When the CEB unit 208 is in an encode mode, blocks of DCT coefficients are transferred from the shared memory 104 into the coefficient memory 306 and then read out as run/level/last values under the control of the processor 220. The coefficient memory 306 may be treated as a ping-pong buffer with each side holding one eight by eight block of coefficients, where a coefficient may be, for instance, represented by a 16-bit value. As is known, a ping-pong buffer contains two separate buffers so that, while data is written to one buffer, data may be read from the other buffer.
The transfer of the blocks of DCT coefficients from the shared memory 104 into the coefficient memory 306 may be arranged to occur one coefficient at a time. According to instruction received from the processor 220, the DMA unit 302 requests, from the shared memory 104, a specific coefficient by the memory location (ADDR, see FIG. 3) of the specific coefficient in the coefficient array as stored in the shared memory 104. Once the DMA unit 302 receives the specific coefficient (RDATA), the DMA unit 302 transmits the specific coefficient (WDATA) to the coefficient memory 306 while specifying the memory location (ADDR) to the scan table unit 304. The scan table unit 304 may use a selected RAM-based scan table to determine a memory location (WADDR) for the specific coefficient in the coefficient array as stored in the coefficient memory 306.
As the coefficient memory 306 receives the specific coefficient (WDATA) and the memory location (WADDR) for storing the specific coefficient, the same information is received by the index register unit 310. At the memory location (WADDR) in an index register within the index register unit 310, a binary indication of whether the specific coefficient is zero (e.g., binary indication=0) or non-zero (e.g., binary indication=1) may be recorded. Once the entire DCT coefficient array has been transferred from the shared memory 104 to the coefficient memory 306, a 64-bit (in the case of an eight-by-eight DCT coefficient array) coded coefficient vector may be generated from the bits in the index register unit 310.
According to some standards, e.g., MPEG-2, a coefficient array may be stored for encoding in a manner different from the manner in which the coefficient array was stored after creation. As illustrated in FIG. 9, a first array 902 illustrates memory locations of DCT coefficients (by reference number) in an array as stored after creation. For instance, where memory locations in the array may be referred to in an (x, y) format, where x is a horizontal index (x=0, 1, . . . , 7) and y is a vertical index (y=0, 1, . . . , 7), the memory location (2, 0) in the first array 902 holds the DCT coefficient with reference number 2.
The scan table unit 304 may be used to re-order the DCT coefficients into a “zig-zag” sequence, which is known to help to facilitate entropy coding by placing low-frequency coefficients before high-frequency coefficients.
The zig-zag sequence reordering is represented by a second array 904 in FIG. 9, in which a given memory location is represented by the reference number of the DCT coefficient occupying the given memory location in the first array 902. According to the second array 904, when the DMA unit 302 specifies memory location (0, 1) for storing the DCT coefficient with reference number 8, the second array 904 indicates memory location (2, 0) (i.e., the memory location in the first array 902 of DCT coefficient with reference number 2) for storing the DCT coefficient in the coefficient memory 306. A third array 906 in FIG. 9 illustrates the memory locations of the DCT coefficients after being written to the coefficient memory 306 in memory locations selected according to the second array 904. Continuing the example above, the DCT coefficient with reference number 8 may be found in the third array 906 in memory location (2, 0).
In a second example, according to the second array 904, when the DMA unit 302 specifies memory location (4, 4) for storing the DCT coefficient with reference number 36, the second array 904 generates memory location (7, 4) (i.e., the memory location in the first array 902 of DCT coefficient with reference number 39) for storing the DCT coefficient in the coefficient memory 306.
In this manner, a first block of coefficients may be transferred, by the DMA unit 302, from the shared memory 104 into the coefficient memory 306. Subsequently, a second block of coefficients may be transferred, by the DMA unit 302, from the shared memory 104 into the other side of the coefficient memory 306 while the first block is processed by the other special processing units of the microcoded engine 106.
The sequence of events for encoding at the CEB unit 208 is illustrated in FIG. 10 to begin with the setting up of some registers in the DMA unit 302 (step 1002). Two identical sets of registers may be set up to allow for separate and independent access to the shared memory 104. The DMA registers may include: a register for indicating a start address in the shared memory 104; a register for indicating a start address in the coefficient memory 306; a register for indicating a selection of a scan table in the scan table unit 304; and a register for indicating a number of 128-bit (eight-coefficient) words to transfer for each block, e.g., eight words for an eight pixel by eight pixel block.
Registers may also be set up in the run-level unit 308 (step 1004). For example, a register may be set up to indicate a start address in the coefficient memory 306 for reading by the run-level unit 308. Additionally, a register may be set up such that writing to the register will initialize the hardware, i.e., write a zero value to each memory location in each memory location in the index register associated with the index register unit 310.
A register may also be set up to indicate a maximum number of coefficients to encode. Under normal circumstances, the value in this register is equivalent to the block size (e.g., 64 coefficients), but this register may be used to limit encoding by defining a maximum number of coefficients for which to generate variable length codes, regardless of the number of coefficients actually encoded. This register may be used by the run-level unit 308 to determine when to set the last indication.
A register may also be used to indicate a DCT block size. Such a DCT block size register may be used to establish a valid portion of the coefficient memory 306 during processing.
The processor 220 may trigger the DMA unit 302 (step 1006) to read the shared memory 104, first, by writing an indication to one of the two DMA setup registers to be used for such a purpose and, second, by writing an indication that the required operation is a DMA Read (get) operation.
The processor 220 may read a DMA status register (step 1008) to determine when the requested memory access is completed. If the DMA status register indicates that the requested memory access is ongoing, the processor 220 may wait before reading the DMA status register again. Once the processor 220 has determined that the requested memory access is complete, the processor 220 may trigger the ILUT unit 214 (step 1012) to obtain successive run/level/last data for encoding by writing to a register specifically designed to trigger such obtaining.
While triggering the ILUT unit 214 (step 1012) to obtain successive run/level/last data for encoding, the processor 220 may determine whether all the DCT coefficients in the block have been read (step 1014), or, at least, whether all the DCT coefficients to be encoded (based on an indication in the register that specifies this quantity) have been read. This determination may be made by monitoring the last indication output from the run-level unit 308. However, it should be noted that, even as the CEB unit 208 determines that all the DCT coefficients in one block have been read from one side of the coefficient memory 306, the next block is being loaded into the other side of the coefficient memory 306 from the shared memory 104.
Upon determination that all the DCT coefficients in the block have been read (step 1014), the processor 220 may set up the registers (step 1002) in the DMA unit 302 for reading the next block.
To facilitate generation of run/level/last data, the run-level unit 308 may initialize (step 1004) a record of a “read index pointer” (RIP) and a “previous read pointer” (PRP) to refer to memory locations in the coefficient memory 306 and corresponding memory locations in the Coded Coefficient Vector received from the index register unit 310.
Each time the run-level unit 308 receives an instruction from the processor 220 to produce run/level/last data (step 1012), the run-level unit 308 begins a data processing operation that may be logically equivalent to the following sequence of steps:
  • 1) Initialize the value of the RIP to point to the first element of the vector;
  • 2) Determine whether the value of the Coded Coefficient Vector element at the location pointed to by the RIP is zero;
  • 3) If the value of the Coded Coefficient Vector element at the location pointed to by the RIP is zero then:
    • increment the value of the RIP such that the RIP points to the next element of the Coded Coefficient Vector; and
    • return to Step 2);
  • 4) If the value of the Coded Coefficient Vector element at the location pointed to by the RIP is one then:
    • determine a difference between the value of the RIP and the value of the PRP;
    • output a value one less than the difference as the run value; and
    • write the value 0 to the Coded Coefficient Vector element at the location pointed to by the RIP;
  • 5) Output the coefficient value stored in the coefficient memory 306 at the memory location corresponding to the location pointed to by the RIP as the level value.
  • 6) Update the value of the PRP to be equal to the value of the RIP;
  • 7) If all of the remaining elements of the Coded Coefficient Vector, starting at the element pointed to by the RIP, are zero then set the “last” indication to 1; otherwise set the “last” indication to 0 and return to Step 2).
Note that it may be advantageous to represent the level value using a sign-and-magnitude representation, where the “level” is actually the magnitude of the coefficient value. The following discussion generally assumes that the level represents the coefficient magnitude. Note that, although the above procedure is specified sequentially, the equivalent data processing operation may be carried out in digital logic in a single processor cycle.
For example, consider the following DCT coefficient array as stored in the shared memory 104:
[ - 474 - 68 102 0 45 70 - 57 42 0 - 62 - 71 - 58 0 - 33 0 0 0 73 41 64 0 0 0 0 0 0 - 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
After transfer from the shared memory 104 by the DMA unit 302 according to the zig-zag pattern provided by the scan table 304, the coefficients may be stored in the coefficient memory 306 as follows:
[ - 474 - 68 0 0 - 62 102 0 - 71 73 0 0 0 41 - 58 45 70 0 64 - 42 0 0 0 0 0 0 0 - 33 - 57 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] .
While the coefficients are being stored in the coefficient memory 306, a corresponding array is being created in the index register unit 310 as follows:
[ 1 1 0 0 1 1 0 1 1 0 0 0 1 1 1 1 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] .
For purposes of run value and level value determinations, the array in the coefficient memory 306 may be considered a one-dimensional coefficient vector, (−474, −68, 0, 0, −62, 102, 0, −71, 73, 0, 0, 0, 41, −58, 45, 70, 0, 64, −42, 0, 0, 0, 0, 0, 0, 0, −33, −57, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0). Additionally, the corresponding array in the index register unit 310 may be considered a coded coefficient vector, (1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0). The coded coefficient vector may be transferred from the index register unit 310 to the run-level unit 308 for the generation of run and level values.
Upon receiving a command from the processor 220 to produce a run value and a level value, the run-level unit 308 may sequentially read bits from the coded coefficient vector and increment the read index position until a bit is read that indicates the presence of a coefficient in the coefficient memory 306. The run-level unit 308 may then determine a difference between a previous read position and the read index position and output the difference as the run value. The run-level unit 308 may then read a coefficient value from a memory location in the coefficient memory 306 corresponding to the read index position in the coded coefficient vector and output the coefficient value as the level value.
Continuing the example, the following run and level values would be generated by the run-level unit 308:
  • run=0, level=−474
  • run=0, level=−68
  • run=2, level=−62
  • run=0, level=102
  • run=1, level=−71
  • run=0, level=73
  • run=3, level=41
  • run=0, level=−58
  • run=0, level=45
  • run=0, level=70
  • run=1, level=64
  • run=0, level=−42
  • run=7, level=−33
  • run=0, level=−57
  • run=0, level=42
When the “last” indication has been set to 1 (see Step 7 above) the run-level unit 308 may output the last indication indicating that the remainder of coefficients for the current block of DCT coefficients are zero.
Turning to FIG. 4 and the operation of the ILUT unit 214, upon receipt of the run/level/last data, the ILUT unit 214 uses the disambiguation bit lookup table unit 404, with the run/level/last data as input, to generate a single disambiguation bit for transmission to the GLUT unit 216. According to criteria to be discussed below, the GLUT unit 216 may generate an adjusted level value. The adjusted level value may be received by the level MUX 410 along with the level value received by the ILUT unit 214. The ILUT unit 214 uses the received run value and the output of the level MUX 410 to reference the run and level lookup table 402 to generate an index for transmission to the VLUT unit 212.
The index generated by the ILUT unit 214 may be used by the VLUT unit 212 to find a Huffman code (or other prefix-free code) value corresponding to the symbol defined by the run and level values. Huffman coding uses a specific method for choosing a code value to represent each run and level combination, resulting in a prefix-free code (that is, no bit string of any code value is a prefix of the bit string of any other code value) that expresses the most common run and level combinations in the shortest way possible.
Codes that may be derived from run and level combinations are graphically represented in a table 500 in FIG. 5 to include an “in-table” region 502 and a “not-in-table” region 504. Within the in-table region 502, the code values that may be generated by the value lookup table 702 are called explicit codes and are specifically represented by the codes in a main region 506. The code values that fall outside the main region 506 are called escape codes and may be represented in a variety of ways.
A delta-run escape code is a code value outside of the main region 506 but inside a delta-run escape region 510. For a given run value and level value, a maximum run value supported for the given level value may be found. When the given run value exceeds the maximum run value, the maximum run value may be subtracted from the given run value to provide an intermediate run value. When a delta-run escape code is required, the ILUT unit 214 uses the run and level to index lookup table 402 to generate an index from the intermediate run value and the given level value. The index, so generated, references a code value that may be found in the main region 506.
A delta-level escape code is a code value outside of the main region 506 but inside a delta-level escape region. The delta-level escape region is divided into a delta-level escape (in-table) region 512 and a delta-level escape (not-in-table) region 514. For a given run value and level value, a maximum level value supported for the given run value may be found. When the given level value exceeds the maximum level value yet is still in the delta-level escape (in-table) region 512, the maximum level value may be implicitly subtracted from the given level value by appropriate loading of the run and level to index lookup table 402. When a delta-level escape code is required, the ILUT unit 214 uses the run and level to index lookup table 402 to generate an index from the given run value and the level value. The index, so generated, references a code value that may normally be found in the main region 506.
However, when the given level value exceeds the maximum level value and is in the delta-level escape (not-in-table) region 514, it is not possible to achieve the implicit subtraction of the maximum level value through the use of the run and level to index lookup table. As such, the ILUT unit 214 does not generate an index from the given run value and the intermediate level value. Instead, based on the information provided by the CEB unit 208 and the ILUT unit 214, the GLUT unit 216 generates an adjusted level value.
In particular, the fourth comparator 607D may compare the level value received from the CEB unit 208 to the maximum level supplied by the level maxima lookup table 604. Additionally, the second comparator 607B may compare the level value received from the CEB unit 208 to a double maximum level value supplied by the level multiplier 606L, where the double maximum level value is twice the maximum level supplied to the level multiplier 606L by the level maxima lookup table 604.
If the fourth comparator 607D indicates to the compare logic unit 608 that the level value received from the CEB unit 208 exceeds the maximum level and the second comparator 607B indicates to the compare logic unit 608 that the double maximum level value exceeds the received level value and the fifth comparator 607E indicates to the compare logic unit 608 that the received level exceeds the value MAXLEVEL, then the compare logic unit 608 may ascertain that an adjusted delta-level escape code is necessary. The compare logic unit 608 may then determine the adjusted level by subtracting the maximum level supplied by the level maxima lookup table 604 from the level value received from the CEB unit 208. The adjusted level value may then be then transmitted to the ILUT unit 214, where the adjusted level value may be received at the level MUX 410. The processor 220, having received a jump index from the GLUT unit 216 indicating an adjusted delta-level escape code as the escape code type, may arrange for the level MUX 410 to pass the adjusted level value to the run and level to index lookup table 402. When an adjusted delta-level escape code is required, the ILUT unit 214 uses the run and level to index lookup table 402 to generate an index from the given run value and the adjusted level value. The index, so generated, references a code value that may be found in the main region 506.
As the determination of a delta-run escape code or a delta-level escape code requires determination of a maximum run value for a given level value or a maximum level value for a given run value, the run maxima lookup table 602 and the level maxima lookup table 604 may be configured to provide these values to the run and level to index lookup table 402.
Among the possible run and level combinations are a set of ambiguous combinations that could lead to either a delta-run escape code or a delta-level escape code. As such, a set of rules is used at the ILUT unit 214 to determine which type of escape code to use. According to this set of rules, the disambiguation bit lookup table unit 404 may be configured to generate, for run and level combinations in the set of ambiguous combinations, a one-bit value that indicates whether the delta-run escape code or the delta-level escape code is to be used.
The disambiguation bit lookup table unit 404 may receive the run value, the level value and the last indication, where both the run value and level value are represented as a number of bits. The disambiguation bit lookup table unit 404 may then form an address by combining the run value and the level value in such a manner that the address is represented as a value having a fewer number of bits than a sum of the number of bits in the run value and the number of bits in the level value. The disambiguation bit lookup table unit 404 may then use the address to reference a disambiguation bit lookup table to determine a value for the disambiguation bit that is transmitted to the GLUT unit 216.
The level value received by the ILUT unit 214 may be used as input, along with a run base address, to the run maxima lookup table 602, which may output a maximum run value for the received level value for transmission to the run and level to index lookup table 402. Additionally, the run value received by the ILUT unit 214 may be used as input, along with a level base address, to the level maxima lookup table 604, which may output a maximum level value for the received run value for transmission to the run and level to index lookup table 402.
The run base address and the level base address may be used to provide an offset from a programming register that remains static during periods of operation. A base address may be used to allow multiple tables to exist within the run maxima lookup table 602 or the level maxima lookup table 604. In operation, one of the multiple tables may be selected through the setting of a base address rather than loading a new table each time a change is required. As should be clear, setting a single value may be considered much faster than loading an entire table.
A full escape code is a code value that includes an indication of the run value and the level value. Full escape codes may be related to run and level combinations that reference code that are in the full escape (in-table) region 508 or in the full escape (not-in-table) region 516.
In operation, the GLUT unit 216 receives run/level/last data from the CEB unit 208 as well as the disambiguation bit from the ILUT unit 214, when necessary. The GLUT unit 216 may also receive static indications of a MAXRUN value and a MAXLEVEL value, which define the in-table region 502 of the table 500 of FIG. 5. Notably, since all possible run values are in the exemplary in-table region 502 of the table 500 of FIG. 5, the received MAXRUN value is not used by the exemplary GLUT unit 216 of FIG. 6.
The GLUT unit 216 uses the received information to generate an indication of the type of code that will be generated by the VLUT unit 212. The indication of type of code, i.e., whether the code is an explicit code, a delta-run escape code, a delta-level escape code, an adjusted delta-level escape code or a full escape code, is transmitted to the processor 220 in the form of a jump index. The subsequent actions of the processor 220 are determined by the jump index.
For instance, if the type of code is indicated as an explicit code, the index generated by the ILUT unit 214 is sent to the VLUT unit 212 and a variable length code corresponding to the index is found in the value lookup table 702 (FIG. 7). The processor 220 instructs the VLUT unit 212 to send the variable length code to the BSB unit 206 via the engine interface 207.
If the type of code is indicated as a delta-run escape code, the index generated by the ILUT unit 214 is sent to the VLUT unit 212 and a variable length code corresponding to the index is found in the value lookup table 702 (FIG. 7). The processor 220 sends a code prefix indicative of the delta-run escape code-type to the BSB unit 206 via the engine interface 207 and then instructs the VLUT unit 212 to send the variable length code to the BSB unit 206 via the engine interface 207.
If the type of code is indicated as a delta-level escape code or an adjusted delta-level escape code, the index generated by the ILUT unit 214 is sent to the VLUT unit 212 and a variable length code corresponding to the index is found in the value lookup table 702 (FIG. 7). The processor 220 sends a code prefix indicative of the delta-level escape code-type to the BSB unit 206 via the engine interface 207 and then instructs the VLUT unit 212 to send the variable length code to the BSB unit 206 via the engine interface 207.
If the type of code is indicated as a full escape code, the VLUT unit 212 is not used and the index output from the ILUT unit 214 may be ignored. The processor 220 sends a code prefix indicative of the full escape code-type to the BSB unit 206 via the engine interface 207 and then sends the run value and level value to the BSB unit 206 via the engine interface 207.
This sequence of events may be repeated until a block is complete.
Notably, different tables may be loaded into the VLUT unit 212 (the value lookup table 702), the ILUT unit 214 (the run and level to index lookup table 402, the disambiguation bit lookup table unit 404) and the GLUT unit 216 (the run maxima lookup table 602, the level maxima lookup table 604, the general purpose lookup table 606) to support different compression methods and, consequently, different video encoding and decoding standards.
Reading or writing to the registers 812, 814, 816, 818 of the BSB unit 206 of FIG. 8 causes the BSB unit 206 to perform certain actions. When data is to be written to the write FIFO 824, the data value is determined by a value currently and/or previously written to the write_data register 818 and the number of bits which are to be written is controlled by values currently and/or previously written to the write_bits register 816. In one embodiment of the present invention, the act of writing a value of N to the write_bits register 816 causes the rightmost N bits previously written to the write_data register 816 to be appended to a data stream transmitted by the write FIFO 824 to the stream buffer 108.
The variable length string interface 820 combines multiple strings of bits of varying lengths into data units, each data unit having a predetermined length, for example, an integer multiple of one byte (eight bits) for convenient storage and transmission.
In exemplary operation of the present invention, to write 37 bits to the stream buffer, an element of the microcoded engine 106 writes the 37 bits to the write_data register 816. The element then writes the value 37 to the write_bits register 816. The act of writing the value 37 to the write_bits register 816 causes the variable length string interface 820 to append the 37 bits written to the write_data register 816 to a data stream transmitted to the write FIFO 824 for transmission to the stream buffer 108.
In operation, the CODEC circuit 100 may be used in encoding a digital video sequence to produce variable length coded data or may be used in decoding variable length codes to produce a digital video sequence. The decoding operation may be considered as follows.
The variable length string interface 820 extracts strings of bits of varying lengths, at arbitrary starting bit positions, from data units received at the read FIFO 822. The data units may be arranged to have a predetermined length, for example, an integer multiple of one byte.
When an element of the microcoded engine 106 performs a read on the read_data register 814, the value returned is the value of the next N bits in the stream buffer 108 connected to the read FIFO 822, relative to the “current read bit position” in the stream buffer 108. The current read bit position is controlled by values written to the read_bits register 812. When the current read bit position is to be updated, the current read bit position advances according to a value currently or previously written to the read_bits register 812.
In exemplary operation of the present invention, the stream buffer 108 presents the sequence of bits within the bitstream being processed, starting from the “current read bit position”, at the read_data register 814. This sequence of bits can be fetched by the processor by performing a read operation on the read_data register 814. an element of the microcoded engine 106 writes the value 37 to the read_bits register 812. The element then performs a read on the read_data register 814. Responsive to receiving a read request via the read_data register 814, the variable length string interface 820 returns 37 bits from the read FIFO 822, starting with a bit at a “current read bit position” pointed to by a bit read pointer in the variable length string interface 820. The current read bit position is then incremented by 37. In exemplary operation of the present invention the “current read bit position” may be advanced by 37 bits by writing the value 37 to the read_bits register.
Once a variable length code has been read from the stream buffer 108 via the engine interface 207 and the BSB unit 206, the processor 220 transfers the variable length code to the ILUT unit 214 (see FIG. 11). The ILUT unit 214 uses the variable length code to index lookup table 412 to generate an index based on the variable length code and also uses the escape code correlator 414 to determine a type of escape code. Based on the type of escape code, the ILUT unit 214 may send a jump index to the processor 220.
A variable length code that includes an escape code may be considered to have two major parts: a code prefix; and a code value. The code value may be selected to represent a particular combination of run value and level value in the case of the delta-run escape code-type and the delta-level escape code-type. Alternatively, the code value may be selected to precisely set out a run value and a level value in the case of the full escape code-type. The code prefix includes a first portion to indicate an escape code and a second portion to indicate a particular type of escape code.
The escape code correlator 414 receives the variable length code and an indication of the length of the first portion of the code prefix. Where the length of the first portion of the code prefix is N bits, a comparison unit 1202 (see FIG. 12) compares the first N bits of the received variable length code to the known escape code indication. Where a match is found, the comparison unit 1202 generates an ESC_MATCH_FLAG signal indicating the match. Where a match is not found, the comparison unit 1202 does not generate a signal. The ESC_MATCH_FLAG signal may be received by an escape type extractor 1204.
The escape type extractor 1204 also receives the variable length code and the indication of the length of the code prefix. Additionally, the escape type extractor 1204 may be preloaded with an indication of the length of the second portion of the code prefix. Starting with the bit after the final bit of the first portion of the code prefix, the escape type extractor 1204 may record, responsive to receiving the trigger from the comparison unit 1202, the values of the bits indicative of the particular type of escape code. Based on the recorded values, the escape type extractor 1204 may generate an output string for transmission to the processor 220.
In one instance of operation of the ILUT unit 214, if the type of code is indicated as an explicit code, the index generated by the ILUT unit 214 is transferred to the VLUT unit 212. The VLUT unit 212 finds a level value and a run value in the value lookup table 702 (FIG. 13) based on the received index. The level value and the run value are then transferred to the CEB unit 208 according to instruction from the processor 220.
If the type of code is indicated as a delta-run escape code, the index generated by the ILUT unit 214 is sent to the VLUT unit 212. The VLUT unit 212 finds a level value and a run value in a run and level lookup table 704 (FIG. 13) based on the received index. Additionally, the level value is sent to the ILUT unit 214 and the run value is sent to the ALU 218. At the ILUT unit 214, a maximum run may be generated at the run maxima lookup table 604 for the received level value. The processor may then execute an instruction to transfer the maximum run to the ALU 218. At the ALU 218, the run value is added to the maximum run to generate an adjusted run value, which is received at the CEB unit 208 along with the level value determined by the VLUT unit 212.
If the type of code is indicated as a delta-level escape code, the index generated by the ILUT unit 214 is sent to the VLUT unit 212. The VLUT unit 212 finds a level value and a run value in the run and level lookup table 704 based on the received index. Additionally, the run value is sent to the ILUT unit 214 and the level value is sent to the ALU 218. At the ILUT unit 214, a maximum level may be generated at the level maxima lookup table 604 for the received run value. The processor may then execute an instruction to transfer the maximum level to the ALU 218. At the ALU 218, the level value is added to the maximum level to generate an adjusted level value, which is received at the CEB unit 208 along with the run value determined by the VLUT unit 212.
If the type of code is indicated as a full escape code, neither the VLUT unit 212 nor the ILUT unit 214 are used. The data following the full escape code indication in the variable length code, i.e., the level value and the run value, is routed directly to the CEB unit 208 by the processor 220.
Like the tables used in the encoding process, the tables used in the decoding process (the variable length code to index lookup table 412, the escape code correlator 414, the run maxima lookup table 602, the level maxima lookup table 604, the run and level lookup table 704) can be changed to support different compression methods and, consequently, different video encoding and decoding standards.
At the CEB unit 208, the decode mode involves the reception of run/level/last values, presented under control of the processor 220, which are subsequently loaded into the coefficient memory 306 to form a block of DCT coefficients. The coefficients are then transferred, via the DMA unit 302, from the coefficient memory 306 to the shared memory 104. As mentioned previously, it is typical to treat the coefficient memory 306 as a ping-pong buffer with each side holding one block of coefficients.
Once an initial block is written into the coefficient memory 306 by the processor 220, a second block may be written into the other side of the coefficient memory 306 while the initial block is read by the DMA unit 302 and written to the shared memory 104.
The sequence of events for decoding at the CEB unit 208 is illustrated in FIG. 15 to begin with the setting up of some registers in the run-level unit 308 (step 1502). In one register, a pointer to an address within the coefficient memory 306 may be initialized (e.g., to a value of “−1”). Another register may be established such that writing to this register triggers an initialization of the index register in the index register unit 310 for run/level processing. Additionally, a register may be used to store an indication of the block size. Where the number of coefficients decoded is different from the indicated block size, it may be considered that a bitstream error has occurred.
Registers may also be set up in the DMA unit 302 (step 1504). Two identical sets of registers may be set up to allow for separate and independent access to the shared memory 104. The DMA registers may include: a register for indicating a start address in the shared memory 104; a register for indicating a start address in the coefficient memory 306; a register for indicating a selection of a scan table in the scan table unit 304; and a register for indicating a number of 128-bit (eight-coefficient) words to transfer for each block.
The processor 220 may then trigger (step 1506) the various elements of the microcoded engine 106 to start decoding the contents to the stream buffer 108 as described above and write run/level values to the CEB unit 208 until a block is complete.
FIG. 16 illustrates steps in an exemplary decoding method at the CEB unit 208. The run-level unit 308 may receive a first run value and a first level value associated with the first run value (step 1602). The first run value may be used to update the pointer (1604). In particular, the first run value may be added to the pointer, which is then further incremented by one. The first level value (WDATA) may then be stored in the coefficient memory 306 at a memory location (WADDR) specified by the updated pointer. As the run value may be considered to indicate a number of zeroes that precede the associated level value, the level value is assumed to be non-zero. Corresponding to the storage of each received level value in the coefficient memory 306, a one-bit indication of the non-zero nature of the level value (i.e., a NON_ZERO_FLAG) may be stored (step 1608) in the index register in the index register unit 310 at the memory location (WADDR) specified by the updated pointer.
Using the exemplary run and level values discussed above, the pointer may be initialized to “−1”. A first set of run and level data may be received as run=0, level=−474. As such, the pointer may be incremented to 0 (pointer=pointer+run+1=−1+0+1) and the level value −474 may be stored in location 0 in the coefficient memory 306. Additionally, a binary 1 may be stored in location 0 in the index register in the index register unit 310. A second set of run and level data may be received as run=0, level=−68. As such, the pointer may be incremented to 1 (0+0+1) and the level value −68 may be stored in location 1 in the coefficient memory 306. Additionally, a binary 1 may be stored in location 1 in the index register in the index register unit 310. A third set of run and level data may be received as run=2, level=−62. As such, the pointer may be incremented to 4 (1+2+1) and the level value −62 may be stored in location 4 in the coefficient memory 306. Additionally, a binary 1 may be stored in location 4 in the index register in the index register unit 310. A fourth set of run and level data may be received as run=0, level=102. As such, the pointer may be incremented to 5 (4+0+1) and the level value 102 may be stored in location 5 in the coefficient memory 306. Additionally, a binary 1 may be stored in location 5 in the index register in the index register unit 310. A fifth set of run and level data may be received as run=1, level=−71. As such, the pointer may be incremented to 7 (5+1+1) and the level value −71 may be stored in location 7 in the coefficient memory 306. Additionally, a binary 1 may be stored in location 7 in the index register in the index register unit 310. The updating of the pointer and the storing of coefficient values in the coefficient memory 306 and storing the NON_ZERO_FLAG in the index register in the index register unit 310 continues until the block is complete.
Advantageously, at the beginning of the populating of the coefficient memory 306, the index register in the index register unit 310 is filled with zeros. At the end of the populating of the coefficient memory 306, the index register in the index register unit 310 only has values of one at locations corresponding to the memory locations in the coefficient memory 306 at which level values have been stored. As such, there is no need to perform initialization of the coefficient memory 306, which is much larger than the index register and, therefore, takes longer to initialize. Thus, a time savings is realized through the use of this method.
The processor 220 may repeatedly trigger the decoding, by the run-level unit 308, of run and level information determined, by the combination of the ILUT unit 214 and the VLUT unit 212, from a variable length code received from the stream buffer 108 (step 1506) until the processor 220 determines (step 1508) that an entire block has been written to the coefficient memory 306, e.g., by recognizing a last indication in received run/level/last information.
Once it has been determined (step 1508) that an entire block has been written to the coefficient memory 306, the processor 220 may make a determination as to whether a previously triggered DMA operation has completed (step 1510). To make such a determination, the processor 220 may read the DMA status register. Upon determining that a previously triggered DMA operation has completed (step 1510), the processor 220 may trigger (step 1512) the DMA unit 302 to read the coefficient memory 306 and write to the shared memory 104, first, by writing an indication to one of the two DMA setup registers to be used for such a purpose and, second, by writing an indication that the required operation is a DMA Write (put) operation.
The transfer of the blocks of DCT coefficients from the coefficient memory 306 into the shared memory 104 may be arranged to occur one coefficient at a time. Alternatively groups of coefficients may be aggregated to permit larger transfers to the shared memory 104. The DMA unit 302 specifies the memory location (ADDR, see FIG. 14) of a specific coefficient to the scan table unit 304, where the memory location (ADDR) of the specific coefficient relates to a memory location in the coefficient array as it will be stored in the shared memory 104. The scan table unit 304 may use a selected RAM-based scan table to determine a read memory location (RADDR) for the specific coefficient in the coefficient array as stored in the coefficient memory 306.
The same read memory location (RADDR) is transmitted to (that is, placed on an address bus available to) the index register unit 310 to trigger a response indicating the present or absence of a coefficient in the specified memory location in the coefficient memory 306. Once the DMA unit 302 receives the specific coefficient (RDATA) and the response (NON_ZERO_FLAG) from the index register unit 310, the DMA unit 302 may consider the response from the index register unit 310.
If the response from the index register unit 310 indicates that a coefficient is present at the specified memory location, the DMA unit 302 may transmit the specific coefficient (WDATA) to the shared memory 104. If the response from the index register unit 310 indicates that a coefficient is absent at the specified memory location, the DMA unit 302 may transmit a null value (WDATA) to the shared memory 104.
At this point the processor 220 may, again, set up the registers (step 1502) in the run-level unit 308 for receiving the next block of DCT coefficients.
Once the processor 220 has determined that the requested memory access is complete, the transfer of the block from the stream buffer 108 to the shared memory 104 may considered complete. However, it should be noted that, even as the CEB unit 208 completes transferring one block from one side of the coefficient memory 306 to the shared memory 104, the next block is being loaded into the other side of the coefficient memory 306.
Once a block of DCT coefficients has been transferred to the shared memory 104, the block of DCT coefficients in the shared memory 104 may then be read by the DCT unit 102 (see FIG. 1) and converted, by the DCT unit 102, to a digital video sequence.
Other modifications will be apparent to those skilled in the art.

Claims (15)

1. An escape code selection apparatus for producing variable length coded data, said escape code selection apparatus comprising:
a first comparator adapted to compare a received run value to a previously stored run value to produce a first comparison result;
a second comparator adapted to compare a received level value to a previously stored level value to produce a second comparison result; and
a logic unit adapted to select, based, at least in part, on said first comparison result and said second comparison result, an escape code, including an escape code type from among a plurality of escape code types; said escape code type reflecting one of a predefined set of arithmetic relationships between said received run value and said received level value, and an entry within a codebook.
2. The escape code selection apparatus of claim 1 wherein said logic unit is further adapted to:
select an index to an instruction based on said escape code type; and
transmit said index to a processor.
3. The escape code selection apparatus of claim 1, wherein said escape code types identify a delta run value escape code, or a delta level value escape code.
4. The escape code selection apparatus of claim 1, wherein said logic unit is adapted to create an escape code including a codebook entry corresponding to said received level value and a run value equal to a difference between said received run value and said previously stored run value.
5. The escape code selection apparatus of claim 1, wherein said logic unit is adapted to create an escape code including a codebook entry corresponding to said received run value and a level value equal to a difference between said received level value and said previously stored level value.
6. The escape code selection apparatus of claim 5, wherein said previously stored run level is the largest run value for a given level value in said codebook.
7. The escape code selection apparatus of claim 4, wherein said previously stored run level is the largest run value for a given level value in said codebook.
8. A method comprising:
receiving a run value and level value combination;
determining that said run value and level value combination to be encoded is not represented within a codebook;
determining one of a plurality of defined arithmetic relationships between said run value and level value combination and an entry in said codebook;
forming an escape code based on said determined one of said plurality of arithmetic relationships, and including in said escape code an indicator of said determined arithmetic relationship.
9. The method of claim 8, wherein said entry of said codebook has the run value of said run value and level value combination and said one of said defined arithmetic relationships includes a difference between the level value of the run value and level value combination, and the level value of said entry in said codebook.
10. The method of claim 9, wherein said entry in said codebook has the largest level value for a given run value in said codebook.
11. The method of claim 10, wherein said escape code includes a codebook entry corresponding to said run value of said run value and level value combination, and a level value equal to a difference between the level value of said run value and level value combination, and the level value of said entry in said codebook.
12. The method of claim 8, wherein said entry of said codebook has the level value of said run value and level value combination and said one of said defined arithmetic relationships includes a difference between the run value of the run value and level value combination, and the run value of said entry in said codebook.
13. The method of claim 12, wherein said entry in said codebook has the largest level value for a given run value in said codebook.
14. The method of claim 13, wherein said escape code includes a codebook entry corresponding to said level value of said run value and level value combination, and a run value equal to a difference between the run value of said run value and level value combination, and the run value of said entry in said codebook.
15. The method of claim 8, wherein said forming comprises forming an escape code including said run value and said level value combination, for run values or level values in said run value and level combination, in excess of defined maxima.
US11/046,048 2004-09-13 2005-01-28 Methods and apparatus for processing variable length coded data Expired - Fee Related US7132963B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/046,048 US7132963B2 (en) 2004-09-13 2005-01-28 Methods and apparatus for processing variable length coded data
US11/538,336 US7385534B2 (en) 2004-09-13 2006-10-03 Methods and apparatus for processing variable length coded data
US12/133,489 US7804430B2 (en) 2004-09-13 2008-06-05 Methods and apparatus for processing variable length coded data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US60951104P 2004-09-13 2004-09-13
US11/046,048 US7132963B2 (en) 2004-09-13 2005-01-28 Methods and apparatus for processing variable length coded data

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/538,336 Division US7385534B2 (en) 2004-09-13 2006-10-03 Methods and apparatus for processing variable length coded data

Publications (2)

Publication Number Publication Date
US20060071829A1 US20060071829A1 (en) 2006-04-06
US7132963B2 true US7132963B2 (en) 2006-11-07

Family

ID=36125015

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/046,048 Expired - Fee Related US7132963B2 (en) 2004-09-13 2005-01-28 Methods and apparatus for processing variable length coded data
US11/538,336 Expired - Fee Related US7385534B2 (en) 2004-09-13 2006-10-03 Methods and apparatus for processing variable length coded data
US12/133,489 Expired - Fee Related US7804430B2 (en) 2004-09-13 2008-06-05 Methods and apparatus for processing variable length coded data

Family Applications After (2)

Application Number Title Priority Date Filing Date
US11/538,336 Expired - Fee Related US7385534B2 (en) 2004-09-13 2006-10-03 Methods and apparatus for processing variable length coded data
US12/133,489 Expired - Fee Related US7804430B2 (en) 2004-09-13 2008-06-05 Methods and apparatus for processing variable length coded data

Country Status (1)

Country Link
US (3) US7132963B2 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050168470A1 (en) * 2004-01-30 2005-08-04 Ram Prabhakar Variable-length coding data transfer interface
US20060222247A1 (en) * 2005-04-01 2006-10-05 Bhaskar Sherigar Hardware implementation of inverse scan for a plurality of standards
US20060233447A1 (en) * 2005-04-14 2006-10-19 Nec Electronics Corporation Image data decoding apparatus and method
US20070188352A1 (en) * 2006-02-14 2007-08-16 Taiyi Cheng Method and system for improved lookup table (LUT) mechanism for Huffman decoding
US20070237231A1 (en) * 2006-03-29 2007-10-11 Portalplayer, Inc. Method and circuit for efficient caching of reference video data
US20070285285A1 (en) * 2006-06-08 2007-12-13 Portal Player, Inc. System and method for efficient compression of digital data
US7372379B1 (en) * 2006-03-28 2008-05-13 Nvidia Corporation Method and system for decoding N-tuple variable length code
US20080231482A1 (en) * 2004-09-13 2008-09-25 Ati Technologies Inc. Methods and apparatus for processing variable length coded data
US20080317138A1 (en) * 2007-06-20 2008-12-25 Wei Jia Uniform video decoding and display
US20090073007A1 (en) * 2007-09-17 2009-03-19 Wei Jia Decoding variable length codes in media applications
US20090074314A1 (en) * 2007-09-17 2009-03-19 Wei Jia Decoding variable lenght codes in JPEG applications
US20090228284A1 (en) * 2008-03-04 2009-09-10 Samsung Electronics Co., Ltd. Method and apparatus for encoding/decoding multi-channel audio signal by using a plurality of variable length code tables
US20110158310A1 (en) * 2009-12-30 2011-06-30 Nvidia Corporation Decoding data using lookup tables
US8599925B2 (en) * 2005-08-12 2013-12-03 Microsoft Corporation Efficient coding and decoding of transform blocks
US8599841B1 (en) * 2006-03-28 2013-12-03 Nvidia Corporation Multi-format bitstream decoding engine
US8725504B1 (en) 2007-06-06 2014-05-13 Nvidia Corporation Inverse quantization in audio decoding
US8934539B2 (en) 2007-12-03 2015-01-13 Nvidia Corporation Vector processor acceleration for media quantization
US9113151B2 (en) 2006-06-16 2015-08-18 Intel Corporation Hardware accelerated compressed video bitstream escape code handling
US9307267B2 (en) 2008-12-11 2016-04-05 Nvidia Corporation Techniques for scalable dynamic data encoding and decoding

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2587022T3 (en) * 2001-11-22 2016-10-20 Godo Kaisha Ip Bridge 1 Variable length coding procedure and variable length decoding procedure
US20060209965A1 (en) * 2005-03-17 2006-09-21 Hsien-Chih Tseng Method and system for fast run-level encoding
KR101326610B1 (en) * 2005-07-11 2013-11-08 톰슨 라이센싱 Method and apparatus for macroblock adaptive inter-layer intra texture prediction
KR100772870B1 (en) * 2005-12-12 2007-11-02 삼성전자주식회사 Method and apparatus for encoding and decoding video signal using coefficient's property which composes FGS layer's block
US7324026B2 (en) * 2006-05-19 2008-01-29 Nvidia Corporation Optimization of decoder memory usage for VLC tables
JP2010045598A (en) * 2008-08-12 2010-02-25 Fujitsu Ltd Variable length decoder, and encoder
KR20140021419A (en) * 2012-08-10 2014-02-20 삼성전자주식회사 Memory module, and memory system including the same
US9386326B2 (en) 2012-10-05 2016-07-05 Nvidia Corporation Video decoding error concealment techniques
JP6367963B2 (en) 2014-03-14 2018-08-01 ヴィド スケール インコーポレイテッド Palette coding for screen content coding
US10250912B2 (en) * 2015-02-17 2019-04-02 Mediatek Inc. Method and apparatus for entropy decoding with arithmetic decoding decoupled from variable-length decoding
US10312860B2 (en) 2015-03-13 2019-06-04 Telefonaktiebolaget Lm Ericsson (Publ) Reducing duration of start-up period for a crystal oscillator circuit
CN111131826A (en) * 2018-10-31 2020-05-08 上海天荷电子信息有限公司 Data compression method and device for fixed-length code unit containing multiple coding parameter variable-length codes

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5539401A (en) * 1994-08-31 1996-07-23 Mitsubishi Denki Kabushiki Kaisha Variable-length code table and variable-length coding device
US5835145A (en) * 1996-01-19 1998-11-10 Lsi Logic Corporation Conversion system using programmable tables for compressing transform coefficients
US5852469A (en) * 1995-03-15 1998-12-22 Kabushiki Kaisha Toshiba Moving picture coding and/or decoding systems, and variable-length coding and/or decoding system
US5969650A (en) * 1997-01-17 1999-10-19 Matsushita Electric Industrial Co., Ltd. Variable length coder with a small table size
US6317461B1 (en) * 1995-03-15 2001-11-13 Kabushiki Kaisha Toshiba Moving picture coding and/or decoding systems, and variable-length coding and/or decoding system
US6650785B2 (en) * 1996-11-06 2003-11-18 Matsushita Electric Industrial Co., Ltd. Image coding and decoding methods, image coding and decoding apparatuses, and recording media for image coding and decoding programs
US6674376B1 (en) * 2002-09-13 2004-01-06 Morpho Technologies Programmable variable length decoder circuit and method

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US631746A (en) * 1899-06-23 1899-08-22 Reading Stove Works Orr Painter & Co Grate-operating mechanism.
US4068298A (en) * 1975-12-03 1978-01-10 Systems Development Corporation Information storage and retrieval system
US4764896A (en) * 1985-07-01 1988-08-16 Honeywell Inc. Microprocessor assisted memory to memory move apparatus
US5369405A (en) * 1992-05-19 1994-11-29 Goldstar Co., Ltd. Coefficient generation apparatus for variable length decoder
US5828907A (en) * 1992-06-30 1998-10-27 Discovision Associates Token-based adaptive video processing arrangement
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
US5512896A (en) * 1993-11-30 1996-04-30 Texas Instruments Incorporated Huffman encoding method, circuit and system employing most significant bit change for size detection
US5479166A (en) * 1993-11-30 1995-12-26 Texas Instruments Incorporated Huffman decoding method, circuit and system employing conditional subtraction for conversion of negative numbers
US6011498A (en) * 1996-12-20 2000-01-04 Philips Electronics North America Corporation Dual-speed variable length decoding architecture for MPEG-2 video data
JP2870515B2 (en) * 1996-12-27 1999-03-17 日本電気株式会社 Variable length coding device
JP3189876B2 (en) * 1997-06-09 2001-07-16 日本電気株式会社 Variable length code decoding circuit
US6313766B1 (en) * 1998-07-01 2001-11-06 Intel Corporation Method and apparatus for accelerating software decode of variable length encoded information
US6636222B1 (en) * 1999-11-09 2003-10-21 Broadcom Corporation Video and graphics system with an MPEG video decoder for concurrent multi-row decoding
US6650782B1 (en) * 2000-02-24 2003-11-18 Eastman Kodak Company Visually progressive ordering of compressed subband bit-planes and rate-control based on this ordering
US6573846B1 (en) * 2001-12-31 2003-06-03 Apple Computer, Inc. Method and apparatus for variable length decoding and encoding of video streams
US7262718B2 (en) * 2004-03-30 2007-08-28 Matsushita Electric Industrial Co., Ltd. Variable length decoder and variable length decoding method
WO2005104456A1 (en) * 2004-03-31 2005-11-03 Ipt Corporation Fixed length data search device and search management method
US20050266175A1 (en) * 2004-05-27 2005-12-01 Yong Hsu Retardation coating
US7132963B2 (en) 2004-09-13 2006-11-07 Ati Technologies Inc. Methods and apparatus for processing variable length coded data
CN100584025C (en) * 2005-08-04 2010-01-20 华为技术有限公司 Arithmetic decoding system and device based on contents self-adaption

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5539401A (en) * 1994-08-31 1996-07-23 Mitsubishi Denki Kabushiki Kaisha Variable-length code table and variable-length coding device
US5852469A (en) * 1995-03-15 1998-12-22 Kabushiki Kaisha Toshiba Moving picture coding and/or decoding systems, and variable-length coding and/or decoding system
US6317461B1 (en) * 1995-03-15 2001-11-13 Kabushiki Kaisha Toshiba Moving picture coding and/or decoding systems, and variable-length coding and/or decoding system
US5835145A (en) * 1996-01-19 1998-11-10 Lsi Logic Corporation Conversion system using programmable tables for compressing transform coefficients
US6650785B2 (en) * 1996-11-06 2003-11-18 Matsushita Electric Industrial Co., Ltd. Image coding and decoding methods, image coding and decoding apparatuses, and recording media for image coding and decoding programs
US5969650A (en) * 1997-01-17 1999-10-19 Matsushita Electric Industrial Co., Ltd. Variable length coder with a small table size
US6674376B1 (en) * 2002-09-13 2004-01-06 Morpho Technologies Programmable variable length decoder circuit and method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Knee, Mike, MPEG Video, Mar. 2002, Snell & Wilcox.
Van Dusen, Chuck, MPEG-2 Tutorial, MPEGoverview.ppt, DATE?, VideoTele.com, no date?.
Wong, S.et al., Future Directions of (Programmable and Reconfigurable) Embedded Processors, Date?, Publisher?, no date?.

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100106918A1 (en) * 2004-01-30 2010-04-29 Nvidia Corporation Variable-length coding data transfer interface
US8427494B2 (en) 2004-01-30 2013-04-23 Nvidia Corporation Variable-length coding data transfer interface
US20050168470A1 (en) * 2004-01-30 2005-08-04 Ram Prabhakar Variable-length coding data transfer interface
US8339406B2 (en) 2004-01-30 2012-12-25 Nvidia Corporation Variable-length coding data transfer interface
US20080231482A1 (en) * 2004-09-13 2008-09-25 Ati Technologies Inc. Methods and apparatus for processing variable length coded data
US7804430B2 (en) 2004-09-13 2010-09-28 Broadcom Corporation Methods and apparatus for processing variable length coded data
US20060222247A1 (en) * 2005-04-01 2006-10-05 Bhaskar Sherigar Hardware implementation of inverse scan for a plurality of standards
US20060233447A1 (en) * 2005-04-14 2006-10-19 Nec Electronics Corporation Image data decoding apparatus and method
US8599925B2 (en) * 2005-08-12 2013-12-03 Microsoft Corporation Efficient coding and decoding of transform blocks
US20070188352A1 (en) * 2006-02-14 2007-08-16 Taiyi Cheng Method and system for improved lookup table (LUT) mechanism for Huffman decoding
US7333037B2 (en) * 2006-02-14 2008-02-19 Broadcom Corporation Method and system for improved lookup table (LUT) mechanism for Huffman decoding
US7372379B1 (en) * 2006-03-28 2008-05-13 Nvidia Corporation Method and system for decoding N-tuple variable length code
US8599841B1 (en) * 2006-03-28 2013-12-03 Nvidia Corporation Multi-format bitstream decoding engine
US8593469B2 (en) 2006-03-29 2013-11-26 Nvidia Corporation Method and circuit for efficient caching of reference video data
US20070237231A1 (en) * 2006-03-29 2007-10-11 Portalplayer, Inc. Method and circuit for efficient caching of reference video data
US7884742B2 (en) 2006-06-08 2011-02-08 Nvidia Corporation System and method for efficient compression of digital data
US20070285285A1 (en) * 2006-06-08 2007-12-13 Portal Player, Inc. System and method for efficient compression of digital data
US9113151B2 (en) 2006-06-16 2015-08-18 Intel Corporation Hardware accelerated compressed video bitstream escape code handling
US8725504B1 (en) 2007-06-06 2014-05-13 Nvidia Corporation Inverse quantization in audio decoding
US20080317138A1 (en) * 2007-06-20 2008-12-25 Wei Jia Uniform video decoding and display
US8477852B2 (en) 2007-06-20 2013-07-02 Nvidia Corporation Uniform video decoding and display
US8502709B2 (en) 2007-09-17 2013-08-06 Nvidia Corporation Decoding variable length codes in media applications
US20090073007A1 (en) * 2007-09-17 2009-03-19 Wei Jia Decoding variable length codes in media applications
US8849051B2 (en) 2007-09-17 2014-09-30 Nvidia Corporation Decoding variable length codes in JPEG applications
US20090074314A1 (en) * 2007-09-17 2009-03-19 Wei Jia Decoding variable lenght codes in JPEG applications
US8934539B2 (en) 2007-12-03 2015-01-13 Nvidia Corporation Vector processor acceleration for media quantization
US20090228284A1 (en) * 2008-03-04 2009-09-10 Samsung Electronics Co., Ltd. Method and apparatus for encoding/decoding multi-channel audio signal by using a plurality of variable length code tables
US9307267B2 (en) 2008-12-11 2016-04-05 Nvidia Corporation Techniques for scalable dynamic data encoding and decoding
US20110158310A1 (en) * 2009-12-30 2011-06-30 Nvidia Corporation Decoding data using lookup tables

Also Published As

Publication number Publication date
US7804430B2 (en) 2010-09-28
US20060071829A1 (en) 2006-04-06
US7385534B2 (en) 2008-06-10
US20070139228A1 (en) 2007-06-21
US20080231482A1 (en) 2008-09-25

Similar Documents

Publication Publication Date Title
US7132963B2 (en) Methods and apparatus for processing variable length coded data
US7289047B2 (en) Decoding variable length codes while using optimal resources
US7403564B2 (en) System and method for multiple channel video transcoding
US6959348B1 (en) Method and system for accessing data
US7286066B1 (en) Acceleration of bitstream decoding
US6292114B1 (en) Efficient memory mapping of a huffman coded list suitable for bit-serial decoding
US20030085822A1 (en) High performance memory efficient variable-length coding decoder
US7411529B2 (en) Method of decoding bin values using pipeline architecture and decoding device therefor
US6043765A (en) Method and apparatus for performing a parallel speculative Huffman decoding using both partial and full decoders
EP1440585A2 (en) Improved variable length decoder
US6771196B2 (en) Programmable variable-length decoder
KR20060013021A (en) Context adaptive binary arithmetic decoder method and apparatus
US6546053B1 (en) System and method for decoding signal and method of generating lookup table for using in signal decoding process
US7298297B1 (en) Hardware-implemented Huffman decoder
JP3860574B2 (en) Apparatus and method for extracting data from and loading into a buffer
KR20040095742A (en) A picture decoding unit and a picture encoding device used it, and a picture decoding device and decoding method
US7095341B2 (en) Programmable variable-length decoder
JPH07222164A (en) Digital video bit stream coder
JP3488058B2 (en) A system for variable length code data stream position alignment
US20050174270A1 (en) Programmable variable length decoder including interface of cpu processor
US7728744B2 (en) Variable length decoder system and method
US7075462B2 (en) Speeding up variable length code decoding on general purpose processors
US7675972B1 (en) System and method for multiple channel video transcoding
US7391909B2 (en) Data manipulation
US7072400B2 (en) Inverse zigzag scanning of a matrix of video data values and manipulation

Legal Events

Date Code Title Description
FEPP Fee payment procedure

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

AS Assignment

Owner name: ATI TECHNOLOGIES INC., CANADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PEARLSTEIN, LARRY A.;SITA, RICHARD K.;SELVAGGI, RICHARD J.;REEL/FRAME:016906/0859

Effective date: 20050131

AS Assignment

Owner name: ATI TECHNOLOGIES ULC, CANADA

Free format text: CHANGE OF NAME;ASSIGNOR:ATI TECHNOLOGIES INC.;REEL/FRAME:021679/0230

Effective date: 20061025

Owner name: ATI TECHNOLOGIES ULC,CANADA

Free format text: CHANGE OF NAME;ASSIGNOR:ATI TECHNOLOGIES INC.;REEL/FRAME:021679/0230

Effective date: 20061025

AS Assignment

Owner name: BROADCOM CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ADVANCED MICRO DEVICES, INC.;ATI TECHNOLOGIES ULC;ATI INTERNATIONAL SRL;REEL/FRAME:022083/0433

Effective date: 20081027

Owner name: BROADCOM CORPORATION,CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ADVANCED MICRO DEVICES, INC.;ATI TECHNOLOGIES ULC;ATI INTERNATIONAL SRL;REEL/FRAME:022083/0433

Effective date: 20081027

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

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

REMI Maintenance fee reminder mailed
AS Assignment

Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA

Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:037806/0001

Effective date: 20160201

Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH

Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:037806/0001

Effective date: 20160201

AS Assignment

Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD., SINGAPORE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:041706/0001

Effective date: 20170120

Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:041706/0001

Effective date: 20170120

AS Assignment

Owner name: BROADCOM CORPORATION, CALIFORNIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:041712/0001

Effective date: 20170119

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.)

AS Assignment

Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITE

Free format text: MERGER;ASSIGNOR:AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.;REEL/FRAME:047642/0417

Effective date: 20180509

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20181107

AS Assignment

Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITE

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE EXECUTION DATE OF THE MERGER PREVIOUSLY RECORDED ON REEL 047642 FRAME 0417. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT,;ASSIGNOR:AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.;REEL/FRAME:048521/0395

Effective date: 20180905