Data Stream Encoding Circuit for Real-Time HD Video

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional circuits face challenges in efficiently processing high-definition video data due to bandwidth limitations and inefficiencies in video compression, particularly with recursive algorithms and data recursion, which compromise video quality and are unsuitable for real-time HD AVC compression.

Innovation Solution

A circuit and method for encoding a data stream that includes a non-zero count circuit, trailing ones detection circuit, and memory with lookup tables to generate encoded data values based on non-zero coefficients and trailing ones, optimizing data processing and compression.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If conventional CPUs or programmable DSPs are used for video compression, then general-purpose processing capability is available, but processing speed and real-time performance are insufficient for HD AVC compression

Engineering Contradiction:
Improveprocessing speedVSAvoidarchitecture complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The video compression circuit is divided into multiple specialized functional units including DCT units, quantization units, entropy encoding units, and motion compensation units. Each unit handles a specific stage of the compression process independently, enabling parallel processing of different video blocks and achieving real-time HD AVC compression performance.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent replaces general-purpose software-based processing on CPUs and DSPs with dedicated hardware circuitry implemented in FPGAs or ASICs. This hardware implementation provides deterministic timing and parallel execution capabilities that software cannot achieve, enabling the required 500 billion operations per second for real-time HD AVC compression.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Productivity

If recursive algorithms such as IIR filtering or variable-length coding are implemented on DSPs, then filtering and compression functions are achieved, but processing efficiency deteriorates due to data recursion limitations

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidalgorithm implementation
Core Design Contradiction:
ProductivityVSEase of operation

Solution Approach 1:

The circuit performs preliminary calculations and prepares data in advance for recursive operations. Buffer memory stores intermediate results and state information needed for IIR filtering and variable-length coding, allowing the hardware to maintain recursion state without re-computation and achieving efficient real-time processing.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Buffer memory and register files serve as intermediaries between different processing stages, storing intermediate results and enabling efficient data flow between DCT, quantization, and entropy encoding units. This intermediary storage eliminates the need for complex data re-fetching and maintains processing efficiency.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Quantity of substance

If MPEG standards with DCT and IDCT are used for video compression, then bandwidth is reduced through redundancy removal, but processing complexity increases

Engineering Contradiction:
Improvedata volumeVSAvoidprocessing complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The video stream is divided into macroblocks and further into 8x8 pixel blocks for independent DCT processing. This segmentation allows parallel execution of DCT operations on multiple blocks simultaneously, reducing overall processing complexity while achieving effective compression through block-based redundancy removal.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The circuit transforms spatial domain pixel data into frequency domain coefficients through DCT, then applies quantization by dividing by predetermined coefficients and rounding. This parameter transformation and quantization process efficiently removes perceptually irrelevant information, reducing data volume while maintaining visual quality.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS7292163B1Circuit for and method of encoding a data stream
Publication Date: 2007.11.06 XILINX INC
  • US7292163B1 patent drawing
  • US7292163B1 patent drawing
  • US7292163B1 patent drawing

AI summary

A circuit for encoding a data stream is described. The circuit comprises a non-zero count circuit coupled to receive the data stream and output a count of non-zero coefficients of a block of data of the data stream; a trailing ones detection circuit coupled to receive the data stream and output a number of trailing ones of the block of data; and a memory coupled to the non-zero count circuit and the trailing ones detection circuit and storing encoded data values, the memory outputting an encoded data value for a non-zero coefficient of a block of data based upon the count of non-zero coefficients and the number of trailing ones for the block of data. A method of encoding a data stream is disclosed.