300 likes | 426 Views
Fast Mode Decision Algorithm for the H.264/AVC Scalable Video Coding Extension. Xin Lu, Student Member, IEEE Graham R. Martin, Member, IEEE. IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 23, NO. 5, MAY 2013. Outline. Introduction Observations and Analysis
E N D
Fast Mode Decision Algorithm for the H.264/AVC Scalable Video Coding Extension Xin Lu, Student Member, IEEE Graham R. Martin, Member, IEEE • IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 23, NO. 5, MAY 2013
Outline • Introduction • Observations and Analysis • Proposed methods • Experimental Results
Introduction #1 • 8 modes
Introduction #2 • Three new prediction methods • Interlayer motion prediction • Interlayer residual prediction • Interlayer intra prediction • Two layer • Base layer • Enhancement layer
Observations and Analysis #1 • In the spatial enhancement layer, the reference index of a macroblock is more likely to be the same as that of the corresponding block in the base layer.
Observations and Analysis #2 • Analyze the probability of macroblocks in the enhancement layer being encoded as MODE−SKIP when the mode of the colocatedmacroblock in the base layer is also MODE−SKIP.
Observations and Analysis #4 • There is also a significant dependency between neighboring macroblocks in the enhancement layer.
Observations and Analysis #7 • The energy distribution property of the DCT coefficients is employed to evaluate the homogeneity of a macroblock.
Observations and Analysis #8 • In a smooth region of an image, the DCT energy generally tends to be concentrated in the low frequency components.
Observations and Analysis #9 • A threshold value of less than optimal makes the prediction accuracy increase, but the computational cost is increased. • A threshold value larger than optimal reduces the computational cost, but the picture quality is degraded.
Observations and Analysis #11 • Not all lower layer up-sampling data is suitable for interlayer prediction, especially when the video sequence contains slow motion and high spatial detail.
Observations and Analysis #12 • MVD (motion vector difference) from the colocatedmacroblockin the base layer is chosen as the measure.
Observations and Analysis #13 • Exclude unnecessary mode candidates as much as possible, thus maximizing the time saving. • Maintain a prediction accuracy as high as that of an exhaustive evaluation, thus minimizing picture quality degradation.