Method for implementing bilinear interpolation in video encoding/decoding

Bingqiang Zhu,Xin Tong,Da An,Yun He
2010-01-01
Abstract:The invention relates to a method of realizing bilinear interpolation in video encoding and decoding, belonging to the video encoding and decoding field in signal processing. The method computes and obtains the value of one pixel S in m*n reference image block through bilinear interpolation, comprising: computing the value of ac, and the value is ac=((Dy-dy)*A+dy*C)/Dy; computing the value of bd,and the value is bd=((Dy-dy)*B+dy*D)/Dy; computing the value of s, and the value is s=((Dx-dx)*ac+dx*bd)/Dx; computing S=floor(s+0.5); the invention avoids the use of multiplication and a multiplier in the process of realizing bilinear interpolation, meanwhile reduces the use of addition and an adder, thereby reducing realization cost and improving interpolation efficiency.
What problem does this paper attempt to address?