Video Decoding with Adjacent Coding Unit Transform Inheritance

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing video encoding technologies consume high bit rates due to the need to encode transform information for each coding unit, which increases encoding costs and reduces decoding efficiency.

Innovation Solution

Determine the transform information of a current coding unit based on the encoding information of an adjacent coding unit, allowing the current coding unit to inherit or deduce its transform information, thereby reducing the need to encode it explicitly.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If transform information is explicitly encoded for each coding unit, then transformation accuracy is improved, but bit rate consumption increases

Engineering Contradiction:
Improvetransformation accuracyVSAvoidbit rate consumption
Core Design Contradiction:
Manufacturing precisionVSQuantity of substance

Solution Approach 1:

The patent applies the copying principle by having the current coding unit inherit transform information from adjacent coding units (left, top, top-right, or bottom coding units) instead of encoding it explicitly. The decoder copies transform information from neighboring units that have already been decoded, eliminating the need to transmit transform information for every coding unit while maintaining transformation accuracy through inheritance from spatially correlated adjacent units.

Inventive Principle:
Principle #26Copying

2Measurement precision

If transform information is explicitly encoded for each coding unit, then decoding precision is improved, but decoding efficiency deteriorates

Engineering Contradiction:
Improvedecoding precisionVSAvoiddecoding efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent applies preliminary action by pre-decoding transform information in adjacent coding units during the decoding process. Since adjacent coding units are decoded before the current coding unit in the scanning order, their transform information is already available in the buffer, allowing the current unit to directly inherit and use this pre-decoded information without additional decoding operations, thus improving decoding efficiency while maintaining precision.

Inventive Principle:
Principle #10Preliminary action

3Manufacturing precision

If transform information is explicitly encoded for each coding unit, then encoding precision is improved, but encoding complexity increases

Engineering Contradiction:
Improveencoding precisionVSAvoidencoding complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent applies the extraction principle by removing the transform information encoding step from the encoding process for current coding units. Instead of encoding transform information separately for each coding unit, the method extracts and reuses transform information from adjacent coding units that have already been encoded, significantly reducing encoding complexity while maintaining encoding precision through inheritance from spatially correlated units.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20250379993A1Video decoding method, video encoding method, and related device
Publication Date: 2025.12.11 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US20250379993A1 patent drawing
  • US20250379993A1 patent drawing
  • US20250379993A1 patent drawing

AI summary

This application provide a video decoding method performed by a computer device. The method includes: determining a current coding unit in a video bitstream, and an adjacent coding unit of the current coding unit; determining transform information of the current coding unit according to encoding information of the adjacent coding unit; and decoding the current coding unit based on the determined transform information of the current coding unit. The embodiments of this application can reduce bit rate consumption in a video encoding and decoding process.