WO2024007090A1 - 一种超高清视频数据编码/解码处理方法及系统 - Google Patents

一种超高清视频数据编码/解码处理方法及系统 Download PDF

Info

Publication number
WO2024007090A1
WO2024007090A1 PCT/CN2022/103533 CN2022103533W WO2024007090A1 WO 2024007090 A1 WO2024007090 A1 WO 2024007090A1 CN 2022103533 W CN2022103533 W CN 2022103533W WO 2024007090 A1 WO2024007090 A1 WO 2024007090A1
Authority
WO
WIPO (PCT)
Prior art keywords
video
decoding
encoding
video data
data
Prior art date
Application number
PCT/CN2022/103533
Other languages
English (en)
French (fr)
Inventor
王晓东
Original Assignee
嘉兴尚坤科技有限公司
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 嘉兴尚坤科技有限公司 filed Critical 嘉兴尚坤科技有限公司
Priority to PCT/CN2022/103533 priority Critical patent/WO2024007090A1/zh
Publication of WO2024007090A1 publication Critical patent/WO2024007090A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/597Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding specially adapted for multi-view video sequence encoding

Definitions

  • the present invention relates to the field of video data processing, and in particular to an ultra-high-definition video data encoding/decoding processing method and system.
  • Bit rate control is a key technology in the field of multimedia transmission. During the video encoding and transmission process, the bit rate needs to be controlled.
  • Traditional video coding standards usually employ block-based coding techniques to fully exploit spatial and temporal redundancy.
  • the basic approach is to divide the entire source frame into blocks, perform prediction on each block, transform the residual value of each block, and perform quantization, scanning, and entropy coding.
  • the reconstructed frames generated in the internal decoding loop of the video encoder are used to provide reference pixel data for encoding subsequent blocks, and the video decoder performs the inverse of the video encoding process performed by the video encoder.
  • the purpose of the present invention is to provide an ultra-high-definition video data encoding/decoding processing method to overcome the above-mentioned defects in the prior art.
  • the encoding includes the following steps:
  • the decoding includes the following steps:
  • the SEI message is a chroma resampling prompt SEI message
  • the ultra-high definition processing data includes table lookup coefficients used to upsample the decoded video bit stream data.
  • the post-processing of the decoded video bit stream data includes:
  • the decoded video bit stream data is inversely quantized using the inverse quantization data to obtain the final decoding result.
  • the depth information is obtained by synthesizing the depth block in the current coding perspective from the depth information in the basic perspective and encoding it.
  • a system for implementing the ultra-high definition video data encoding/decoding processing method including a video encoder and a video decoder;
  • the video encoder includes:
  • a coding flag module used to determine the value of the video data prediction flag set for the non-basic perspective according to the coding computing capability
  • Video encoding module used to encode video data streams
  • the video decoder includes:
  • a decoding judgment module used to determine whether to perform video decoding based on the value of the video data prediction flag
  • Video decoding module used to decode video data streams.
  • the video encoding module includes:
  • Reconstructor used to configure the integer value of the syntax element to represent the video
  • Entropy Encoder Used to configure the previously encoded portion of the video data stream to encode multiple segments of binarized values using binary entropy coding by selecting a context among different contexts and updating the probability states associated with the different contexts. into the video data stream.
  • the video decoding module includes:
  • Entropy decoder used to configure the previously decoded portion of the video data stream, using binary entropy decoding to derive binarized values from the video data stream by selecting contexts among different contexts and updating the probability states associated with the different contexts. multiple segments;
  • Desymbolizer used to debinarize the binary value of the syntax element and obtain the integer value of the syntax element
  • Reconstructor Used to reconstruct a video based on the integer value of a syntax element.
  • the video decoding module also includes a post-processing unit, and the post-processing unit is configured to use ultra-high definition processing data to process the decoded video bit stream data according to the video decoding standard.
  • the post-processing unit includes a chroma upsampling unit.
  • the present invention determines whether to perform video decoding based on the value of the video data prediction flag set in a non-basic perspective, and combines the texture information and depth information to encode the syntax elements and texture information into the video data stream using the binary value of the syntax element. , and at the same time, a post-processing operation is added to the decoding, so that the table lookup coefficients can upsample the decoded video bitstream data, and inversely quantize the upsampled video bitstream data to obtain inverse quantized data, and then use inverse quantization The data inversely quantizes the decoded video bit stream data to obtain the final decoding result, which makes it more convenient and simple to control the bit rate and achieve high-efficiency video decoding.
  • Figure 1 is a schematic flow chart of the encoding process of the present invention
  • the syntax elements and texture information are encoded into the video data stream by the video encoder using the binarized values of the syntax elements.
  • decoding includes the following steps:
  • the SEI message is a chroma resampling prompt SEI message
  • the ultra-high definition processing data includes table lookup coefficients used to upsample the decoded video bit stream data.
  • Post-processing the decoded video bit stream data includes: using table lookup coefficients to upsample the decoded video bit stream data; performing inverse quantization on the upsampled video bit stream data to obtain inverse quantized data; using inverse The quantized data inversely quantizes the decoded video bit stream data to obtain the final decoding result.
  • the depth information is obtained by synthesizing the depth block in the current coding perspective from the depth information in the basic perspective and encoding it.
  • the present invention determines whether to perform video decoding based on the value of the video data prediction flag set in a non-basic perspective, and combines the texture information and depth information to encode the syntax elements and texture information into the video data stream using the binary value of the syntax element. , and at the same time, a post-processing operation is added to the decoding, so that the table lookup coefficients can upsample the decoded video bitstream data, and inversely quantize the upsampled video bitstream data to obtain inverse quantized data, and then use inverse quantization The data inversely quantizes the decoded video bit stream data to obtain the final decoding result, which makes it more convenient and simple to control the bit rate and achieve high-efficiency video decoding.
  • the present invention also provides a system for implementing an ultra-high-definition video data encoding/decoding processing method, including a video encoder and a video decoder;
  • Video encoders include:
  • a coding flag module used to determine the value of the video data prediction flag set for the non-basic perspective according to the coding computing capability
  • An encoding judgment module used to determine whether to perform video encoding based on the value of the video data prediction flag
  • Video encoding module used to encode video data streams.
  • the video encoding module includes a reconstructor, a symbolizer, and an entropy encoder.
  • the reconstructor is used to configure the integer value of the syntax element to represent the video;
  • the symbolizer is used to obtain the binary value of the syntax element;
  • the entropy encoder is used to configure the previously encoded part of the video data stream, by selecting the context among different contexts and Probabilistic states associated with different contexts are updated, using binary entropy coding to encode multiple segments of binarized values into the video data stream.
  • Video codecs include:
  • the decoding flag module is used to determine the value of the video data prediction flag set for the non-basic view according to the decoding computing capability
  • a decoding judgment module used to determine whether to perform video decoding based on the value of the video data prediction flag
  • a video decoding module used for decoding the video data stream.
  • the video decoding module includes an entropy decoder, a desymbolizer, a reconstructor and a post-processing unit, and the entropy decoder is used to configure the previously decoded part of the video data stream,
  • Binary entropy decoding is used to derive multiple segments of binarized values from the video data stream by selecting contexts among different contexts and updating the probability states associated with the different contexts;
  • a desymbolizer is used to binarize syntax elements.
  • the reconstructor is used to reconstruct the video based on the integer value of the syntax element;
  • the post-processing unit includes a chroma upsampling unit for using Ultra HD processing data to process the decoded video bitstream data.

Abstract

本发明涉及一种超高清视频数据编码/解码处理方法,所述的编码包括以下步骤:11)确定为非基本视角序列在序列参数集中设置的视频数据预测标志位的取值;12)根据视频数据预测标志位的取值确定是否进行视频编码;若是,则执行步骤13),否则不进行视频编码;13)根据基本视角中的纹理信息和深度信息合成出当前编码视角中的纹理块,编码非基本视角中的纹理信息;14)通过视频编码器使用语法元素的二元化值将语法元素和纹理信息编码到视频数据流中,与现有技术相比,本发明具有提高视频编码解码效率等优点。

Description

一种超高清视频数据编码/解码处理方法及系统 技术领域
本发明涉及视频数据处理领域,尤其是涉及一种超高清视频数据编码/解码处理方法及系统。
背景技术
随着科学技术的发展,尤其是多媒体技术的快速发展,视频编码和传输对于提高多媒体的视觉体验变得越来越重要,已经成为多媒体领域的一个重要研究主题。而码率控制是多媒体传输领域的一个关键技术,在视频的编码和传输过程中,需要对码率进行控制。
传统的视频编码标准通常采用基于编码技术的块来充分利用空间和时间冗余。举例来说,基本的做法是将整个源帧分为多个块,对每个块执行预测,变换每个块的残值以及执行量化、扫描和熵编码。此外,视频编码器的内部解码环中产生的重构帧用于为编码随后的块提供参考像素数据,视频解码器执行由视频编码器执行的视频编码处理的反向处理。
基于软件的视频解码器被广泛用于各种应用。然而,关于传统的基于软件的视频解码系统,由于对于连续的语法分析的高度依赖,熵解码阶段通常是性能瓶颈,并且不适合于并行处理,同时如今对超高清视频的要求,对视频编码解码效率更高要求,需要具有改进的解码效率的创新的视频解码器,提高全码率控制的效率和准确性。
发明内容
本发明的目的就是为了克服上述现有技术存在的缺陷而提供一种超高清视频数据编码/解码处理方法。
本发明的目的可以通过以下技术方案来实现:
一种超高清视频数据编码/解码处理方法,所述的编码包括以下步骤:
11)确定为非基本视角序列在序列参数集中设置的视频数据预测标志位的取值;
12)根据视频数据预测标志位的取值确定是否进行视频编码;若是,则执行步骤13),否则不进行视频编码;
13)根据基本视角中的纹理信息和深度信息合成出当前编码视角中的纹理块,编码非基本视角中的纹理信息;
14)通过视频编码器使用语法元素的二元化值将语法元素和纹理信息编码到视频数据流中;
所述的解码包括以下步骤:
21)确定根据解码计算能力为非基本视角设置的视频数据预测标志位的取值;
22)根据视频数据预测标志位的取值确定是否进行视频解码;若是,则执行步骤23),否则不进行视频解码;
23)根据基本视角中的纹理信息和深度信息合成出当前解码视角中的纹理块,解码非基本视角中的纹理信息;
24)通过视频解码器根据视频译码标准解码视频位流数据,所述视频位流数据包括补充增强信息SEI消息和纹理信息;
25)通过所述视频解码器,从SEI消息中提取超高清处理数据并根据视频译码标准使用超高清处理数据对经解码的视频位流数据进行后处理,得到最终解码结果。
进一步地,所述的SEI消息为色度再取样提示SEI消息,所述的超高清处理数据包括用于对经解码的视频位流数据进行上取样的查表系数。
更进一步地,所述的对经解码的视频位流数据进行后处理包括:
使查表系数对所述经解码的视频位流数据进行上取样;
对上取样的视频位流数据进行逆量化,得到逆量化数据;
使用逆量化数据对经解码的视频位流数据进行逆量化,得到最终解码结果。
进一步地,所述的深度信息为通过基本视角中的深度信息合成出当前编码视角中的深度块,并经过编码得到。
一种用于实现所述的超高清视频数据编码/解码处理方法的系统,包括视频编码器和视频解码器;
所述的视频编码器包括:
编码标志模块,用于确定根据编码计算能力为非基本视角设置的视频数据预测标志位的取值;
编码判断模块,用于根据视频数据预测标志位的取值确定是否进行视频编码;
视频编码模块,用于对视频数据流的编码;
所述的视频解码器包括:
解码标志模块,用于确定根据解码计算能力为非基本视角设置的视频数据预测标志位的取值;
解码判断模块,用于根据视频数据预测标志位的取值确定是否进行视频解码;
视频解码模块,用于对视频数据流的解码。
进一步地,所述的视频编码模块包括:
重构器:用于配置语法元素的整数值来表示视频;
符号化器:用于获得语法元素的二元化值,
熵编码器:用于配置视频数据流的先前编码部分,通过在不同上下文之中选择上下文并且更新与不同上下文相关联的概率状态,使用二元熵编码来将二元化值的多个段编码到视频数据流中。
进一步地,所述的视频解码模块包括:
熵解码器:用于配置视频数据流的先前解码部分,通过在不同上下文之中选择上下文并且更新与不同上下文相关联的概率状态,使用二元熵解码来从视频数据流中导出二元化值的多个段;
解符号化器:用于对语法元素的二元化值进行解二元化,获得语法元素的整数值;
重构器:用于基于语法元素的整数值来重构视频。
更进一步地,所述的视频解码模块还包括后处理单元,所述的后处理单元用于根据视频译码标准,使用超高清处理数据来处理经解码的视频位流数据。
更进一步地,所述的后处理单元包括色度上取样单元。
与现有技术相比,本发明具有以下优点:
本发明根据非基本视角设置的视频数据预测标志位的取值确定是否进行视频解码,并结合纹理信息和深度信息,使用语法元素的二元化值将语法元素和纹理信息编码到视频数据流中,同时在解码中加入后处理操作,使查表系数对所述经解码的视频位流数据进行上取样,并对上取样的视频位流数据进行逆量化,得到逆量化数据,再使用逆量化数据对经解码的视频位流数据进行逆量化,得到最终解码结果,更方便简单地实现对码率的控制,可以实现高效率的视频解码。
附图说明
图1为本发明编码过程的流程示意图;
图2为本发明解码过程的流程示意图。
具体实施方式
下面结合附图和具体实施例对本发明进行详细说明。显然,所描述的实施例是本发明的一部分实施例,而不是全部实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动的前提下所获得的所有其他实施例,都应属于本发明保护的范围。
本发明提供一种超高清视频数据编码/解码处理方法。
如图1所示,编码包括以下步骤:
11)确定为非基本视角序列在序列参数集中设置的视频数据预测标志位的取值;
12)根据视频数据预测标志位的取值确定是否进行视频编码;若是,则执行步骤13),否则不进行视频编码;
13)根据基本视角中的纹理信息和深度信息合成出当前编码视角中的纹理块,编码非基本视角中的纹理信息;
14)通过视频编码器使用语法元素的二元化值将语法元素和纹理信息编码到视频数据流中。
如图2所示,解码包括以下步骤:
21)确定根据解码计算能力为非基本视角设置的视频数据预测标志位的取值;
22)根据视频数据预测标志位的取值确定是否进行视频解码;若是,则执行步骤23),否则不进行视频解码;
23)根据基本视角中的纹理信息和深度信息合成出当前解码视角中的纹理块,解码非基本视角中的纹理信息;
24)通过视频解码器根据视频译码标准解码视频位流数据,所述视频位流数据包括补充增强信息SEI消息和纹理信息;
25)通过所述视频解码器,从SEI消息中提取超高清处理数据并根据视频译码标准使用超高清处理数据对经解码的视频位流数据进行后处理,得到最终解码结果。
其中,SEI消息为色度再取样提示SEI消息,超高清处理数据包括用于对经解码的视频位流数据进行上取样的查表系数。对经解码的视频位流数据进行后处理包 括:使查表系数对所述经解码的视频位流数据进行上取样;对上取样的视频位流数据进行逆量化,得到逆量化数据;使用逆量化数据对经解码的视频位流数据进行逆量化,得到最终解码结果。深度信息为通过基本视角中的深度信息合成出当前编码视角中的深度块,并经过编码得到。
本发明根据非基本视角设置的视频数据预测标志位的取值确定是否进行视频解码,并结合纹理信息和深度信息,使用语法元素的二元化值将语法元素和纹理信息编码到视频数据流中,同时在解码中加入后处理操作,使查表系数对所述经解码的视频位流数据进行上取样,并对上取样的视频位流数据进行逆量化,得到逆量化数据,再使用逆量化数据对经解码的视频位流数据进行逆量化,得到最终解码结果,更方便简单地实现对码率的控制,可以实现高效率的视频解码。
本发明还提供一种用于实现超高清视频数据编码/解码处理方法的系统,包括视频编码器和视频解码器;
视频编码器包括:
编码标志模块,用于确定根据编码计算能力为非基本视角设置的视频数据预测标志位的取值;
编码判断模块,用于根据视频数据预测标志位的取值确定是否进行视频编码;
视频编码模块,用于对视频数据流的编码。
具体地,视频编码模块包括重构器、符号化器和熵编码器。其中重构器用于配置语法元素的整数值来表示视频;符号化器用于获得语法元素的二元化值;熵编码器用于配置视频数据流的先前编码部分,通过在不同上下文之中选择上下文并且更新与不同上下文相关联的概率状态,使用二元熵编码来将二元化值的多个段编码到视频数据流中。
视频解码器包括:
解码标志模块,用于确定根据解码计算能力为非基本视角设置的视频数据预测标志位的取值;
解码判断模块,用于根据视频数据预测标志位的取值确定是否进行视频解码;
视频解码模块,用于对视频数据流的解码,具体地,视频解码模块包括熵解码器、解符号化器、重构器和后处理单元,熵解码器用于配置视频数据流的先前解码部分,通过在不同上下文之中选择上下文并且更新与不同上下文相关联的概率状态,使用二元熵解码来从视频数据流中导出二元化值的多个段;解符号化器用于对语法 元素的二元化值进行解二元化,获得语法元素的整数值;重构器用于基于语法元素的整数值来重构视频;后处理单元包括色度上取样单元,用于根据视频译码标准,使用超高清处理数据来处理经解码的视频位流数据。
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的工作人员在本发明揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以权利要求的保护范围为准。

Claims (9)

  1. 一种超高清视频数据编码/解码处理方法,其特征在于,所述的编码包括以下步骤:
    11)确定为非基本视角序列在序列参数集中设置的视频数据预测标志位的取值;
    12)根据视频数据预测标志位的取值确定是否进行视频编码;若是,则执行步骤13),否则不进行视频编码;
    13)根据基本视角中的纹理信息和深度信息合成出当前编码视角中的纹理块,编码非基本视角中的纹理信息;
    14)通过视频编码器使用语法元素的二元化值将语法元素和纹理信息编码到视频数据流中;
    所述的解码包括以下步骤:
    21)确定根据解码计算能力为非基本视角设置的视频数据预测标志位的取值;
    22)根据视频数据预测标志位的取值确定是否进行视频解码;若是,则执行步骤23),否则不进行视频解码;
    23)根据基本视角中的纹理信息和深度信息合成出当前解码视角中的纹理块,解码非基本视角中的纹理信息;
    24)通过视频解码器根据视频译码标准解码视频位流数据,所述视频位流数据包括补充增强信息SEI消息和纹理信息;
    25)通过所述视频解码器,从SEI消息中提取超高清处理数据并根据视频译码标准使用超高清处理数据对经解码的视频位流数据进行后处理,得到最终解码结果。
  2. 根据权利要求1所述的一种超高清视频数据编码/解码处理方法,其特征在于,所述的SEI消息为色度再取样提示SEI消息,所述的超高清处理数据包括用于对经解码的视频位流数据进行上取样的查表系数。
  3. 根据权利要求1所述的一种超高清视频数据编码/解码处理方法,其特征在于,所述的对经解码的视频位流数据进行后处理包括:
    使查表系数对所述经解码的视频位流数据进行上取样;
    对上取样的视频位流数据进行逆量化,得到逆量化数据;
    使用逆量化数据对经解码的视频位流数据进行逆量化,得到最终解码结果。
  4. 根据权利要求1所述的一种超高清视频数据编码/解码处理方法,其特征在于,所述的深度信息为通过基本视角中的深度信息合成出当前编码视角中的深度块,并经过编码得到。
  5. 一种用于实现如权利要求1-4任一项所述的超高清视频数据编码/解码处理方法的系统,其特征在于,包括视频编码器和视频解码器;
    所述的视频编码器包括:
    编码标志模块,用于确定根据编码计算能力为非基本视角设置的视频数据预测标志位的取值;
    编码判断模块,用于根据视频数据预测标志位的取值确定是否进行视频编码;
    视频编码模块,用于对视频数据流的编码;
    所述的视频解码器包括:
    解码标志模块,用于确定根据解码计算能力为非基本视角设置的视频数据预测标志位的取值;
    解码判断模块,用于根据视频数据预测标志位的取值确定是否进行视频解码;
    视频解码模块,用于对视频数据流的解码。
  6. 根据权利要求5所述的一种超高清视频数据编码/解码处理系统,其特征在于,所述的视频编码模块包括:
    重构器:用于配置语法元素的整数值来表示视频;
    符号化器:用于获得语法元素的二元化值;
    熵编码器:用于配置视频数据流的先前编码部分,通过在不同上下文之中选择上下文并且更新与不同上下文相关联的概率状态,使用二元熵编码来将二元化值的多个段编码到视频数据流中。
  7. 根据权利要求5所述的一种超高清视频数据编码/解码处理系统,其特征在于,所述的视频解码模块包括:
    熵解码器:用于配置视频数据流的先前解码部分,通过在不同上下文之中选择上下文并且更新与不同上下文相关联的概率状态,使用二元熵解码来从视频数据流中导出二元化值的多个段;
    解符号化器:用于对语法元素的二元化值进行解二元化,获得语法元素的整数值;
    重构器:用于基于语法元素的整数值来重构视频。
  8. 根据权利要求7所述的一种超高清视频数据编码/解码处理系统,其特征在于,所述的视频解码模块还包括后处理单元,所述的后处理单元用于根据视频译码标准,使用超高清处理数据来处理经解码的视频位流数据。
  9. 根据权利要求8所述的一种超高清视频数据编码/解码处理系统,其特征在于,所述的后处理单元包括色度上取样单元。
PCT/CN2022/103533 2022-07-04 2022-07-04 一种超高清视频数据编码/解码处理方法及系统 WO2024007090A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/103533 WO2024007090A1 (zh) 2022-07-04 2022-07-04 一种超高清视频数据编码/解码处理方法及系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/103533 WO2024007090A1 (zh) 2022-07-04 2022-07-04 一种超高清视频数据编码/解码处理方法及系统

Publications (1)

Publication Number Publication Date
WO2024007090A1 true WO2024007090A1 (zh) 2024-01-11

Family

ID=89454676

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/103533 WO2024007090A1 (zh) 2022-07-04 2022-07-04 一种超高清视频数据编码/解码处理方法及系统

Country Status (1)

Country Link
WO (1) WO2024007090A1 (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391440A (zh) * 2013-07-19 2013-11-13 华为技术有限公司 语法信息的二值化编码处理方法及装置
CN103733622A (zh) * 2011-06-16 2014-04-16 弗劳恩霍夫应用研究促进协会 熵编码中的上下文初始化
CN104053008A (zh) * 2013-03-15 2014-09-17 乐金电子(中国)研究开发中心有限公司 基于合成图像预测的视频编解码方法及视频编解码器
CN108028944A (zh) * 2015-09-22 2018-05-11 高通股份有限公司 使用核心视频标准的高动态范围hdr视频译码的视频解码器符合性
CN113455006A (zh) * 2019-06-18 2021-09-28 Lg 电子株式会社 图像解码方法和装置
JP2021158546A (ja) * 2020-03-27 2021-10-07 シャープ株式会社 画像復号装置及び画像符号化装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103733622A (zh) * 2011-06-16 2014-04-16 弗劳恩霍夫应用研究促进协会 熵编码中的上下文初始化
CN104053008A (zh) * 2013-03-15 2014-09-17 乐金电子(中国)研究开发中心有限公司 基于合成图像预测的视频编解码方法及视频编解码器
CN103391440A (zh) * 2013-07-19 2013-11-13 华为技术有限公司 语法信息的二值化编码处理方法及装置
CN108028944A (zh) * 2015-09-22 2018-05-11 高通股份有限公司 使用核心视频标准的高动态范围hdr视频译码的视频解码器符合性
CN113455006A (zh) * 2019-06-18 2021-09-28 Lg 电子株式会社 图像解码方法和装置
JP2021158546A (ja) * 2020-03-27 2021-10-07 シャープ株式会社 画像復号装置及び画像符号化装置

Similar Documents

Publication Publication Date Title
US8208543B2 (en) Quantization and differential coding of alpha image data
TWI581613B (zh) 用於編碼標準可縮放性之層間參考圖像處理技術
TWI792149B (zh) 量化相關參數之傳訊技術
AU2006230691B2 (en) Video Source Coding with Decoder Side Information
EP1715693A2 (en) Method and apparatus for adaptively selecting context model for entropy coding
US11765390B2 (en) Non-transform coding
US9060172B2 (en) Methods and systems for mixed spatial resolution video compression
CN112771868B (zh) 信号增强编码结构
KR20100137010A (ko) 비디오 인코딩 및 디코딩 방법 및 장치
Jiang et al. A CABAC based HEVC video steganography algorithm without bitrate increase
TW202131681A (zh) 脈絡適應性二進制算術寫碼用參數化體系決定技術
KR20130089461A (ko) 영역별 특성에 기초한 영상 부호화 방법 및 그 장치, 그리고 영상 복호화 방법 및 그 장치
WO2024007090A1 (zh) 一种超高清视频数据编码/解码处理方法及系统
US20160360236A1 (en) Method and Apparatus for Entropy Transcoding
Kim et al. End-to-end learnable multi-scale feature compression for vcm
CN117917079A (zh) 一种超高清视频数据编码/解码处理方法及系统
Cho et al. Super-resolution based video coding scheme
CN112313950A (zh) 视频图像分量的预测方法、装置及计算机存储介质
Kobayashi et al. Extension of JPEG XS for two-layer lossless coding
US8532413B2 (en) Entropy encoding/decoding method and apparatus for hierarchical image processing and symbol encoding/decoding apparatus for the same
US20100309988A1 (en) Error correction in distributed video coding
WO2023051223A1 (zh) 滤波及编解码方法、装置、计算机可读介质及电子设备
PL A Study on Image Compression Technology
JP2012085256A (ja) 階層構造の映像処理のためのエントロピーエンコーディング/デコーディング方法及び装置とこのためのシンボルエンコーディング/デコーディング方法及び装置
CN117376576A (zh) 多级超分的jpeg无损转码方法、系统、设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22949688

Country of ref document: EP

Kind code of ref document: A1