CN103220529A - Method for achieving video coding and decoding loop filtering - Google Patents

Method for achieving video coding and decoding loop filtering Download PDF

Info

Publication number
CN103220529A
CN103220529A CN2013101284152A CN201310128415A CN103220529A CN 103220529 A CN103220529 A CN 103220529A CN 2013101284152 A CN2013101284152 A CN 2013101284152A CN 201310128415 A CN201310128415 A CN 201310128415A CN 103220529 A CN103220529 A CN 103220529A
Authority
CN
China
Prior art keywords
block
filtering
boundary
filter
coding
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.)
Granted
Application number
CN2013101284152A
Other languages
Chinese (zh)
Other versions
CN103220529B (en
Inventor
马思伟
贺坚强
高文
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.)
Peking University
Original Assignee
Peking University
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 Peking University filed Critical Peking University
Priority to CN201310128415.2A priority Critical patent/CN103220529B/en
Publication of CN103220529A publication Critical patent/CN103220529A/en
Application granted granted Critical
Publication of CN103220529B publication Critical patent/CN103220529B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

本发明涉及多媒体视频编解码技术领域,尤其涉及一种视频编解码端的环路滤波的实现方法,所述方法包括利用编解码端块划分信息得到图像块划分结构,环路滤波则在块边界进行;若边界包含编码块、预测块和变换块边界,则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策,最后执行像素级滤波,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度,本发明的技术效果在于:本方案能有效提高视频编码的主客观质量,在AVS2.0实施例参考软件RD2.0-ADI上,本方案和装置能够提高0.9%的编码效率,同时能减少编解码端滤波边界数和复杂度。

Figure 201310128415

The present invention relates to the technical field of multimedia video coding and decoding, and in particular to a method for implementing loop filtering at a video coding and decoding end. The method includes using block division information at the coding and decoding end to obtain an image block division structure, and the loop filtering is performed at the block boundary. ; If the boundary includes the coding block, prediction block and transformation block boundary, use the mode, motion information, quantization parameters and residuals to make boundary-level filtering decisions, and finally perform pixel-level filtering. The filtering direction can be perpendicular to the boundary or according to local pixels Characteristic or block mode and boundary form other angles, the technical effect of the present invention is: this scheme can effectively improve the subjective and objective quality of video coding, on AVS2.0 embodiment reference software RD2.0-ADI, this scheme and device can improve 0.9% encoding efficiency, while reducing the number of filtering boundaries and complexity at the encoding and decoding end.

Figure 201310128415

Description

一种视频编解码环路滤波的实现方法A Realization Method of Video Coding and Decoding Loop Filtering

技术领域technical field

本发明涉及多媒体视频编解码技术领域,尤其涉及一种视频编解码端的环路滤波的方法。The invention relates to the technical field of multimedia video encoding and decoding, in particular to a method for loop filtering at a video encoding and decoding end.

背景技术Background technique

在当前基于块的混合编码框架中,视频编码以每个块的率失真优化(RDO)决策选择该块的最优模式从而得到当前编码帧编码性能最优的近似。但是视频编码中因为考虑了空域和时域的相关性,这样当前块的最优不能保证整个序列编码性能的最优,一些编码工具如环路滤波可以改善这种局部的最优给全局带来的主客观质量的影响。通过改善当前帧在编码时因为分块带来的块效应,减少了主观上的振铃效应和块效应,同时滤波后的帧将作为后续编码帧参考帧,从而提高后续帧的主客观编码质量。故环路滤波技术在视频编码中有着十分重要的地位。In the current block-based hybrid coding framework, video coding uses a rate-distortion optimization (RDO) decision for each block to select the optimal mode of the block to obtain an approximation of the best coding performance of the current coded frame. However, in video coding, because the correlation between the spatial domain and the time domain is considered, the optimal performance of the current block cannot guarantee the optimal coding performance of the entire sequence. Some coding tools such as loop filtering can improve this local optimal and bring global benefits. The influence of subjective and objective quality. By improving the block effect caused by the block division of the current frame during encoding, the subjective ringing effect and block effect are reduced. At the same time, the filtered frame will be used as a reference frame for subsequent encoding frames, thereby improving the subjective and objective encoding quality of subsequent frames. . Therefore, loop filtering technology plays a very important role in video coding.

在现有已发布的视频编码标准中,如H.264其环路滤波是在4x4块边界、在AVS中,则是在8x8边界进行的,这是因为在这些标准中,变换块的尺寸是固定的,且不大于编码单元块(宏块)以及预测块的尺寸,所以变换块的边界肯定包含编码单元块以及预测块边界。然而在高效视频编码标准和下一代AVS标准AVS2.0中,编码单元(Coding Unit,CU)是视频编码的基本单元。编码单元的采用四叉递归划分模式,编码单元最大可达64x64(如图1所示),而不再是16x16。对每个编码单元中,通过预测、变换量化、熵编码、后处理等编码工具来进行块编码。其中编码单元在做预测的时候,编码单元可以被划分成不同大小的预测单元(Prediction Unit,PU),预测单元是预测的基本单元。编码单元中帧内预测和帧间预测单元的划分分别如图2和图3所示,预测块的尺寸从64x64、64x32、32x64、32x32一直到8x8,甚至还包括非对称预测块(AMP)。同时变换块的尺寸不再固定为4x4或者8x8,而且和CU的尺寸相关,这样变换块的尺寸包含从32x32、16x16到8x8。这样原来的固定在所有的4x4或者8x8边界进行滤波的方式将不再符合环路滤波去块效应的目的。In the existing published video coding standards, such as H.264, the loop filtering is performed on the 4x4 block boundary, and in AVS, it is performed on the 8x8 boundary. This is because in these standards, the size of the transform block is Fixed, and not larger than the size of the coding unit block (macroblock) and the prediction block, so the boundary of the transform block must include the coding unit block and the prediction block boundary. However, in the high-efficiency video coding standard and the next-generation AVS standard AVS2.0, the coding unit (Coding Unit, CU) is the basic unit of video coding. The coding unit adopts a four-fork recursive division mode, and the coding unit can reach a maximum of 64x64 (as shown in Figure 1), instead of 16x16. For each coding unit, block coding is performed by coding tools such as prediction, transform quantization, entropy coding, and post-processing. When the coding unit is making predictions, the coding unit can be divided into prediction units (Prediction Unit, PU) of different sizes, and the prediction unit is the basic unit of prediction. The division of intra-frame prediction and inter-frame prediction units in coding units is shown in Figure 2 and Figure 3 respectively. The size of prediction blocks ranges from 64x64, 64x32, 32x64, 32x32 to 8x8, and even includes asymmetric prediction blocks (AMP). At the same time, the size of the transform block is no longer fixed at 4x4 or 8x8, and is related to the size of the CU, so the size of the transform block includes from 32x32, 16x16 to 8x8. In this way, the original method of performing filtering on all 4x4 or 8x8 boundaries will no longer meet the purpose of deblocking effect of loop filtering.

发明内容Contents of the invention

本发明实施例提供一种环路滤波技术、装置及系统,以减少块效应,提高主客观编码视频质量和编码效率,同时降低编码解码端复杂度。Embodiments of the present invention provide a loop filtering technology, device, and system to reduce block effects, improve subjective and objective encoded video quality and encoding efficiency, and simultaneously reduce encoding and decoding complexity.

为达到上述目的,本发明提供了一种视频编解码环路滤波的实现方法方案,具体实现步骤包括:In order to achieve the above object, the present invention provides a scheme for realizing a video codec loop filter, and the specific realization steps include:

所述环路滤波方法包括如下步骤:The loop filtering method comprises the steps of:

步骤1)利用编解码端块划分信息得到图像块(包括编码块、预测块和变换块)划分结构,环路滤波则在块(如编码块、预测块和变换块)边界进行,若编码块的编码残差为0(即CBP=0),则仅在编码块和预测块边界进行滤波;滤波流程为预定义滤波分割块,把图像划分为滤波分割单元块(如16x16块大小、也可以是最大编码单元块或图像帧等),可以预定义或在码流中说明滤波分割块的尺寸,为了统一滤波器设计,滤波顺序为依次对每个滤波分割块进行,先垂直边界后水平边界,即先对滤波分割块内的所有垂直边界进行滤波再对水平边界进行滤波;同时预定义最小滤波单元(如8x8块大小),尺度小于最小滤波单元的块边界跳过滤波;Step 1) Use the codec terminal block division information to obtain the division structure of the image block (including coding block, prediction block and transformation block), and loop filtering is performed on the boundary of the block (such as coding block, prediction block and transformation block). If the coding block If the coding residual is 0 (that is, CBP=0), then filtering is only performed at the boundary between the coding block and the prediction block; the filtering process is a predefined filtering segmentation block, and the image is divided into filtering segmentation unit blocks (such as 16x16 block size, or is the largest coding unit block or image frame, etc.), the size of the filter segmentation block can be predefined or specified in the code stream. In order to unify the filter design, the filtering order is performed on each filter segmentation block in turn, first the vertical boundary and then the horizontal boundary , that is, first filter all the vertical boundaries in the filter segment block and then filter the horizontal boundaries; at the same time, the minimum filter unit (such as 8x8 block size) is predefined, and the block boundary whose scale is smaller than the minimum filter unit skips filtering;

步骤2)若边界包含编码块、预测块和变换块边界,则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策,Step 2) If the boundary includes the coding block, prediction block and transformation block boundary, use the mode, motion information, quantization parameters and residual to make boundary-level filtering decisions,

2.1、若决策需要滤波该边界,则进行接下来的像素级滤波过程;2.1. If the decision needs to filter the boundary, proceed to the next pixel-level filtering process;

2.2、否则跳过该边界滤波;对需要进行滤波的块边界处进行像素级滤波决策以决定每个像素行是否需要滤波以及采用的滤波强度(BS);2.2. Otherwise, skip the boundary filtering; make a pixel-level filtering decision at the block boundary that needs to be filtered to determine whether each pixel row needs filtering and the filtering strength (BS);

步骤3)最后执行像素级滤波,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度,其中参与图像滤波的块结构,包括但不限于编码块、预测块和变换块;滤波分割块为方便滤波等操作,而对图像进行统一尺寸的划分方式,如对图像可以按照16x16尺寸滤波分割块划分。Step 3) Finally, pixel-level filtering is performed. The filtering direction can be perpendicular to the boundary or at other angles according to the local pixel characteristics or block mode and the boundary. The block structure involved in image filtering includes but is not limited to coding blocks, prediction blocks and transformation blocks. ;Filter segmentation blocks are used to facilitate filtering and other operations, and the image is divided in a uniform size. For example, the image can be divided according to 16x16 size filter segmentation blocks.

所述步骤1)还包括:环路滤波发生的边界在块(如编码块、预测块和变换块)边界,当编码块的编码残差为零(即CBP=0)时,则只在编码块和预测块边界进行滤波,同时定义滤波的最小尺寸如8x8块大小。例如对于AVS2实施例,编码块的尺寸包含了从64x64到8x8大小,根据RDO选择,采用四叉树迭代递归划分,是编码处理的基本单元;预测块为在编码块的基础上的进一步根据预测特性的进一步划分;变换块也是在编码块的基础上根据残差的分布特性的进一步划分。The step 1) also includes: the boundary of the loop filter is at the boundary of the block (such as the coding block, the prediction block and the transformation block). When the coding residual of the coding block is zero (that is, CBP=0), only the coding Block and prediction block boundaries are filtered, and the minimum size of the filter is defined, such as an 8x8 block size. For example, for the AVS2 embodiment, the size of the coding block includes the size from 64x64 to 8x8. According to the RDO selection, the quadtree iterative recursive division is used, which is the basic unit of the coding process; the prediction block is further based on the prediction based on the coding block The further division of characteristics; the transformation block is also a further division based on the distribution characteristics of the residual on the basis of the coding block.

所述步骤1)还包括:对于整帧图像划分为滤波分割单元块(如16x16大小或最大编码单元块),可以预定义或者在码流中说明滤波分割块的尺寸,按照扫描依次对每个滤波分割块进行滤波,先对垂直边界,在水平边界,检测边界是否包含编码块、预测块和变换块边界,若包含,则滤波该边界,否则跳过滤波该边界。The step 1) also includes: for the entire frame of image is divided into filter segmentation unit blocks (such as 16x16 size or the largest coding unit block), the size of the filter segmentation block can be predefined or specified in the code stream, and each filter segmentation block is sequentially scanned according to the scan Filter the segmented block to filter, first check whether the boundary includes the coding block, prediction block and transformation block boundary on the vertical boundary, and on the horizontal boundary, if so, filter the boundary, otherwise skip filtering the boundary.

所述步骤2)还包括:根据滤波边界两边块的模式、运动信息、量化参数以及残差等来决定当前块边界是否需要滤波,若边界级决策需要滤波该边界,则进行接下来的像素级滤波过程,否则跳过该边界滤波,若块边界两边块P和Q有帧内预测模式,则需要执行滤波;若P、Q块均为P帧的帧间预测块,其残差均为0,参考帧相同且运动矢量各分量小于一个像素,则决策该块边界不需要滤波,否则均需要滤波。The step 2) also includes: according to the mode of the blocks on both sides of the filtering boundary, motion information, quantization parameters and residuals, etc., to determine whether the current block boundary needs to be filtered, if the boundary level decision needs to filter the boundary, then proceed to the next pixel level Filtering process, otherwise the boundary filtering is skipped. If the blocks P and Q on both sides of the block boundary have intra prediction mode, filtering needs to be performed; if the P and Q blocks are both inter prediction blocks of the P frame, the residuals are 0 , the reference frame is the same and each component of the motion vector is smaller than one pixel, then it is decided that the block boundary does not need to be filtered, otherwise it needs to be filtered.

所述步骤2)还包括:滤波决策需要滤波的块边界每行像素,利用边界两边像素的跳变和块平均QP值得到的索引所对应的阈值表对应值比较,来选择滤波强度;像素级滤波强度取值范围0-4,BS=0表示不需要滤波,BS=4,表示较为平坦区域,需要进行较强的平滑滤波。The step 2) also includes: for each row of pixels on the block boundary that needs to be filtered for filtering decision, use the jump of pixels on both sides of the boundary and compare the corresponding value of the threshold table corresponding to the index obtained by the block average QP value to select the filtering strength; pixel level The value range of filtering strength is 0-4, BS=0 means no filtering is required, BS=4 means a relatively flat area, and strong smoothing filtering is required.

所述步骤3)还包括:像素的位置选择对应的FIR滤波器,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度;不同滤波强度和不同像素位置所对应的FIR滤波器使用;同时可以利用局部图像的纹理特性和边界两边块的模式信息决定滤波的方式是垂直于边界或者和边界成一定角度The step 3) also includes: selecting the corresponding FIR filter for the position of the pixel, and the filtering direction can be perpendicular to the boundary or can be at other angles according to the local pixel characteristics or block mode and the boundary; FIR filters corresponding to different filter strengths and different pixel positions The filter is used; at the same time, the texture characteristics of the local image and the mode information of the blocks on both sides of the boundary can be used to determine whether the filtering method is perpendicular to the boundary or at a certain angle to the boundary

本发明的技术效果在于:本方案能有效提高视频编码的主客观质量,在AVS2.0实施例参考软件RD2.0-ADI上,本方案和装置能够提高0.9%的编码效率,同时能减少编解码端滤波边界数和复杂度。The technical effect of the present invention is: this scheme can effectively improve the subjective and objective quality of video coding, on the reference software RD2.0-ADI of AVS2. Decoder filters boundary number and complexity.

附图说明Description of drawings

当结合附图考虑时,通过参照下面的详细描述,能够更完整更好地理解本发明以及容易得知其中许多伴随的优点,但此处所说明的附图用来提供对本发明的进一步理解,构成本发明的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定,其中:A more complete and better understanding of the invention, and many of its attendant advantages, will readily be learned by reference to the following detailed description when considered in conjunction with the accompanying drawings, but the accompanying drawings illustrated herein are intended to provide a further understanding of the invention and constitute A part of the present invention, the exemplary embodiment of the present invention and its description are used to explain the present invention, and do not constitute an improper limitation of the present invention, wherein:

图1为AVS2现有技术编码单元划分示意图;FIG. 1 is a schematic diagram of the division of coding units in the prior art of AVS2;

图2为AVS2现有技术变换块单元划分示意图;FIG. 2 is a schematic diagram of division of transform block units in the prior art of AVS2;

图3为AVS2现有技术预测块单元划分示意图;FIG. 3 is a schematic diagram of AVS2 prediction block unit division in the prior art;

图4为虚线为AVS1采用的,对所有包括8x8变换块边界进行滤波,则本方案仅仅在实线(编码块、预测块和变换块)边界进行滤波;Figure 4 shows that the dotted line is used by AVS1, and filters all boundaries including 8x8 transform blocks, then this solution only filters on the boundaries of solid lines (coding block, prediction block and transform block);

图5为滤波边界处参与滤波的像素;Fig. 5 is the pixel participating in filtering at the filtering boundary;

图6为滤波分割块(取16x16尺寸为例)内滤波顺序,先垂直边界,后水平边界;Figure 6 shows the filtering order in the filtering segment (taking 16x16 size as an example), the vertical boundary first, and then the horizontal boundary;

图7为本发明支持的一种滤波实例流程图;Fig. 7 is a flow chart of a filtering example supported by the present invention;

图8为本发明块边界像素滤波流程图。Fig. 8 is a flowchart of block boundary pixel filtering in the present invention.

具体实施方式Detailed ways

编码端Encoder

如图1至图3所示,本发明实施例AVS2,在编码端,当一帧图像在完成预测、变换量化、和熵编码和模式信息的编码后,再经过反量化反变换后可以得到编码重构帧。利用编解码端的模式信息和块分割信息块得到当前重构图像帧的划分方式,设置当前帧最小滤波单元,将图像划分为滤波分割块。帧级滤波流程为对每一个滤波分割块,按照图7所示的流程,先对滤波分割块内的所有垂直边界,依次检测其是否为编码块、预测块或变换块边界,若是则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策。若边界级滤波决策需要滤波该垂直边界,则对该垂直边界按照图8所示执行像素级滤波强度决策以及像素级滤波,具体的滤波强度BS决策过程和不同BS下的滤波过程如前所述。执行完一个滤波分割块内的所有垂直边界滤波后,再类似的方式执行水平边界滤波。滤波完一个滤波分割块后,判断是否滤波完一帧,若没有,则按照设定的扫描顺序准备下一个滤波分割块滤波,重复循环直至遍历完当前帧全部滤波分割块。As shown in Figures 1 to 3, in the AVS2 embodiment of the present invention, at the encoding end, when a frame of image is predicted, transformed and quantized, entropy encoded and mode information encoded, it can be encoded after inverse quantization and inverse transformation. Reframe the frame. The mode information and the block segmentation information block of the codec end are used to obtain the division method of the current reconstructed image frame, and the minimum filter unit of the current frame is set to divide the image into filter segmentation blocks. The frame-level filtering process is to follow the process shown in Figure 7 for each filter segment block, first check all vertical boundaries in the filter segment block whether they are coding block, prediction block or transform block boundary, and if so, use mode , motion information, quantization parameters, and residuals for boundary-level filtering decisions. If the boundary-level filtering decision needs to filter the vertical boundary, the pixel-level filtering intensity decision and pixel-level filtering are performed on the vertical boundary as shown in Figure 8. The specific filtering intensity BS decision process and the filtering process under different BSs are as described above . After performing all the vertical boundary filtering in a filtering partition block, the horizontal boundary filtering is performed in a similar manner. After filtering a filter block, it is judged whether a frame has been filtered, if not, the next filter block is prepared according to the set scanning order, and the cycle is repeated until all filter blocks of the current frame are traversed.

解码端Decoder

对于解码端,也是依次对每个滤波分割块,经过预测补偿加上反量化反变换后残差得到解码重构块执行类似编码端进行的滤波决策以及滤波过程从而得到解码端重构图像滤波后的图像,用于显示、存储或提供给其他帧参考。For the decoding end, each filter segmentation block is sequentially processed, and after prediction and compensation plus inverse quantization and inverse transformation, the residual is obtained to decode and reconstruct the block. Perform the filtering decision and filtering process similar to the encoding end to obtain the reconstructed image at the decoding end after filtering. image for display, storage, or reference to other frames.

本发明实施例上述方法、装置及系统技术方案具有如下有益效果:本专利提出了一套环路滤波技术。在编解码进行环路滤波时,通过利用编解码端块划分信息得到图像块(包括编码块、预测块和变换块)划分结构,环路滤波则在块(如编码块、预测块和变换块)边界进行,若编码块的编码残差为零(即CBP=0),则仅在编码块和预测块边界进行滤波;滤波流程为预定义滤波分割块,把图像划分为滤波分割单元块(如16x16块大小、也可以是最大编码单元块或图像帧等),可以预定义或在码流中说明滤波分割块的尺寸,为了统一滤波器设计,滤波顺序为依次对每个滤波分割块进行,先垂直边界后水平边界,即先对滤波分割块内的所有垂直边界进行滤波再对水平边界进行滤波;同时预定义最小滤波单元,尺度小于最小滤波单元的块边界跳过滤波;若边界包含编码块、预测块和变换块边界,则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策,若决策需要滤波该边界,则进行接下来的像素级滤波过程,否则跳过该边界滤波;对需要进行滤波的块边界处阈值(如附表1所示)和像素局部纹理特征进行像素级滤波决策以决定每个像素行是否需要滤波以及采用的滤波强度(BS);最后利用滤波器(附表2或附表3所示)设计执行像素级滤波,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度,从而能更好的自适应去除块效应和提高编码效率。本方案在AVS2.0实施例RD2.0上,本方案和装置能够提高0.9%的编码效率,同时能减少编解码端滤波边界数和复杂度。The above-mentioned method, device and system technical solution of the embodiment of the present invention have the following beneficial effects: This patent proposes a set of loop filtering technology. When codec performs loop filtering, the division structure of image blocks (including coding blocks, prediction blocks and transformation blocks) is obtained by using the codec end block division information, and loop filtering is performed on blocks (such as coding blocks, prediction blocks and transformation blocks) ) boundary, if the coding residual of the coding block is zero (that is, CBP=0), then filtering is only performed at the boundary of the coding block and the prediction block; the filtering process is a predefined filtering segmentation block, and the image is divided into filtering segmentation unit blocks ( Such as 16x16 block size, it can also be the largest coding unit block or image frame, etc.), the size of the filter segmentation block can be predefined or specified in the code stream. In order to unify the filter design, the filtering order is sequentially for each filter segmentation block , first the vertical boundary and then the horizontal boundary, that is, first filter all the vertical boundaries in the filtering block and then filter the horizontal boundary; at the same time, the minimum filter unit is predefined, and the block boundary with a scale smaller than the minimum filter unit skips filtering; if the boundary contains Coding block, prediction block and transformation block boundaries, use the mode, motion information, quantization parameters and residuals to make boundary-level filtering decisions, if the decision needs to filter the boundary, then proceed to the next pixel-level filtering process, otherwise skip this Boundary filtering; make pixel-level filtering decisions on the threshold at the block boundary (as shown in Attached Table 1) and the local texture features of the pixels that need to be filtered to determine whether each pixel row needs filtering and the filtering strength (BS); finally use The filter (shown in Attached Table 2 or Attached Table 3) is designed to perform pixel-level filtering, and the filtering direction can be perpendicular to the boundary or at other angles according to local pixel characteristics or block patterns and the boundary, so as to better adaptively remove block effects and improve coding efficiency. This solution is based on the RD2.0 of the AVS2.0 embodiment. This solution and the device can improve the coding efficiency by 0.9%, and can reduce the number and complexity of filtering boundaries at the encoding and decoding end.

实验结果:Experimental results:

本发明实施例在RD2.0(AVS2标准的参考软件)上完成技术实现。在实验中,采用AVS2的通用测试条件,RA配置。实验平台是Intel(R)Xeon(R)CPU X56602.80GHZ2.79GHZ23.9G内存。表2表示采用本发明中的环路滤波方法,相比anchor(AVS2RD2.0-ADI)中的环路滤波方法的性能比较。4kx2k、1080p、WVGA、WQVGA、720p分别表示分辨率为3840x2160、1920x1080、832x480、416x240、1280x720的测试序列。编码性能的度量采用BD-rate,即在相同编码质量的情况下的码率节省。从实验结果来看,采用本发明实施例上述方案,在相同编码质量时,获得平均0.9%的码率节省。The embodiment of the present invention completes technical realization on RD2.0 (the reference software of AVS2 standard). In the experiment, the general test condition of AVS2, RA configuration, is adopted. The experimental platform is Intel(R) Xeon(R) CPU X5660 2.80GHZ2.79GHZ23.9G memory. Table 2 shows the performance comparison of using the loop filtering method in the present invention compared with the loop filtering method in the anchor (AVS2RD2.0-ADI). 4kx2k, 1080p, WVGA, WQVGA, and 720p represent test sequences with resolutions of 3840x2160, 1920x1080, 832x480, 416x240, and 1280x720, respectively. The measurement of coding performance adopts BD-rate, that is, the bit rate saving in the case of the same coding quality. According to the experimental results, by adopting the above scheme of the embodiment of the present invention, an average code rate saving of 0.9% is obtained when the encoding quality is the same.

表2.性能比较(提出的滤波器设计vs RD2-ADI)Table 2. Performance comparison (proposed filter design vs RD2-ADI)

Figure BDA00003047463600081
Figure BDA00003047463600081

在编解码进行环路滤波时,通过利用编解码端块划分信息得到图像块(包括编码块、预测块和变换块)划分结构,环路滤波则在块(如编码块、预测块和变换块)边界进行,若编码块的编码残差为0(即CBP=0),则仅在编码块和预测块边界进行滤波;滤波流程为预定义滤波分割块,把图像划分为滤波分割单元块(如16x16块大小、最大编码单元块大小或图像帧),可以预定义或在码流中说明滤波分割块的尺寸,为了统一滤波器设计,滤波顺序为依次对每个滤波分割块进行,先垂直边界后水平边界,即先对滤波分割块内的所有垂直边界进行滤波再对水平边界进行滤波;若边界包含编码块、预测块和变换块边界,则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策,若决策需要滤波该边界,则进行接下来的像素级滤波过程,否则跳过该边界滤波;对需要进行滤波的块边界处利用阈值和像素局部纹理特征进行像素级滤波决策以决定每个像素行是否需要滤波以及采用的滤波强度(BS);最后利用设计的滤波器执行像素级滤波,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度。When codec performs loop filtering, the division structure of image blocks (including coding blocks, prediction blocks and transformation blocks) is obtained by using the codec end block division information, and loop filtering is performed on blocks (such as coding blocks, prediction blocks and transformation blocks) ) boundary, if the coding residual of the coding block is 0 (that is, CBP=0), then filtering is only performed at the boundary between the coding block and the prediction block; the filtering process is a predefined filtering segmentation block, and the image is divided into filtering segmentation unit blocks ( Such as 16x16 block size, maximum coding unit block size or image frame), you can predefine or specify the size of the filter segmentation block in the code stream. In order to unify the filter design, the filtering sequence is performed on each filter segmentation block in turn, first vertically The horizontal boundary after the boundary, that is, first filter all the vertical boundaries in the filter segment block and then filter the horizontal boundary; if the boundary includes the coding block, prediction block and transformation block boundary, use the mode, motion information, quantization parameter and residual If the decision needs to filter the boundary, then proceed to the next pixel-level filtering process, otherwise skip the boundary filtering; perform pixel-level filtering on the block boundary that needs to be filtered using threshold and pixel local texture features Decision-making to determine whether each pixel row needs to be filtered and the filtering strength (BS); finally, the designed filter is used to perform pixel-level filtering. The filtering direction can be perpendicular to the boundary or can be at other angles according to local pixel characteristics or block patterns and the boundary .

在编解码进行块边界环路滤波时,所述方法包括编解码在得到重构图像后进行环路滤波时,如图7给出了本发明专利支持的一种滤波流程其步骤如下:When the codec performs block boundary loop filtering, the method includes that when the codec performs loop filtering after obtaining the reconstructed image, a filtering process supported by the patent of the present invention is shown in Figure 7. The steps are as follows:

1.初始化:利用编解码端的模式信息和块分割信息块得到当前重构图像帧的块划分方式,设置当前帧最小滤波单元,将图像划分为滤波分割块,设置起始滤波分割块序号N=0。1. Initialization: Use the mode information and block segmentation information blocks of the codec to obtain the block division method of the current reconstructed image frame, set the minimum filter unit of the current frame, divide the image into filter segments, and set the initial filter segment number N= 0.

2.按照扫描顺序依次对图像内每个滤波分割块N进行边界滤波2. Perform boundary filtering on each filtering block N in the image in turn according to the scanning order

2.1.先对滤波分割块的所有垂直边界,依次检测其是否为编码块、预测块或变换块边界,若CBP=0,则检测是否为编码块、预测块边界;若是则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策。2.1. First, check all the vertical boundaries of the filtering block and check whether they are coding block, prediction block or transformation block boundary. If CBP=0, check whether it is coding block or prediction block boundary; if so, use mode and motion information , quantization parameters, and residuals to make boundary-level filtering decisions.

2.2.对所有垂直边界,若边界级滤波决策需要滤波该垂直边界,则对该垂直边界执行像素级滤波强度决策以及像素级滤波。2.2. For all vertical boundaries, if the boundary-level filtering decision needs to filter the vertical boundary, perform pixel-level filtering strength decision and pixel-level filtering for the vertical boundary.

2.3.再对滤波分割块的所有水平边界,依次检测其是否为编码块、预测块或变换块边界,若CBP=0,则检测是否为编码块、预测块边界;若是则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策。2.3. Then, for all horizontal boundaries of the filtered segmentation block, check whether it is a coding block, a prediction block or a transformation block boundary. If CBP=0, check whether it is a coding block or a prediction block boundary; if so, use the mode and motion information , quantization parameters, and residuals to make boundary-level filtering decisions.

2.4.对所有水平边界,若边界级滤波决策需要滤波该水平边界,则对该水平边界执行像素级滤波强度决策以及像素级滤波。2.4. For all horizontal boundaries, if the boundary-level filtering decision needs to filter the horizontal boundary, perform pixel-level filtering strength decision and pixel-level filtering for the horizontal boundary.

2.5.判断是否整帧滤波完毕,若没有则滤波分割块序号N增加,跳到2.1继续执行下一个滤波分割块的滤波。2.5. Determine whether the filtering of the whole frame is completed, if not, the number N of the filtering block is increased, and skip to 2.1 to continue filtering of the next filtering block.

3.整帧滤波完毕3. The whole frame is filtered

滤波分割块大小为16x16(这里仅是举例说明,具体大小可以预设值或在码流中说明),最小滤波单元为8x8块(如图6所示),需要利用边界处像素跳变和阈值表中的alpha beta以及像素局部跳变特征进行像素级滤波强度(BS)决策以及选择不同滤波强度下不同像素位置处的FIR滤波器(如附表2或附表3所示)。对于具体一个块边界的滤波过程如图8所示。The filter segmentation block size is 16x16 (here is just an example, the specific size can be preset or explained in the code stream), the minimum filter unit is 8x8 block (as shown in Figure 6), need to use the pixel jump and threshold at the boundary The alpha beta and local pixel jump features in the table make pixel-level filter strength (BS) decisions and select FIR filters at different pixel positions under different filter strengths (as shown in Attached Table 2 or Attached Table 3). The filtering process for a specific block boundary is shown in FIG. 8 .

滤波强度决策过程具体如下:The filtering strength decision-making process is as follows:

如果abs(p0–q0)<Alpha&&abs(p0–q0)>1,则进行下面的步骤;否则,Bs=0。If abs(p0–q0)<Alpha&&abs(p0–q0)>1, proceed to the following steps; otherwise, Bs=0.

设定左右平坦度变量FL和FR,并且两者的初值都设为0。Set the left and right flatness variables FL and FR, and both initial values are set to 0.

如果abs(p0–p1)<Beta,则FL+=2;If abs(p0–p1)<Beta, then FL+=2;

如果abs(p0–p2)<Beta,则FL++;If abs(p0–p2)<Beta, then FL++;

如果abs(q0–q1)<Beta,则FR+=2;If abs(q0–q1)<Beta, then FR+=2;

如果abs(q0–q2)<Beta,则FR++;If abs(q0–q2)<Beta, then FR++;

左右平坦度之和FS=FL+FR。The sum of left and right flatness FS=FL+FR.

根据FS的值,做如下判断:According to the value of FS, make the following judgments:

当FS=6时,若p0=p1,并且q0=q1,则边界强度Bs=4。否则Bs=3;When FS=6, if p0=p1, and q0=q1, then the boundary strength Bs=4. Otherwise Bs=3;

当FS=5时,若p0=p1,并且q0=q1,则边界强度Bs=3。否则Bs=2;When FS=5, if p0=p1, and q0=q1, then the boundary strength Bs=3. Otherwise Bs=2;

当FS=4时,若FL=2,则Bs=2。否则,Bs=1。When FS=4, if FL=2, then Bs=2. Otherwise, Bs=1.

当FS=3时,并且abs(p1–q1)<Beta,则Bs=1。否则,Bs=0。When FS=3, and abs(p1–q1)<Beta, then Bs=1. Otherwise, Bs=0.

当FS为其它值时,Bs=0。When FS is other values, Bs=0.

根据编码情况修正边界强度Correct the boundary strength according to the encoding situation

若按照帧模式进行编码,并对色度分量进行滤波,Bs减1:If encoding is performed according to the frame mode, and the chrominance component is filtered, Bs is subtracted by 1:

若按照场模式进行编码,并满足下列条件之一,Bs减1:If encoding is performed in field mode and one of the following conditions is met, Bs is decremented by 1:

对亮度分量在垂直方向上进行滤波;Filter the luminance component in the vertical direction;

对色度分量进行滤波;Filter the chroma components;

当BS>0时,执行像素行的像素级滤波,滤波器采用附表2所示:When BS>0, the pixel-level filtering of the pixel row is performed, and the filter is shown in the attached table 2:

Bs等于4时的边界滤波过程Boundary filtering process when Bs is equal to 4

边界滤波强度Bs的值为4时,对p0、p1、p2、p3和q0、q1、q2、q3滤波的计算过程如下(P0、P1、P2和Q0、Q1、Q2是滤波后的值):When the value of boundary filtering strength Bs is 4, the calculation process of p0, p1, p2, p3 and q0, q1, q2, q3 filtering is as follows (P0, P1, P2 and Q0, Q1, Q2 are the filtered values):

P0=((p0<<3)+p0+(p2<<2)+p2+(p1<<2)+(q0<<3)-q0+(q1<<2)+(q2<<1)+q2+16)>>5P0=((p0<<3)+p0+(p2<<2)+p2+(p1<<2)+(q0<<3)-q0+(q1<<2)+(q2<<1)+q2+ 16)>>5

P1=((p0<<2)+(p0<<1)+(p1<<1)+p1+(p2<<2)+q0+(q0<<1)+8)>>4P1=((p0<<2)+(p0<<1)+(p1<<1)+p1+(p2<<2)+q0+(q0<<1)+8)>>4

P2=(p0+(p1<<1)+p2+(p2<<1)+p3+q0+4)>>3P2=(p0+(p1<<1)+p2+(p2<<1)+p3+q0+4)>>3

Q0=((q0<<3)+q0+(q2<<2)+q2+(q1<<2)+(p0<<3)-p0+(p1<<2)+(p2<<1)+p2+16)>>5Q1=((q0<<2)+(q0<<1)+(q1<<1)+q1+(q2<<2)+p0+(p0<<1)+8)>>4Q0=((q0<<3)+q0+(q2<<2)+q2+(q1<<2)+(p0<<3)-p0+(p1<<2)+(p2<<1)+p2+ 16)>>5Q1=((q0<<2)+(q0<<1)+(q1<<1)+q1+(q2<<2)+p0+(p0<<1)+8)>>4

Q2=(q0+(q1<<1)+q2+(q2<<1)+q3+p0+4)>>3Q2=(q0+(q1<<1)+q2+(q2<<1)+q3+p0+4)>>3

Bs等于3时的边界滤波过程Boundary filtering process when Bs is equal to 3

边界滤波强度Bs的值为3时,对p0、p1和q0、q1滤波的计算过程如下(P0、P1和Q0、Q1是滤波后的值):When the value of boundary filtering strength Bs is 3, the calculation process of p0, p1 and q0, q1 filtering is as follows (P0, P1 and Q0, Q1 are the filtered values):

P0=(p2+(p1<<2)+(p0<<2)+(p0<<1)+(q0<<2)+q1+8)>>4P0=(p2+(p1<<2)+(p0<<2)+(p0<<1)+(q0<<2)+q1+8)>>4

Q0=(p1+(p0<<2)+(q0<<2)+(q0<<1)+(q1<<2)+q2+8)>>4Q0=(p1+(p0<<2)+(q0<<2)+(q0<<1)+(q1<<2)+q2+8)>>4

P1=((p2<<1)+p2+(p1<<3)+(p0<<2)+q0+8)>>4P1=((p2<<1)+p2+(p1<<3)+(p0<<2)+q0+8)>>4

Q1=((q2<<1)+q2+(q1<<3)+(q0<<2)+p0+8)>>4Q1=((q2<<1)+q2+(q1<<3)+(q0<<2)+p0+8)>>4

Bs等于2时的边界滤波过程Boundary filtering process when Bs is equal to 2

边界滤波强度Bs的值为2时,对p0和q0滤波的计算过程如下(P0和Q0是滤波后的值):When the value of boundary filtering strength Bs is 2, the calculation process of p0 and q0 filtering is as follows (P0 and Q0 are the filtered values):

P0=((p1<<1)+p1+(p0<<3)+(p0<<1)+(q0<<1)+q0+8)>>4P0=((p1<<1)+p1+(p0<<3)+(p0<<1)+(q0<<1)+q0+8)>>4

Q0=((p0<<1)+p0+(q0<<3)+(q0<<1)+(q1<<1)+q1+8)>>4Q0=((p0<<1)+p0+(q0<<3)+(q0<<1)+(q1<<1)+q1+8)>>4

Bs等于1时的边界滤波过程Boundary filtering process when Bs is equal to 1

边界滤波强度Bs的值为1时,对p0和q0滤波的计算过程如下(P0和Q0是滤波后的值):When the value of boundary filtering strength Bs is 1, the calculation process of p0 and q0 filtering is as follows (P0 and Q0 are the filtered values):

P0=((p0<<1)+p0+q0+2)>>2P0=((p0<<1)+p0+q0+2)>>2

Q0=((q0<<1)+q0+p0+2)>>2Q0=((q0<<1)+q0+p0+2)>>2

本发明由于采用了上述技术方案,和已有的AVS标准中方法相比,具有如下创新和有益效果:Compared with the method in the existing AVS standard, the present invention has the following innovations and beneficial effects due to the adoption of the above-mentioned technical solution:

第一、通过重用编解码端块划分信息得到图像块(包括编码块、预测块和变换块)划分结构,环路滤波则在编码块、预测块和变换块边界进行,若编码块的CBP=0,则仅在编码块和预测块边界进行滤波。这样可以提高了编码效率,而且减少了滤波的边界数目,从而降低了编码解码端复杂度,图4虚线显示AVS1原有的滤波方案在所有8x8变换块边界进行滤波,实线表示实际的编码块、预测块和变换块的划分方式,本方案只需要在实线处滤波,从而滤波的边界数大大减少,例如对32x32的块,在所有8x8块边界滤波,则滤波边界数为32条8像素边界,而只在块边界滤波则只需要在8条8像素边界滤波,节省了4倍。需要滤波边界数和块尺寸大小关系如表1所示。所以在高分辨率视频中,当大块选择概率较多时,采用本方法能显著减少需要滤波边界数,从而减少编解码端复杂度。First, the division structure of the image block (including coding block, prediction block and transformation block) is obtained by reusing the block division information of the codec end, and the loop filtering is performed on the boundary of the coding block, prediction block and transformation block. If the CBP of the coding block= 0, the filter is only performed on the boundary of the coding block and the prediction block. This can improve the coding efficiency and reduce the number of filtering boundaries, thereby reducing the complexity of the coding and decoding end. The dotted line in Figure 4 shows that the original filtering scheme of AVS1 performs filtering on all 8x8 transform block boundaries, and the solid line represents the actual coding block. , The division method of the prediction block and the transformation block, this scheme only needs to filter at the solid line, so that the number of filtering boundaries is greatly reduced, for example, for a 32x32 block, filtering at all 8x8 block boundaries, the number of filtering boundaries is 32 8 pixels Boundary, while filtering only at the block boundary only needs to filter at 8 8-pixel boundaries, saving 4 times. Table 1 shows the relationship between the number of boundaries to be filtered and the block size. Therefore, in high-resolution video, when there are many large block selection probabilities, this method can significantly reduce the number of filtering boundaries, thereby reducing the complexity of the codec.

表1.需要滤波边界数目节省和块尺寸大小关系Table 1. The relationship between the number of required filtering borders and the size of the block size

块尺寸block size 滤波边界边数节省Filtering edge count saving 64x6464x64 8倍8 times 32x3232x32 4倍4 times 16x1616x16 2倍2 times 8x88x8 1倍1 times

第二、本方案预设值滤波分割块(如16x16块大小、最大编码单元块大小或图像帧,可以在码流中说明),在滤波之前,首先图像按照滤波分割块进行划分,然后按照扫描顺序依次对每个滤波分割块先垂直边界后水平边界的顺序滤波,这样能方便和统一滤波器设计,提高自适应性以及降低硬件电路的设计复杂度。Second, this scheme presets filter segmentation blocks (such as 16x16 block size, maximum coding unit block size or image frame, which can be described in the code stream). Before filtering, the image is first divided according to the filter segmentation block, and then scanned according to Sequentially sequentially filter the vertical boundary and then the horizontal boundary of each filter segmentation block, which can facilitate and unify the filter design, improve adaptability and reduce the design complexity of the hardware circuit.

第三、本发明方案的新的滤波阈值系数表如附表1和滤波器使用附表2所示,同时滤波方向可以根据模式信息和块边界局部图像特征来抉择,而不再固定为垂直块边界,可以更好提高编码效率和主观质量。Third, the new filter threshold coefficient table of the present invention is shown in Attached Table 1 and Filter Usage Attached Table 2. At the same time, the filtering direction can be selected according to the mode information and the local image characteristics of the block boundary, instead of being fixed as a vertical block. boundary, which can better improve coding efficiency and subjective quality.

本领域技术人员还可以了解到本发明实施例列出的各种说明性逻辑块(illustrative logical block),单元,和步骤可以通过电子硬件、电脑软件,或两者的结合进行实现。为清楚展示硬件和软件的可替换性(interchangeability),上述的各种说明性部件(illustrativecomponents),单元和步骤已经通用地描述了它们的功能。这样的功能是通过硬件还是软件来实现取决于特定的应用和整个系统的设计要求。本领域技术人员可以对于每种特定的应用,可以使用各种方法实现所述的功能,但这种实现不应被理解为超出本发明实施例保护的范围。Those skilled in the art can also understand that various illustrative logical blocks (illustrative logical blocks), units, and steps listed in the embodiments of the present invention can be implemented by electronic hardware, computer software, or a combination of both. To clearly demonstrate the interchangeability of hardware and software, the various illustrative components, units and steps above have generically described their functions. Whether such functions are implemented by hardware or software depends on the specific application and overall system design requirements. Those skilled in the art may use various methods to implement the described functions for each specific application, but such implementation should not be understood as exceeding the protection scope of the embodiments of the present invention.

本发明实施例中所描述的各种说明性的逻辑块,或单元都可以通过通用处理器,数字信号处理器,专用集成电路(ASIC),现场可编程门阵列(FPGA)或其它可编程逻辑装置,离散门或晶体管逻辑,离散硬件部件,或上述任何组合的设计来实现或操作所描述的功能。通用处理器可以为微处理器,可选地,该通用处理器也可以为任何传统的处理器、控制器、微控制器或状态机。处理器也可以通过计算装置的组合来实现,例如数字信号处理器和微处理器,多个微处理器,一个或多个微处理器联合一个数字信号处理器核,或任何其它类似的配置来实现。The various illustrative logic blocks or units described in the embodiments of the present invention can be implemented by general-purpose processors, digital signal processors, application-specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs) or other programmable logic devices, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to implement or operate the described functions. The general-purpose processor may be a microprocessor, and optionally, the general-purpose processor may also be any conventional processor, controller, microcontroller or state machine. A processor may also be implemented by a combination of computing devices, such as a digital signal processor and a microprocessor, multiple microprocessors, one or more microprocessors combined with a digital signal processor core, or any other similar configuration to accomplish.

本发明实施例中所描述的方法或算法的步骤可以直接嵌入硬件、处理器执行的软件模块、或者这两者的结合。软件模块可以存储于RAM存储器、闪存、ROM存储器、EPROM存储器、EEPROM存储器、寄存器、硬盘、可移动磁盘、CD-ROM或本领域中其它任意形式的存储媒介中。示例性地,存储媒介可以与处理器连接,以使得处理器可以从存储媒介中读取信息,并可以向存储媒介存写信息。可选地,存储媒介还可以集成到处理器中。处理器和存储媒介可以设置于ASIC中,ASIC可以设置于用户终端中。可选地,处理器和存储媒介也可以设置于用户终端中的不同的部件中。The steps of the method or algorithm described in the embodiments of the present invention may be directly embedded in hardware, a software module executed by a processor, or a combination of both. The software modules may be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, removable disk, CD-ROM or any other storage medium in the art. Exemplarily, the storage medium can be connected to the processor, so that the processor can read information from the storage medium, and can write information to the storage medium. Optionally, the storage medium can also be integrated into the processor. The processor and the storage medium can be set in the ASIC, and the ASIC can be set in the user terminal. Optionally, the processor and the storage medium may also be set in different components in the user terminal.

在一个或多个示例性的设计中,本发明实施例所描述的上述功能可以在硬件、软件、固件或这三者的任意组合来实现。如果在软件中实现,这些功能可以存储与电脑可读的媒介上,或以一个或多个指令或代码形式传输于电脑可读的媒介上。电脑可读媒介包括电脑存储媒介和便于使得让电脑程序从一个地方转移到其它地方的通信媒介。存储媒介可以是任何通用或特殊电脑可以接入访问的可用媒体。例如,这样的电脑可读媒体可以包括但不限于RAM、ROM、EEPROM、CD-ROM或其它光盘存储、磁盘存储或其它磁性存储装置,或其它任何可以用于承载或存储以指令或数据结构和其它可被通用或特殊电脑、或通用或特殊处理器读取形式的程序代码的媒介。此外,任何连接都可以被适当地定义为电脑可读媒介,例如,如果软件是从一个网站站点、服务器或其它远程资源通过一个同轴电缆、光纤电脑、双绞线、数字用户线(DSL)或以例如红外、无线和微波等无线方式传输的也被包含在所定义的电脑可读媒介中。所述的碟片(disk)和磁盘(disc)包括压缩磁盘、镭射盘、光盘、DVD、软盘和蓝光光盘,磁盘通常以磁性复制数据,而碟片通常以激光进行光学复制数据。上述的组合也可以包含在电脑可读媒介中。In one or more exemplary designs, the above functions described in the embodiments of the present invention may be implemented in hardware, software, firmware or any combination of the three. If implemented in software, the functions can be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes computer storage media and communication media that facilitate transfer of a computer program from one place to another. Storage media may be any available media that can be accessed by a general purpose or special computer. For example, such computer-readable media may include, but are not limited to, RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other device that can be used to carry or store instructions or data structures and Other medium of program code in a form readable by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. In addition, any connection is properly defined as a computer-readable medium, for example, if the software is transmitted from a web site, server, or other remote source via a coaxial cable, fiber optic computer, twisted pair, digital subscriber line (DSL) Or transmitted by wireless means such as infrared, wireless and microwave are also included in the definition of computer readable media. Disks and discs include compact discs, laser discs, optical discs, DVDs, floppy discs, and Blu-ray discs. Disks usually reproduce data magnetically, while discs usually reproduce data optically with lasers. Combinations of the above can also be contained on a computer readable medium.

附表1本发明块边界阈值α和β与Index的关系Attached Table 1 The relationship between the block boundary thresholds α and β of the present invention and Index

附表2.本发明使用的滤波器参数设计Attached table 2. Filter parameter design used in the present invention

L3L3 L2L2 L1L1 L0L0 R0R0 R1R1 R2R2 R3R3 BS=4BS=4 L0L0 55 44 99 77 44 33 L1L1 44 33 66 33 L2L2 11 33 22 11 11 BS=3BS=3 L0L0 11 44 66 44 11 L1L1 33 88 44 11 BS=2BS=2 L0L0 33 1010 33 BS=1BS=1 L0L0 33 11

附表3.AVS原有滤波器参数设计Attached table 3. AVS original filter parameter design

L3L3 L2L2 L1L1 L0L0 R0R0 R1R1 R2R2 R3R3 BS=4BS=4 L0L0 99 99 88 66 L1L1 66 77 33 L2L2 33 44 11 BS=3BS=3 L0L0 11 44 66 44 11 L1L1 33 88 44 11 BS=2BS=2 L0L0 33 1010 33 BS=1BS=1 L0L0 33 11

本文中应用了具体实施例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处。综上所述,本说明书内容不应理解为对本发明的限制。Application of specific embodiments herein has explained the principle of the present invention and implementation mode, and the description of the above embodiments is only used to help understand the method of the present invention and its core idea; Simultaneously, for those of ordinary skill in the art, according to the present invention Thoughts, there will be changes in specific implementation methods and application ranges. In summary, the contents of this specification should not be construed as limiting the present invention.

Claims (7)

1.一种视频编解码端的环路滤波的方法,其特征在于:1. A method for loop filtering at the video codec end, characterized in that: 所述环路滤波方法包括如下步骤:The loop filtering method comprises the steps of: 步骤1)利用编解码端块划分信息得到图像块划分结构,环路滤波则在所述图像块边界进行,若编码块的编码残差为0,(即CBP=0),则仅在编码块和预测块边界进行滤波;滤波流程为预定义滤波分割块,把图像划分为滤波分割单元块,可以预定义或在码流中说明滤波分割块的尺寸,为了统一滤波器设计,滤波顺序为依次对每个滤波分割块进行,先垂直边界后水平边界,即先对滤波分割块内的所有垂直边界进行滤波再对水平边界进行滤波;Step 1) Use the codec end block division information to obtain the image block division structure, and loop filtering is performed on the boundary of the image block. If the coding residual of the coding block is 0, (that is, CBP=0), only the coding block Filter with the boundary of the predicted block; the filtering process is a predefined filter segment block, which divides the image into filter segment unit blocks, and the size of the filter segment block can be predefined or specified in the code stream. In order to unify the filter design, the filtering order is sequential For each filtering segment block, first the vertical boundary and then the horizontal boundary, that is, first filter all the vertical boundaries in the filtering segment block and then filter the horizontal boundary; 步骤2)若边界包含编码块、预测块和变换块边界,则利用模式、运动信息、量化参数以及残差等进行边界级滤波决策,Step 2) If the boundary includes the coding block, prediction block and transformation block boundary, use the mode, motion information, quantization parameters and residual to make boundary-level filtering decisions, 2.1、若决策需要滤波该边界,则进行接下来的像素级滤波过程;2.1. If the decision needs to filter the boundary, proceed to the next pixel-level filtering process; 2.2、否则跳过该边界滤波;对需要进行滤波的块边界处进行像素级滤波决策以决定每个像素行是否需要滤波以及采用的滤波强度(BS);2.2. Otherwise, skip the boundary filtering; make a pixel-level filtering decision at the block boundary that needs to be filtered to determine whether each pixel row needs filtering and the filtering strength (BS); 步骤3)最后执行像素级滤波,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度,其中参与图像滤波的块结构,包括但不限于编码块、预测块和变换块;滤波分割块为方便滤波等操作,而对图像进行统一尺寸的划分方式,如对图像可以按照16x16尺寸滤波分割块划分。Step 3) Finally, pixel-level filtering is performed. The filtering direction can be perpendicular to the boundary or at other angles according to the local pixel characteristics or block mode and the boundary. The block structure involved in image filtering includes but is not limited to coding blocks, prediction blocks and transformation blocks. ;Filter segmentation blocks are used to facilitate filtering and other operations, and the image is divided in a uniform size. For example, the image can be divided according to 16x16 size filter segmentation blocks. 2.根据权利要求1所述的一种视频编解码端的环路滤波的方法,其特征在于,所述步骤1)还包括:图像块包括编码块、预测块和变换块。2 . The method for loop filtering at the video codec end according to claim 1 , wherein the step 1) further comprises: the image block includes a coding block, a prediction block and a transformation block. 3 . 3.根据权利要求1所述的一种视频编解码端的环路滤波的方法,其特征在于,所述步骤1)还包括:环路滤波发生的边界在所述图像块边界,当编码块的编码残差为零时(即CBP=0),则只在编码块和预测块边界进行滤波,同时定义滤波的最小尺寸(如8x8块大小);编码块的尺寸包含了从64x64到8x8大小,根据RDO选择,采用四叉树迭代递归划分,是编码处理的基本单元;预测块为在编码块的基础上的进一步根据预测特性的进一步划分;变换块也是在编码块的基础上根据残差的分布特性的进一步划分。3. A method for loop filtering at the video codec end according to claim 1, characterized in that said step 1) further comprises: the boundary where the loop filtering occurs is at the boundary of the image block, when the coding block When the coding residual is zero (that is, CBP=0), filtering is only performed at the boundary of the coding block and the prediction block, and the minimum size of the filtering (such as 8x8 block size) is defined at the same time; the size of the coding block includes from 64x64 to 8x8, According to the RDO selection, quadtree iterative recursive division is used, which is the basic unit of encoding processing; the prediction block is further divided according to the prediction characteristics on the basis of the coding block; the transformation block is also based on the coding block based on the residual. Further division of distribution characteristics. 4.根据权利要求1所述的一种视频编解码端的环路滤波的方法,其特征在于,所述步骤1)还包括:对于整帧图像划分为滤波分割单元块,可以预定义或者在码流中说明滤波分割块的尺寸,按照扫描依次对每个滤波分割块进行滤波,先对垂直边界,再水平边界,检测边界是否包含编码块、预测块和变换块边界,若包含,则滤波该边界,否则跳过滤波该边界。4. A method for loop filtering at the video coding and decoding end according to claim 1, characterized in that said step 1) further comprises: dividing the whole frame of image into filter segmentation unit blocks, which can be predefined or in code The stream specifies the size of the filtering block, and filters each filtering block in turn according to the scan, first checks the vertical boundary, then the horizontal boundary, and checks whether the boundary includes the boundary of the coding block, prediction block and transformation block, and if so, filters the boundary boundary, otherwise skip filtering the boundary. 5.根据权利要求1所述的一种视频编解码端的环路滤波的方法,其特征在于,所述步骤2)还包括:根据滤波边界两边块的模式、运动信息、量化参数以及残差等来决定当前块边界是否需要滤波,若边界级决策需要滤波该边界,则进行接下来的像素级滤波过程,否则跳过该边界滤波,若块边界两边块P和Q有帧内预测模式,则需要执行滤波;若P、Q块均为P帧的帧间预测块,其残差均为0,参考帧相同且运动矢量各分量小于一个像素,则决策该块边界不需要滤波,否则均需要滤波。5. A method for loop filtering at the video codec end according to claim 1, characterized in that said step 2) further comprises: according to the mode, motion information, quantization parameters and residuals of the blocks on both sides of the filtering boundary, etc. To determine whether the current block boundary needs to be filtered, if the boundary-level decision needs to filter the boundary, then the next pixel-level filtering process is performed, otherwise the boundary filtering is skipped, if the blocks P and Q on both sides of the block boundary have intra prediction mode, then Filtering needs to be performed; if the P and Q blocks are both inter-frame prediction blocks of the P frame, their residuals are 0, the reference frame is the same and each component of the motion vector is less than one pixel, then it is decided that the block boundary does not need to be filtered, otherwise all need filtering. 6.根据权利要求1所述的一种视频编解码端的环路滤波的方法,其特征在于,所述步骤2)还包括:滤波决策需要滤波的块边界每行像素,利用边界两边像素的跳变和两个块平均QP值得到的索引所对应的阈值表对应值比较,来选择滤波强度;像素级滤波强度取值范围0-4,BS=0表示不需要滤波,BS=4,表示较为平坦区域,需要进行较强的平滑滤波。6. A method for loop filtering at the video codec end according to claim 1, characterized in that said step 2) further comprises: each line of pixels at the border of the block that needs to be filtered in the filtering decision, using the jump of pixels on both sides of the border The corresponding value of the threshold table corresponding to the index obtained by changing the average QP value of the two blocks is compared to select the filtering strength; the pixel-level filtering strength ranges from 0 to 4, BS=0 means no filtering is required, BS=4 means relatively In flat areas, strong smoothing filtering is required. 7.根据权利要求1所述的一种视频编解码端的环路滤波的方法,其特征在于,所述步骤3)还包括:像素的位置选择对应的FIR滤波器,滤波方向可以垂直于边界也可以根据局部像素特性或块模式和边界成其他角度;不同滤波强度和不同像素位置所对应的FIR滤波器使用;同时可以利用局部图像的纹理特性和边界两边块的模式信息决定滤波的方式是垂直于边界或者和边界成一定角度。7. A method for loop filtering at the video codec end according to claim 1, characterized in that said step 3) further comprises: selecting the corresponding FIR filter for the position of the pixel, and the filtering direction can be perpendicular to the boundary or Other angles can be formed according to local pixel characteristics or block modes and boundaries; FIR filters corresponding to different filter strengths and different pixel positions can be used; at the same time, the texture characteristics of the local image and the mode information of the blocks on both sides of the boundary can be used to determine whether the filtering method is vertical at or at an angle to the boundary.
CN201310128415.2A 2013-04-15 2013-04-15 A kind of implementation method of coding and decoding video loop filtering Active CN103220529B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310128415.2A CN103220529B (en) 2013-04-15 2013-04-15 A kind of implementation method of coding and decoding video loop filtering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310128415.2A CN103220529B (en) 2013-04-15 2013-04-15 A kind of implementation method of coding and decoding video loop filtering

Publications (2)

Publication Number Publication Date
CN103220529A true CN103220529A (en) 2013-07-24
CN103220529B CN103220529B (en) 2016-02-24

Family

ID=48817933

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310128415.2A Active CN103220529B (en) 2013-04-15 2013-04-15 A kind of implementation method of coding and decoding video loop filtering

Country Status (1)

Country Link
CN (1) CN103220529B (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104113765A (en) * 2014-07-28 2014-10-22 北京大学深圳研究生院 Video coding and decoding method and device
CN104683820A (en) * 2015-02-28 2015-06-03 华为技术有限公司 A loop filtering method and loop filter
CN104754363A (en) * 2013-12-31 2015-07-01 展讯通信(上海)有限公司 Loop filtering method and device for high efficiency video coding, coder and decoder
WO2016015198A1 (en) * 2014-07-28 2016-02-04 北京大学深圳研究生院 Video coding/decoding method and apparatus
CN105791865A (en) * 2014-12-22 2016-07-20 江苏省电力公司南京供电公司 Intra-frame prediction and deblocking filtering method
CN103888764B (en) * 2014-03-14 2017-02-15 西安交通大学 Self-adaptation compensation system and method for video compression distortion
CN107258081A (en) * 2015-03-06 2017-10-17 高通股份有限公司 To the optimization using non-square partition encoding video data
CN107302700A (en) * 2016-04-15 2017-10-27 谷歌公司 Adaptive direction loop filter
CN107637078A (en) * 2015-03-31 2018-01-26 瑞尔数码有限公司 Residual transform and inverse transform in video decoding system and method
CN107801024A (en) * 2017-11-09 2018-03-13 北京大学深圳研究生院 A kind of boundary filtering method for infra-frame prediction
CN107809638A (en) * 2017-11-09 2018-03-16 广东技术师范学院 Filter processing method and system based on camera image video mix subject matter
WO2018068744A1 (en) * 2016-10-14 2018-04-19 Mediatek Inc. Method and apparatus of smoothing filter for ringing artefact removal
WO2018177395A1 (en) * 2017-03-31 2018-10-04 武汉斗鱼网络科技有限公司 Method and apparatus for filtering video frames
CN109889853A (en) * 2019-02-26 2019-06-14 北京大学深圳研究生院 A deblocking filtering method, system, device, and computer-readable medium
CN110267036A (en) * 2019-03-11 2019-09-20 杭州海康威视数字技术股份有限公司 A kind of filtering method and equipment
CN111355951A (en) * 2018-12-24 2020-06-30 华为技术有限公司 Video decoding method, device and decoding device
CN111630857A (en) * 2018-01-29 2020-09-04 联发科技股份有限公司 Length Adaptive Deblocking Filtering in Video Codec
WO2020177133A1 (en) * 2019-03-07 2020-09-10 Oppo广东移动通信有限公司 Loop filter implementation method and apparatus, and computer storage medium
CN111770337A (en) * 2019-03-30 2020-10-13 华为技术有限公司 Video coding method, video decoding method and related equipment
CN111819847A (en) * 2018-06-21 2020-10-23 瑞典爱立信有限公司 Deblocking of video picture boundaries
CN112136329A (en) * 2019-09-24 2020-12-25 北京大学 Video coding and decoding method and device
CN112449183A (en) * 2019-09-03 2021-03-05 联咏科技股份有限公司 Video encoder, video decoder and video system
CN112822498A (en) * 2018-03-28 2021-05-18 华为技术有限公司 Image processing apparatus and method for performing efficient deblocking
CN114584790A (en) * 2022-01-21 2022-06-03 百果园技术(新加坡)有限公司 Video brightness filtering method, device, equipment and storage medium
CN114615494A (en) * 2020-12-04 2022-06-10 咪咕文化科技有限公司 An image processing method, device and equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1652610A (en) * 2005-01-31 2005-08-10 浙江大学 Method and device for video or image deblocking filtering
CN101841722A (en) * 2010-06-08 2010-09-22 上海交通大学 Detection device of filtering boundary strength and detection method thereof
CN102387366A (en) * 2005-03-18 2012-03-21 夏普株式会社 Methods and systems for extended spatial scalability with picture-level adaptation
CN102577377A (en) * 2009-08-04 2012-07-11 三星电子株式会社 Apparatus and method for deblocking filtering image data and video decoding apparatus and method using the same
CN102792692A (en) * 2010-01-14 2012-11-21 三星电子株式会社 Method and apparatus for encoding video by using deblocking filtering, and method and apparatus for decoding video by using deblocking filtering
CN102934429A (en) * 2010-05-18 2013-02-13 索尼公司 Image processor and image processing method
CN102948146A (en) * 2010-04-13 2013-02-27 三星电子株式会社 Video encoding method and video encoding apparatus and video decoding method and video decoding apparatus, which perform deblocking filtering based on tree-structure encoding units
CN103004197A (en) * 2010-04-23 2013-03-27 吴秀美 Apparatus and method for encoding an image

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1652610A (en) * 2005-01-31 2005-08-10 浙江大学 Method and device for video or image deblocking filtering
CN102387366A (en) * 2005-03-18 2012-03-21 夏普株式会社 Methods and systems for extended spatial scalability with picture-level adaptation
CN102577377A (en) * 2009-08-04 2012-07-11 三星电子株式会社 Apparatus and method for deblocking filtering image data and video decoding apparatus and method using the same
CN102792692A (en) * 2010-01-14 2012-11-21 三星电子株式会社 Method and apparatus for encoding video by using deblocking filtering, and method and apparatus for decoding video by using deblocking filtering
CN102948146A (en) * 2010-04-13 2013-02-27 三星电子株式会社 Video encoding method and video encoding apparatus and video decoding method and video decoding apparatus, which perform deblocking filtering based on tree-structure encoding units
CN103004197A (en) * 2010-04-23 2013-03-27 吴秀美 Apparatus and method for encoding an image
CN102934429A (en) * 2010-05-18 2013-02-13 索尼公司 Image processor and image processing method
CN101841722A (en) * 2010-06-08 2010-09-22 上海交通大学 Detection device of filtering boundary strength and detection method thereof

Cited By (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104754363A (en) * 2013-12-31 2015-07-01 展讯通信(上海)有限公司 Loop filtering method and device for high efficiency video coding, coder and decoder
CN104754363B (en) * 2013-12-31 2017-08-08 展讯通信(上海)有限公司 Loop circuit filtering method and device, encoder and decoder for HEVC
CN103888764B (en) * 2014-03-14 2017-02-15 西安交通大学 Self-adaptation compensation system and method for video compression distortion
US9706209B2 (en) 2014-03-14 2017-07-11 Xi'an Jiaotong University System and method for adaptively compensating distortion caused by video compression
WO2016015198A1 (en) * 2014-07-28 2016-02-04 北京大学深圳研究生院 Video coding/decoding method and apparatus
CN104113765A (en) * 2014-07-28 2014-10-22 北京大学深圳研究生院 Video coding and decoding method and device
CN105791865B (en) * 2014-12-22 2020-01-17 江苏省电力公司南京供电公司 Intra-frame prediction and deblocking filtering method
CN105791865A (en) * 2014-12-22 2016-07-20 江苏省电力公司南京供电公司 Intra-frame prediction and deblocking filtering method
CN104683820A (en) * 2015-02-28 2015-06-03 华为技术有限公司 A loop filtering method and loop filter
CN104683820B (en) * 2015-02-28 2018-03-06 华为技术有限公司 A kind of loop circuit filtering method and loop filter
CN107258081A (en) * 2015-03-06 2017-10-17 高通股份有限公司 To the optimization using non-square partition encoding video data
CN107258081B (en) * 2015-03-06 2020-07-03 高通股份有限公司 Optimization of video data encoded using non-square partitions
CN107637078B (en) * 2015-03-31 2020-05-26 瑞尔数码有限公司 Video coding system and method for integer transform coefficients
US10531086B2 (en) 2015-03-31 2020-01-07 Realnetworks, Inc. Residual transformation and inverse transformation in video coding systems and methods
CN107637078A (en) * 2015-03-31 2018-01-26 瑞尔数码有限公司 Residual transform and inverse transform in video decoding system and method
CN107302700A (en) * 2016-04-15 2017-10-27 谷歌公司 Adaptive direction loop filter
WO2018068744A1 (en) * 2016-10-14 2018-04-19 Mediatek Inc. Method and apparatus of smoothing filter for ringing artefact removal
US10931974B2 (en) 2016-10-14 2021-02-23 Mediatek Inc. Method and apparatus of smoothing filter for ringing artefact removal
WO2018177395A1 (en) * 2017-03-31 2018-10-04 武汉斗鱼网络科技有限公司 Method and apparatus for filtering video frames
CN107809638B (en) * 2017-11-09 2020-03-17 广东技术师范学院 Filtering processing method and system based on camera image video mixed subject
CN107801024A (en) * 2017-11-09 2018-03-13 北京大学深圳研究生院 A kind of boundary filtering method for infra-frame prediction
CN107801024B (en) * 2017-11-09 2019-07-12 北京大学深圳研究生院 A Boundary Filtering Method for Intra Prediction
CN107809638A (en) * 2017-11-09 2018-03-16 广东技术师范学院 Filter processing method and system based on camera image video mix subject matter
CN111630857A (en) * 2018-01-29 2020-09-04 联发科技股份有限公司 Length Adaptive Deblocking Filtering in Video Codec
CN111630857B (en) * 2018-01-29 2022-04-15 联发科技股份有限公司 Video coding method/device and corresponding non-volatile computer readable medium
CN112822498B (en) * 2018-03-28 2022-10-11 华为技术有限公司 Image processing apparatus and method for performing efficient deblocking
US11909978B2 (en) 2018-03-28 2024-02-20 Huawei Technologies Co., Ltd. Image processing device and method for performing efficient deblocking
US11290721B2 (en) 2018-03-28 2022-03-29 Huawei Technologies Co., Ltd. Image processing device and method for performing efficient deblocking
CN112822498A (en) * 2018-03-28 2021-05-18 华为技术有限公司 Image processing apparatus and method for performing efficient deblocking
US11388400B2 (en) 2018-06-21 2022-07-12 Telefonaktiebolaget Lm Ericsson (Publ) Deblocking of video picture boundaries
CN111819847B (en) * 2018-06-21 2022-08-09 瑞典爱立信有限公司 Video picture boundary encoding method, video picture boundary decoding method, codec and storage medium
US12108038B2 (en) 2018-06-21 2024-10-01 Telefonaktiebolaget Lm Ericsson (Publ) Deblocking of video picture boundaries
CN111819847A (en) * 2018-06-21 2020-10-23 瑞典爱立信有限公司 Deblocking of video picture boundaries
US11758131B2 (en) 2018-06-21 2023-09-12 Telefonaktiebolaget Lm Ericsson (Publ) Deblocking of video picture boundaries
CN111355951B (en) * 2018-12-24 2023-11-10 华为技术有限公司 Video decoding method, device and decoding equipment
CN111355951A (en) * 2018-12-24 2020-06-30 华为技术有限公司 Video decoding method, device and decoding device
CN109889853A (en) * 2019-02-26 2019-06-14 北京大学深圳研究生院 A deblocking filtering method, system, device, and computer-readable medium
WO2020177133A1 (en) * 2019-03-07 2020-09-10 Oppo广东移动通信有限公司 Loop filter implementation method and apparatus, and computer storage medium
US12177491B2 (en) 2019-03-07 2024-12-24 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Loop filter implementation method and apparatus, and computer storage medium
CN110267036A (en) * 2019-03-11 2019-09-20 杭州海康威视数字技术股份有限公司 A kind of filtering method and equipment
CN111770337B (en) * 2019-03-30 2022-08-19 华为技术有限公司 Video encoding method, video decoding method and related equipment
CN111770337A (en) * 2019-03-30 2020-10-13 华为技术有限公司 Video coding method, video decoding method and related equipment
CN112449183A (en) * 2019-09-03 2021-03-05 联咏科技股份有限公司 Video encoder, video decoder and video system
CN112136329A (en) * 2019-09-24 2020-12-25 北京大学 Video coding and decoding method and device
CN114615494A (en) * 2020-12-04 2022-06-10 咪咕文化科技有限公司 An image processing method, device and equipment
CN114584790A (en) * 2022-01-21 2022-06-03 百果园技术(新加坡)有限公司 Video brightness filtering method, device, equipment and storage medium
CN114584790B (en) * 2022-01-21 2024-05-17 百果园技术(新加坡)有限公司 Video brightness filtering method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN103220529B (en) 2016-02-24

Similar Documents

Publication Publication Date Title
CN103220529B (en) A kind of implementation method of coding and decoding video loop filtering
CN102804776B (en) Method and device for processing coded video using adaptive loop filter
Fu et al. Sample adaptive offset in the HEVC standard
CN104023233B (en) Fast inter-frame prediction method of HEVC (High Efficiency Video Coding)
CN100566411C (en) Eliminate method, medium and the filter of blocking effect
CN114390288A (en) Using Neural Network Filtering in Video Encoding and Decoding
CN103947208B (en) Method and device for reducing deblocking filter
CN113301334B (en) Method and device for adaptive filtering of video coding samples
CN103763570B (en) Rapid HEVC intra-frame prediction method based on SATD
TWI702827B (en) Video coding method/apparatus and corresponding non-transitory computer-readable medium
TWI677239B (en) Non-local adaptive loop filter combining multiple denoising technologies and grouping image patches in parallel
CN104023241B (en) Video coding method and video coding device for intra-frame predictive coding
CN109905708B (en) Methods to Clean Up Deblocking Artifacts
ES2855298T3 (en) Methods and widgets for collaborative partition coding for region-based filters
CN111201791B (en) Interpolation filter for inter-frame prediction apparatus and method for video encoding
KR20200033331A (en) Methods and apparatus for encoding and decoding video images
CN101267560A (en) Deblocking filtering method and device
TW201309026A (en) Filtering blockiness artifacts for video coding
CN106028038A (en) Equipment for decoding images
CN105898335A (en) Loop filtering method and loop filtering device for improving hardware efficiency
CN109845263A (en) Apparatus for video encoding and method
CN105306957A (en) Adaptive loop filtering method and device
Zhang et al. Adaptive loop filter with temporal prediction
CN118368415A (en) Deblocking filtering adaptive encoder, decoder and corresponding methods
KR20190097211A (en) Intra prediction apparatus for removing directional intra prediction mode from a set of predetermined directional intra prediction modes

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant