The present invention relates to a method for eliminating a blocking effect in a compressed video signal signal. The method of the invention includes: the encoding step of eliminating a blocking effect by compensating the motion of a signal compressed in block unit to be transmitted; the decoding step of restoring the motion compensated video signal to the original video signal by reducing the prediction residual between the motion compensated video signal and the original video signal and the blocking effect; and the post-filtering step of performing post-filtering in a blocking elimination filter in order to eliminate a blocking effect and ring effect remained in the compensated signal. The equation for obtaining the original pixel is made simple by eliminating the remaining blocking effect and ring effect using a loop/post filter. In addition, normalization parameters can be stored in the look-up table and can be detected according to the difference between pixels adjacent to the original pixel and the size of quantizaiton, whereby the equation for restoring the compressed moving video signal, resulting in excessive smoothing, becomes simpler, and filtering control is made possible by a simple equation, thus making a high speed real time video signal processing possible.

Patent
   RE43709
Priority
Dec 08 1999
Filed
Feb 20 2007
Issued
Oct 02 2012
Expiry
Dec 07 2020
Assg.orig
Entity
Large
1
16
all paid
0. 19. An apparatus for reducing a blocking effect in a video signal, the apparatus comprising a deblocking filter connected for use in generating a reconstructed video signal from a compressed video signal, wherein the deblocking filter is configured to determine degree of smoothing information for a pixel to be filtered using a look-up table based on quantization information of a region including the pixel to be filtered and to obtain a value of the pixel to be filtered based on the degree of smoothing information, information regarding a first adjacent pixel, and information regarding a second opposing adjacent pixel.
0. 13. A method for reducing a blocking effect in a video signal, the method comprising:
receiving a compressed video signal; and
generating a reconstructed video signal from the compressed video signal;
wherein generating the reconstructed video signal comprises:
determining degree of smoothing information for a pixel to be filtered using a look-up table based on quantization information of a region including the pixel to be filtered, and
obtaining a value of the pixel to be filtered based on the degree of smoothing information, information regarding a first adjacent pixel, and information regarding a second opposing adjacent pixel.
0. 25. A method for reducing a blocking effect in a video signal, the method comprising:
receiving a compressed video signal; and
generating, by one or more processors, a reconstructed video signal from the compressed video signal;
wherein generating the reconstructed video signal comprises:
determining degree of smoothing information for a pixel to be filtered using a look-up table based on quantization information of a region including the pixel to be filtered, and
obtaining a value of the pixel to be filtered based on the degree of smoothing information, information regarding a first adjacent pixel, and information regarding a second opposing adjacent pixel.
0. 26. A method for reducing a blocking effect in a video signal, the method comprising:
receiving a compressed video signal;
identifying a pixel to be filtered;
determining quantization information of a region including the pixel to be filtered;
accessing a look-up table;
determining, based on information identified from within the look-up table, a degree of smoothing information for the pixel to be filtered;
accessing information regarding a first adjacent pixel;
accessing information regarding a second opposing adjacent pixel;
obtaining a value of the pixel to be filtered based on the degree of smoothing information determined, the information regarding the first adjacent pixel, and the information regarding the second opposing adjacent pixel; and
generating a reconstructed video signal based at least in part on the value obtained for the pixel to be filtered.
1. A method for reducing a blocking effect in a compressed video signal, comprising:
the decoding step of restoring a motion compensated video signal to an original video signal by reducing the prediction residual between the motion compensated video signal and the original video signal and the blocking effect; and
the post-filtering step of performing post-filtering in a blocking elimination filter to reduce a blocking effect and ring effect remained in the compensated signal, wherein the decoding step comprises,
considering the direction of a pixel adjacent to the original pixel of the video signal to be restored,
defining an additional function of the reliability and degree of smoothing of each pixel adjacent to the original pixel,
obtaining a normalization parameter α that gives a weight value to the reliability and degree of smoothing of the original video signal using the additional function,
calculating a pixel to be restored according to the normalization parameter α, compressed video signal, and size of quantization using a function, and
designating values of the normalization parameter α by differently setting the degree of smoothing based on the position of the pixel to be restored in response to the position of the reference pixel.
12. A method for reducing a blocking effect in a compressed video signal, comprising:
the decoding step of restoring a motion compensated video signal to an original video signal by reducing the prediction residual between the motion compensated video signal and the original video signal and the blocking effect; and
the post-filtering step of performing post-filtering in a blocking elimination filter to reduce a blocking effect and ring effect remained in the compensated signal, wherein a pixel to be processed is expressed by applying a 8-bit value by:

f(i,j)=[(210−βTOT)g(i,j)+βL(f(i,j))g(i,j−1)+βR(f(i,j))g(i,j+1)+βU(f(i,j))g(i−1,j)+βDf(i,j))g(i+1,j)]/210

βTOT(f(i,j))=βL(f(i,j))+βR(f(i,j))+βU(f(i,j))+βU(f(i,j))
in which, βTOT(f(i, j)) is the sum of normalization parameters that determine the degree of smoothing of a pixel adjacent to the pixel of the compressed video signal positioned at (i, j), βL(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the left direction from the pixel of the compressed video signal positioned at (i, j), βR(f(i, j)) is a normalization parameters that determine the degree of smoothing of a pixel in the right direction from the pixel of the compressed video signal positioned at (i, j), βU(f(i, j)) is a normalization parameters that determine the degree of smoothing of a pixel in the upper direction from the pixel of the compressed video signal positioned at (i, j), and βD(f(i, j)) is the sum of normalization parameters that determine the degree of smoothing of a pixel in the downward direction from the pixel of the compressed video signal positioned at (i, j), and in which the equation is made simpler by performing loop filtering by multiplying the denominator and the numerator by a 8-bit value.
2. The method according to claim 1, wherein the decoding step comprises:
designating constant values of the normalization parameter α that differently setting the degree of smoothing based on the position of the pixel to be restored in response to the position of the reference pixel and the form of a filter;
applying a 8-bit value to the function for calculating the pixel to be processed; and
performing loop filtering of the pixel positioned in block margins encoded to intra macroblock in a decoding unit.
3. The method according to claim 1, wherein the pixel to be restored is calculated by:

f(i,j)=[(4−αTOTg(i,j)+αL(f(i,j))g(i,j−1)+αR(f(i,j))g(i,j+1)+αU(f(i,j))g(i−1,j)+αDf(i,j))g(i+1,j)]/4

αTOT(f(i,j))=αL(f(i,j))+αR(f(i,j)+αU(f(i,j))+αDf(i,j)),
in which f(I, j) is a pixel to be restored, αTOT is the sum of parameters for each pixel, αL is a normalization parameter that determines the degree of smoothing of a pixel in the left direction from the pixel of the compressed video signal positioned at (i, j), αR is a normalization parameter that determines the degree of smoothing of a pixel in the right direction from the pixel of the compressed video signal positioned at (i, j), αU is a normalization parameter that determines the degree of smoothing of a pixel in the upper direction from the pixel of the compressed video signal positioned at (i, j), and αD is a normalization parameter that determines the degree of smoothing of a pixel in the downward direction from the pixel of the compressed video signal positioned at (i, j).
4. The method according to claim 3, wherein the normalization parameter for each pixel is obtained by:

αL(f(i,j)=[KLQP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KLQP2(f,(i,j))]

αR(f(i,j)=[KRQP2(f(i,j))]/[[g(i,j)−g(i,j+1)]2+KRQP2(f,(i,j))]

αU(f(i,j)=[KUQP2(f(i,j))]/[[g(i,j)−g(i−1,j)]2+KUQP2(f,(i,j))]

αD(f(i,j)=[KDQP2(f(i,j))]/[[g(i,j)−g(i+1,j)]2+KDQP2(f(i,j))]
in which K is a constant value of normalization parameter α for each pixel, and QP(f(i, j)) is the size of quantization of pixel encoded to intra macroblock, the normalization parameter, e.g., a weight value representing the ratio of reliability of a pixel with respect to the original pixel, having a higher degree of smoothing as it grows.
5. The method according to claim 4, wherein the size of quantization of the pixel positioned at (i, j) encoded to intra macroblocks is obtained by QP(f(i,j))=[676]/[A(f(i, j))], in which A is a quantizer, and QP(f(i, j)) is calculated by the quantizer defined in the H.26L compression method.
6. The method according to claim 4, wherein the constant value K of the normalization parameter is obtained by experimental values by:

KL(f(i,j))=[2, if j mod 4=0; 0, otherwise]

KR(f(i,j))=[2, if j mod 4=3; 0, otherwise]

KU(f(i,j))=[2, if i mod 4=0; 0, otherwise]

KD(f(i,j))=[2, if i mod 4=3; 0, otherwise].
7. The method according to claim 1, wherein a pixel to be processed is expressed by applying a 8-bit value by:

f(i, j)=[(210−βTOT)g(i, j)+βL(f(i, j))g(i, j−1)+βR(f(i, j))g(i, j+1)+βU(f(i, j))g(i−1, j)+βD(f(i, j))g(i+1, j)]/(210) βTOT(f(i, j))=βL(f(i, j))+βR(f(i, j))+βU(f(i, j))+βD(f(i, j))
in which, βTOT(f(i, j)) is the sum of normalization parameters that determine the degree of smoothing of a pixel adjacent to the pixel of the compressed video signal positioned at (i, j), βL(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the left direction from the pixel of the compressed video signal positioned at (i, j), βR(f(i, j)) is a normalization parameters that determine the degree of smoothing of a pixel in the right direction from the pixel of the compressed video signal positioned at (i, j), βU(f(i, j)) is a normalization parameters that determine the degree of smoothing of a pixel in the upper direction from the pixel of the compressed video signal positioned at (i, j), and βD(f(i, j)) is the sum of normalization parameters that determine the degree of smoothing of a pixel in the downward direction from the pixel of the compressed video signal positioned at (i, j), and in which the equation is made simpler by performing loop filtering by multiplying the denominator and the numerator by a 8-bit value.
8. The method according to claim 7 wherein each of the normalization parameters is obtained by:

βL(f(i,j))=28αL(f(i,j))=28[KL(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KL(f(i,j))QP2(f(i,j))]

βR(f(i,j))=28αR(f(i,j))=28[KR(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KR(f(i,j))QP2(f(i,j))]

βU(f(i,j))=28αU(f(i,j))=28[KU(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KU(f(i,j))QP2(f(i,j))]

βD(f(i,j))=28αD(f(i,j))=28[KD(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KD(f(i,j))QP2(f(i,j))],
in which the degree of smoothing is determined by the normalization parameters.
9. The method according to claim 1, wherein the post-filtering step comprises the steps of:
defining an additional function of a pixel to be restored of a signal decoded by means of loop-filtering of the video signal decoding unit;
determining the constant value of the normalization parameter that differently sets the reliability and degree of smoothing of all pixels with respect to the original video signal; and
performing post-filtering by the function for calculating the pixel to be restored containing the determined constant value.
10. The method according to claim 9, wherein the constant value of the normalization parameter that differently sets the reliability and degree of smoothing of all pixels with respect to the original video signal is determined by experimental values, and is calculated by:

KL(f(i,j))=[2, if j mod 4=0; ½, otherwise]

KR(f(i,j))=[2, if j mod 4=3; ½, otherwise]

KU(f(i,j))=[2, if i mod 4=0; ½, otherwise]

KD(f(i,j))=[2, if i mod 4=3; ½, otherwise]
whereby the degree of non-uniformity of each pixel is improved.
11. The method according to claim 1, wherein each of the normalization parameters is obtained by:

βL(f(i,j))=28αL(f(i,j))=28[KL(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KL(f(i,j))QP2(f(i,j))]

βR(f(i,j))=28αR(f(i,j))=28[KR(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KR(f(i,j))QP2(f(i,j))]

βU(f(i,j))=28αU(f(i,j))=28[KU(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KU(f(i,j))QP2(f(i,j))]

βD(f(i,j))=28αD(f(i,j))=28[KD(f(i,j))QP2(f(i,j))]/[[g(i,j)−g(i,j−1)]2+KD(f(i,j))QP2(f(i,j))],
in which the degree of smoothing is determined by the normalization parameters.
0. 14. The method of claim 13, wherein determining the degree of smoothing information comprises retrieving pre-determined normalization parameters from the look-up table.
0. 15. The method of claim 13, wherein the first and second adjacent pixels are located in a horizontal direction with respect to the pixel to be filtered.
0. 16. The method of claim 13, wherein the first and second adjacent pixels are located in a vertical direction with respect to the pixel to be filtered.
0. 17. The method of claim 13, wherein the information regarding the first adjacent pixel and the information regarding the second adjacent pixel comprises a difference between the pixel to be filtered and the first adjacent pixel and a difference between the pixel to be filtered and the second adjacent pixel.
0. 18. The method of claim 13, further comprising determining the degree of smoothing information based on constant values, the constant values being determined by experimentally-determined values obtained by a loop filter.
0. 20. The apparatus of claim 19, wherein the deblocking filter is configured to retrieve pre-determined normalization parameters from the look-up table.
0. 21. The apparatus of claim 19, wherein the first and second adjacent pixels are located in a horizontal direction with respect to the pixel to be filtered.
0. 22. The apparatus of claim 19, wherein the first and second adjacent pixels are located in a vertical direction with respect to the pixel to be filtered.
0. 23. The apparatus of claim 19, wherein the information regarding the first adjacent pixel and the information regarding the second adjacent pixel comprises a difference between the pixel to be filtered and the first adjacent pixel and a difference between the pixel to be filtered and the second adjacent pixel.
0. 24. The apparatus of claim 19, wherein the deblocking filter is configured to determine the degree of smoothing information based on constant values, the constant values being determined by experimentally-determined values obtained by a loop filter.

M(f(i,j))=ML(f(i,j))+MR(f(i,j))+MU(f(i,j))+MD((f(i,j))  (2)

f(i, j); original video signal

g(i, j); video signal reconfigured in decoding unit

M(f(i, j)) function of the reliability of original pixel and degree of smoothing of each pixel

(i, j); position value of pixel indicating the position of two-dimensional video

The position of the pixels is explained in FIG. 3.

FIG. 3 is a view illustrating the position of pixels of a compressed video according to the present invention. A pixel adjacent to the original video pixel f(i, j) in a left horizontal direction is denoted by f(i, j−1), a pixel adjacent thereto in a right horizontal direction is denoted by f(i, j+1), a pixel adjacent thereto in an upper vertical direction is denoted by f(l−1, j), and a pixel adjacent thereto in a lower vertical direction is denoted by f(i+1, j).

When the position of a pixel adjacent to the original pixel is designated as described above, ML designates a function of the reliability and degree of smoothing of pixel f(l, j−1) with respect to pixel f(i, j), MR designates a function of the reliability and degree of smoothing of pixel f(l, j+1) with respect to pixel f(i, j), and MU designates a function of the reliability and degree of smoothing of pixel f(i−1, 1) with respect to pixel f(i, j).

The reliability and degree of smoothing of a pixel adjacent to the original pixel are expressed by the following equations.
ML(f(i,j))=(1−αL(f(i,j)))[g(i,j)−f(i,j)]2L(f(i,j))[f(i,j)−f(i,j−1)]2  (3)
MR(f(i,j))=(1−αL(f(i,j)))[g(i,j)−f(i,j)]2R(f(i,j))[f(i,j)−f(i,j+1)]2  (4)
MU(f(i,j))=(1−αL(f(i,j)))[g(i,j)−f(i,j)]2U(f(i,j))[f(i,j)−f(i−1,j)]2  (5)
MD(f(i,j))=(1−αL(f(i,j)))[g(i,j)−f(i,j)]2D(f(i,j))[f(i,j)−f(i+1,j)]2  (6)

αL, αR, αU, αD are normalized parameters that determine the ratio of the reliability and degree of smoothing of each pixel with respect to the original pixel.

The first term of the right side of ML(f(i, j)) represents the reliability of the original pixel obtained by subtracting the original pixel f(i, j) and the compressed pixel g(i, j), and the second term of the right side thereof represents the degree of non-uniformity of the pixel in the left horizontal direction, e.g., the degree of smoothing of pixel f(i, j−1) with respect to the original pixel f(i, j) by obtaining the difference between the original pixel f(i, j) and the left side pixel f(i, j−1). αL is a kind of normalized parameter that determines the ratio of the reliability and degree of smoothing of the compressed video with respect to the original video. As this value becomes higher, the weight on the degree of smoothing becomes higher for thereby increasing the degree of smoothing.

The first term of the right side of MR(f(i, j) represents the reliability of the original pixel obtained by subtracting the original pixel f(i, j) and the compressed pixel g(i, j), and the second term of the right side thereof represents the degree of non-uniformity of the pixel in the right horizontal direction, e.g., the degree of smoothing of pixel f(i, j+1) with respect to the original pixel f(i, j) by obtaining the difference between the original pixel f(i, j) and the right side pixel f(i, j+1). αR is a kind of normalized parameter that determines the ratio of the reliability and degree of smoothing of the compressed video with respect to the original video. As this value becomes higher, the weight on the degree of smoothing becomes higher for thereby increasing the degree of smoothing.

The first term of the right side of MU(f(i, j)) represents the reliability of the original pixel obtained by subtracting the original pixel f(i, j) and the compressed pixel g(i, j), and the second term of the right side thereof represents the degree of non-uniformity of the pixel in the upper vertical direction, e.g., the degree of smoothing of pixel f(i −1, j) with respect to the original pixel f(i, j) by obtaining the difference between the original pixel f(i, j) and the upper side pixel f(i−1, j). αU is a kind of normalization parameter that determines the ratio of the reliability and degree of smoothing of the compressed video with respect to the original video. As this value becomes higher, the weight on the degree of smoothing becomes higher for thereby increasing the degree of smoothing.

The first term of the right side of MD(f(i, j)) represents the reliability of the original pixel obtained by subtracting the original pixel f(i, j) and the compressed pixel g(i, j), and the second term of the right side thereof represents the degree of non-uniformity of the pixel in the lower vertical direction, e.g., the degree of smoothing of pixel f(i+1, j) with respect to the original pixel f(i, j) by obtaining the difference between the original pixel f(i, j) and the lower side pixel f(i+1, j). αD is a kind of normalized parameter that determines the ratio of the reliability and degree of smoothing of the compressed video with respect to the original video. As this value becomes higher, the weight on the degree of smoothing becomes higher for thereby increasing the degree of smoothing.

According to the above-described equation, the restored pixel f(i, j) can be obtained according to the compressed video reconfigured in the decoding unit, the normalization parameters, the constant value of the parameter for differently setting the degree of smoothing based on the position of a pixel, and the size of quantization of the pixel encoded to an intra macroblock by the normalization restoration method.

The above described original video signal f(i, j) can be expressed by the following equations.
f(i, j)=[(4−αTOTg(i, j)+αL(f(i, j))g(i, j−1)+αR(f(i, j))g(i, j+1)+αU(f(i, j))g(i−1, j)+αDf(i, j))g(i+1, j)]/4  (7)
αTOT(f(i, j))=αL(f(i, j))+αR(f(i, j))+αU(f(i, j))+αDf(i, j))  (8)
αL(f(i, j)=[KLQP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KLQP2(f, (i, j))]  (9)
αR(f(i,j)=[KRQP2(f(i, j))]/[[g(i, j)−g(i, j+1)]2+KRQP2(f(i, j))]  (10)
αU(f(i, j)=[KUQP2(f(i, j))]/[[g(i, j)−g(i−1, j)]2+KUQP2(f(i, j))]  (11)
αD(f(i, j)=[KDQP2(f(i, j))]/[[g(i, j)−g(i+1, j)]2+KDQP2(f(i, j))]  (12)

αL, αR, αU, αD are normalized parameters that determine the ratio of the reliability and degree of smoothing of each pixel with respect to the original pixel.

αTOT; sum of parameters for each pixel

K; constant value of normalization parameter α for each pixel

QP(f(i, j)) size of quantization of pixel encoded to intra macroblock.

QP(f(i, j))=[676]/[A(f(i, j))],

αL is a normalization parameter that determines the degree of smoothing of a pixel in the left direction from the pixel of the compressed video positioned at (i, j), αR is a normalization parameter that determines the degree of smoothing of a pixel in the right direction from the pixel of the compressed video positioned at (i, j), αU is a normalization parameter that determines the degree of smoothing of a pixel in the upper direction from the pixel of the compressed video positioned at (i, j), and αD is a normalization parameter that determines the degree of smoothing of a pixel in the downward direction from the pixel of the compressed video positioned at (i, j).

The normalization parameters αL, αR, αU, and αD are integers and are stored in a memory.

QP(f(i, j)) is the size of quantization of the pixel positioned at (i, j) encoded to intra macroblocks, which is calculated by quantizer A of the H.26L compression type as described in the conventional art.

The quantization error of each pixel is proportional to the function of a quantization variable set in macroblock unit, and a blocking effect occurring in block margins has a higher degree of non-uniformity than a ring effect in intra blocks. Thus, the values of the normalization parameters αL, αR, αU, and αD can be obtained by the set theory saying that such characteristics must controlled according to the position information of each pixel, by selling the normalization parameters for controlling the degree of smoothing as a large value.

In a case that the compressed video is restored by dividing the same into blocks, it is often the case that the degree of non-uniformity of pixels adjacent to block marginal portions is higher than the degree of non-uniformity of pixels in intra blocks. In a case that the loop filter of the video decoding unit 300 and video decoding unit 300 restores the compressed video, the prediction residual between the motion compensated video and the original video is increased for thus excessively smoothing the compressed video. Thus, loop filtering of the pixel positioned in block margins encoded to the intra macroblocks is performed, thus reducing the excessive smoothing of the compressed video.

At this time, the normalization parameters αL, αR, αU, and αD that determine the degree of smoothing of a pixel in the left, right, upper, and downward directions from the original pixel of the compressed video positioned at (i, j) are determined by constant values KL, KR, KU, and KD. KL, KR, KU, and KD are determined by experimental values obtained by the loop filter of the video decoding unit 300.

The equations for obtaining KL, KR, KU, and KD are as follows.
KL(f(i,j))=[2, if j mod 4=0; 0, otherwise]  (13)
KR(f(i,j))=[2, if j mod 4=3; 0, otherwise]  (14)
KU(f(i,j))=[2, if i mod 4=0; 0, otherwise]  (15)
KD(f(i,j))=[2, if i mod 4=3; 0, otherwise]  (16)

Using the constant K determined by the above method and the normalization parameters, the compressed video signal is filtered by the video decoding unit 302 for thereby restoring the original pixel f(i, j).

However, the above loop filtering method is disadvantageous in that floating points are operated to thus increase computational complexity. To solve the above problem, the denominator and the numerator in the equation for obtaining the original video signal are respectively made into an integer by multiplying both denominator and numerator by 28=256, thus reducing the computational complexity.

The above description will be expressed by
f(i,j)=[(210−βTOT)g(i,j)+βL(f(i, j))g(i, j−1)+βR(f(i, j))g(i, j+1)+βU(f(i, j))g(i−1, j)+βD(f(i, j))g(i+1, j)]/(210)  (17)
βTOT(f(i, j)=βL(f((i, j))+βR(f(i, j))+βU(f(i, j))+βD(f(i, j))  (18)
βL(f(i, j))=28αL(f(i, j))=28[KL(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KL(f(i, j))QP2(f(i, j))]  (19)
βR(f(i, j))=28αR(f(i, j))=28[KR(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KR(f(i, j))QP2(f(i, j))]  (20)
βU(f(i, j))=28αU(f(i, j))=28[KU(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KU(f(i, j))QP2(f(i, j))]  (21)
βD(f(i, j))=28αD(f(i, j))=28[KD(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KD(f(i, j))QP2(f(i, j))]  (22)

βTOT(f(i, j)) is the sum of normalization parameters that determine the degree of smoothing of a pixel adjacent to the pixel of the compressed video positioned at (i, j).

βL(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the left direction from the pixel of the compressed video positioned at (i, j).

βR(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the right direction from the pixel of the compressed video positioned at (i, j).

βU(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the upper direction from the pixel of the compressed video positioned at (i, j).

βD(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the downward direction from the pixel of the compressed video positioned at (i, j).

As described above, when the denominator and numerator multiplied by 28=256, floating points of the denominator and numerator are removed, whereby the equation becomes simpler and computing speed becomes improved by 3˜9 times.

In addition, in the above equation, since the loop filter does not need to perform division operation, the pixel restored by the equation can be obtained by moving the pixel before being multiplied by 28 by 10 bits, thus acquiring the gain of computational complexity.

In addition, by storing the normalization parameters βL, βR, βD, and βL in a look-up table, computational complexity can be much reduced by reading out the stored normalization parameters from the look-up table without calculating the difference between adjacent pixels and the size of quantization.

As described above, by using the loop filter of the video decoding unit 300 and video decoding unit 300, the prediction residual is decreased, and thus a blocking effect and ring effect are reduced. However, the blocking effect still remains. In order to reduce the remaining blocking effect and ring effect, the post filter of the blocking elimination filter 400 is used.

The post filter restores signal close to the original video by eliminating the blocking effect and ring effect that are not processed by the loop filter.

The post filter performs filtering in the same manner as the above-described loop filter, except that it eliminates not the blocking effect and ring effect of margins between pixels, but the blocking effect and ring effect of all pixels.

Hence, the functional equation for obtaining the original pixel f(i, j) in the post filter is the same as the functional equation for obtaining the original pixel in the loop filter, except for the constant value K of the normalization parameters that determine the degree of smoothing of the original pixel.

The constant value K is determined by experimental values.

The equation for obtaining the original pixel f(i, j) is as follows.
f(i, j)=[(210−βTOT)g(i, j)+βL(f(i, j))g(i, j−1)+βR(f(i, j))g(i, j+1)+βU(f(i, j))g(i−1, j)+βD(f(i, j))g(i+1, j)]/(210)  (23)
βTOT(f(i, j))=βL(f(i, j))+βR(f(i, j))+βU(f(i, j))+βD(f(i, j))  (24)
βL(f(i, j))=28αL(f(i, j))=28[KL(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KL(f(i, j))QP2(f(i, j))]  (25)
βR(f(i, j))=28αR(f(i, j))=28[KR(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KR(f(i, j))QP2(f(i, j))]  (26)
βU(f(i, j))=28(f(i, j))=28[KU(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KU(f(i, j))QP2(f(i, j))]  (27)
βD(f(i, j))=28αD(f(i, j))=28[KD(f(i, j))QP2(f(i, j))]/[[g(i, j)−g(i, j−1)]2+KD(f(i, j))QP2(f(i, j))]  (28)
KL(f(i, j))=[2, if j mod 4=0; 1/2, otherwise]  (29)
KR(f(i, j))=[2, if j mod 4=3; 1/2, otherwise]  (30)
KU(f(i, j))=[2, if i mod 4=0; 1/2, otherwise]  (31)
KD(f(i, j))=[2, if i mod 4=3; 1/2, otherwise]  (32)

βTOT(f(i, j) is the sum of normalization parameters that determine the degree of smoothing of a pixel adjacent to the pixel of the compressed video positioned at (i, j).

βL(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the left direction from the pixel of the compressed video positioned at (i, j).

βR(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the right direction from the pixel of the compressed video positioned at (i, j).

βU(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the upper direction from the pixel of the compressed video positioned at (i, j).

βD(f(i, j)) is a normalization parameter that determine the degree of smoothing of a pixel in the downward direction from the pixel of the compressed video positioned at (i, j).

KL, KR, KU, and KD are constant values of normalization parameter α in case of post filtering.

In case of using the loop/post filter, the compressed video signal is restored to the original video signal by the post filtering equation to be outputted, whereby the prediction residual is reduced for thereby increasing compression efficiency, and reducing a blocking effect and ring effect without excessive smoothing.

As described above, in the present invention, a blocking effect and ring effect of the H.26L moving video compression type can be eliminated, and a more improved video quality can be acquired by applying the method for restoring the original pixel by the normalization restoration method to the system employing the H.26L compression.

In addition, the normalization parameters that determine the degree of smoothing can be stored in the look-up table and can be detected according to the difference between pixels adjacent to the original pixel and the size of quantizaiton, whereby the equation for restoring the compressed moving video, resulting in excessive smoothing, becomes simpler, and filtering control is made possible by a simple equation, thus making a high speed real time video processing possible.

As the present invention may be embodied in several forms without departing from the spirit or essential characteristics thereof, it should also be understood that the above-described embodiments are not limited by any of the details of the foregoing description, unless otherwise specified, but rather should be construed broadly within its spirit and scope as defined in the appended claims, and therefore all changes and modifications that fall within the meets and bounds of the claims, or equivalences of such meets and bounds are therefore intended to be embraced by the appended claims.

Hong, Min-Cheol

Patent Priority Assignee Title
8605786, Sep 04 2007 The Regents of the University of California Hierarchical motion vector processing method, software and devices
Patent Priority Assignee Title
5844614, Jan 09 1995 MATSUSHITA ELECTRIC INDUSTRIAL CO , LTD Video signal decoding apparatus
5877813, Jul 06 1996 SAMSUNG ELECTRONICS CO , LTD Loop filtering method for reducing blocking effects and ringing noise of a motion-compensated image
5883983, Mar 23 1996 Qualcomm Incorporated Adaptive postprocessing system for reducing blocking effects and ringing noise in decompressed image signals
5974197, Jan 29 1997 SAMSUNG ELECTRONICS CO , LTD Loop filter and loop filtering method
6222881, Oct 18 1994 Intel Corporation Using numbers of non-zero quantized transform signals and signal differences to determine when to encode video signals using inter-frame or intra-frame encoding
6259823, Feb 15 1997 SAMSUNG ELECTRONICS CO,, LTD Signal adaptive filtering method and signal adaptive filter for reducing blocking effect and ringing noise
6320905, Jul 08 1998 Integrated Device Technology, inc Postprocessing system for removing blocking artifacts in block-based codecs
6324301, Jan 24 1996 Lucent Technologies Inc Adaptive postfilter for low bitrate visual telephony noise removal
6353680, Jun 30 1997 Intel Corporation Method and apparatus for providing image and video coding with iterative post-processing using a variable image model parameter
6360024, Feb 07 1997 Matsushita Electric Industrial Co., Ltd. Method and apparatus for removing noise in still and moving pictures
6449311, Mar 13 1997 Sony Corporation; Sony Electronics, Inc. Methods and apparatus for error concealment utilizing temporal domain motion vector estimation
6510178, Dec 15 1999 Zenith Electronics Corporation Compensating for drift in the down conversion of high definition sequences to lower resolution sequences
6539060, Oct 25 1997 Samsung Electronics Co., Ltd.; Korea Advanced Institute of Science and Technology Image data post-processing method for reducing quantization effect, apparatus therefor
6539120, Mar 12 1997 Matsushita Electric Industrial Co., Ltd. MPEG decoder providing multiple standard output signals
6614847, Oct 25 1996 Texas Instruments Incorporated Content-based video compression
6665346, Aug 01 1998 SAMSUNG ELECTRONICS CO , LTD ; Korea Advanced Institute of Science and Technology Loop-filtering method for image data and apparatus therefor
/
Executed onAssignorAssigneeConveyanceFrameReelDoc
Feb 20 2007LG Electronics Inc.(assignment on the face of the patent)
Date Maintenance Fee Events
Nov 20 2012ASPN: Payor Number Assigned.
Jul 06 2016M1553: Payment of Maintenance Fee, 12th Year, Large Entity.


Date Maintenance Schedule
Oct 02 20154 years fee payment window open
Apr 02 20166 months grace period start (w surcharge)
Oct 02 2016patent expiry (for year 4)
Oct 02 20182 years to revive unintentionally abandoned end. (for year 4)
Oct 02 20198 years fee payment window open
Apr 02 20206 months grace period start (w surcharge)
Oct 02 2020patent expiry (for year 8)
Oct 02 20222 years to revive unintentionally abandoned end. (for year 8)
Oct 02 202312 years fee payment window open
Apr 02 20246 months grace period start (w surcharge)
Oct 02 2024patent expiry (for year 12)
Oct 02 20262 years to revive unintentionally abandoned end. (for year 12)