The present invention relates to video coding. In particular, the present invention relates to coding techniques associated with chroma intra prediction based on reconstructed luma pixels with reduced line memory requirement.
Motion compensated inter-frame coding has been widely adopted in various coding standards, such as MPEG-1/2/4 and H.261/H.263/H.264/AVC. While motion-compensated inter-frame coding can effectively reduce bitrate for compressed video, intra coding is required to compress the regions with high motions or scene changes. Besides, intra coding is also used to process an initial picture or to periodically insert I-pictures or I-blocks for random access or for alleviation of error propagation. Intra prediction exploits the spatial correlation within a picture or within a picture region. In practice, a picture or a picture region is divided into blocks and the intra prediction is performed on a block basis. Intra prediction for a current block can be relied upon pixels in neighboring blocks that have been processed. For example, if blocks in a picture or picture region are processed row by row from top to bottom and from left to right, neighboring blocks on the top and neighboring blocks on the left of the current block can be used to form intra predictor for pixels in the current block. While any pixels in the processed neighboring blocks can be used for intra predictor of pixels in the current block, very often only pixels of the neighboring blocks that are adjacent to the current block boundaries on the top and on the left are used.
The intra predictor is usually designed to exploit spatial features in the picture such as smooth area (DC mode), vertical line or edge, horizontal line or edge and diagonal line or edge. Furthermore, a spatial correlation often exists in both luminance (luma) and chrominance (chroma) components. Therefore, the intra luma prediction mode can be used as a candidate for the intra chroma prediction mode. In recent development in High Efficiency Video Coding (HEVC), considering the correlation between luma and chroma components, a chroma intra prediction method has been proposed by Chen et al., in “CE6.a: Chroma intra prediction by reconstructed luma samples”, Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11, 4th Meeting: Daegu, KR, 20-28 Jan. 2011, Document: JCTVC-D350. According to Chen et al., reconstructed luma blocks can be used as predictors for co-located chroma blocks. The type of chroma intra prediction is termed as LM prediction.
According to the LM prediction, the chroma values are predicted from reconstructed luma values of the same block according to the following model:
PredC[x,y]=α·RecL′[x,y]+β, for x=0, . . . (N−1), and y=0, . . . (N−1), (1)
where PredC[x,y] indicates the predictor for a chroma sample at [x,y] of a chroma block, RecL′[x,y] indicates the luma sample at [x,y] of the corresponding luma block, and N denotes the horizontal resolution (i.e., the vertical resolution) of the chroma block to be predicted. Parameters α and β are derived from causal reconstructed samples around the current block. Since the luma component usually has higher resolution than the chroma components, the reconstructed luma component has to be decimated to match the resolution of the chroma components. For example, for 4:2:0 sampling format, the U and V components may have half of the number of pixels in the vertical and the horizontal directions as the luma component. Therefore, 2:1 resolution reduction in the vertical and the horizontal directions has to be applied to the reconstructed luma sample RecL[x,y] to derive RecL′[x,y]. The resolution reduction can be achieved by downsampling process or subsampling process.
The downsampling process refers to signal decimation by applying proper low-pass filtering before downsampling (also called subsampling in the art) to reduce or avoid possible signal aliasing. On the other hand, subsampling process performs direct downsampling without prior filtering. Both the downsampling process and the subsampling process are called decimation process in this disclosure. While the subsampling processing may cause signal aliasing, the subsampling processing is used in some signal processing systems due to its simplicity. For chroma intra prediction using the LM mode, Chen et al. apply the sub-sampling process in the horizontal direction and the down-sampling process in the vertical direction, where the vertical down-sampling process is performed as follows:
RecL′[x,y]=(RecL[2x,2y]+RecL[2x,2y+1])>>1, for x=−1, . . . ,(N−1) and y=−1, . . . ,(N−1), (2)
where N denotes the horizontal resolution (i.e., the vertical resolution) of the chroma block to be predicted and the resolution-reduced (i.e., decimated) luma block.
Parameters α and β are derived based on causal reconstructed chroma pixels around a current chroma block and causal reconstructed luma pixels around a current luma block as shown in
where RecC(i) and RecL′(i) indicate reconstructed chroma samples and decimated luma samples around the chroma block 110 and the luma block 120 respectively, and I indicates total number of neighboring data. For the example shown in
The computation of each RecL′[x,y] sample requires two reconstructed luma samples as shown in equation (2). In hardware implementation, when the luma block 120 is just below the largest coding unit (LCU), two line buffers for storing the reconstructed luma lines 132 and 134 above the current block 120 are required in order to derive parameters α and β for chroma intra prediction. The size of line buffers for storing the reconstructed luma lines 132 and 134 is proportional to the picture width. For large pictures, the size of line buffers for deriving parameters α and β may be substantial. The requirement of large size line buffer will lead to increased system hardware cost, particularly for on-chip line buffer implementation, such as Static Random Access Memory (SRAM). Accordingly, it is desirable to develop chroma intra prediction methods and apparatuses that use reduced line buffers. The reconstructed luma samples on the left side of the current block usually are not an issue for deriving parameters α and β due to the small size memory requirement, i.e. on-chip column buffer, corresponding to these samples. After a current block is intra-coded, there is no need of the reconstructed luma samples on the left of the current block for deriving parameters α and β for subsequently blocks.
A method and apparatus for chroma intra prediction for a current chroma block are disclosed. The chroma intra predictor is derived from reconstructed luma pixels of a current luma block using a model with parameters. In one embodiment according to the present invention, the method for chroma intra prediction comprises receiving a reconstructed luma pixel set corresponding to neighboring reconstructed luma pixels from causal luma neighboring areas of the current luma block, wherein said causal luma neighboring areas include a first area corresponding to reconstructed luma pixels above a horizontal luma block boundary on a top side of the current luma block, and wherein the reconstructed luma pixels from the first area that are included in the reconstructed luma pixel set are from a luma pixel line immediately above the horizontal luma block boundary. The horizontal luma block boundary could be a largest coding unit (LCU) boundary or a prediction unit (PU) boundary. A LCU boundary means the first area is located in the above LCU of the LCU comprising the current block. A PU boundary means the first area is located in the above PU of the current PU and those two PUs could be located in the same LCU or in different LCUs. The method further comprises receiving a reconstructed chroma pixel set corresponding to neighboring reconstructed chroma pixels from causal chroma neighboring areas of the current chroma block. According to the reconstructed luma pixel set and the reconstructed chroma pixel set, the parameters are derived. The derived parameters are then used to generate the chroma intra predictor for chroma pixels to be predicted in the current chroma block based on the reconstructed luma pixels of the current luma block using the model with parameters derived.
The reconstructed luma pixels in the first area are resolution-reduced horizontally to match horizontal resolution of the chroma pixels to be predicted in the current chroma block and the reconstructed luma pixels from the first area are R:1 resolution-reduced horizontally using either down-sampling process or subsampling process, and wherein R is the horizontal resolution ratio of the reconstructed luma pixels and the chroma pixels to be predicted. The causal luma neighboring areas further include a second area corresponding to the reconstructed luma pixels to the left of a vertical luma block boundary on a left side of the current luma block, wherein the reconstructed luma pixels from the second area that are included in the reconstructed luma pixel set are within R luma pixel columns to the left of the vertical luma block boundary, and wherein R is the horizontal resolution ratio of the reconstructed luma pixels and the chroma pixels to be predicted. The reconstructed luma pixels in the second area are N:1 resolution-reduced vertically using either the down-sampling process or the subsampling process, wherein N is the vertical resolution ratio of the reconstructed luma pixels and the chroma pixels to be predicted.
As described above, a conventional approach for chroma intra prediction using the LM mode requires two line buffers to store the reconstructed luma samples in order to derive parameter α and β. Parameter α and β are then used to form chroma intra predictor based on corresponding reconstructed luma samples in a co-located luma block using a linear model with α and β as parameters. The derivation of α and β relies on two line buffers to store samples above the current block according to the conventional chroma intra prediction. On the other hand, embodiments according to the present invention reduces the buffer requirement down to one buffer line for deriving α and β.
The derivation of α and β relies on causal neighboring pixels around a current block. The causal neighboring areas may include an area corresponding to pixels above the horizontal boundary on the top side of the block. The causal neighboring areas may also include another area corresponding to pixels to the left of the vertical boundary on the left side of the block and below the horizontal boundary on the top side of the block. In one embodiment of the present invention, the derivation of parameters α and β relies on only one reconstructed luma pixel line above the block boundary 242 on the top side of the block when the block boundary 242 corresponds to a Largest Coding Unit (LCU) boundary as shown in
Since only one reconstructed luma pixel line 230 is used from the area above horizontal LCU boundary 242, there is no need for vertical sub-sampling process or down-sampling process. In the horizontal direction, resolution reduction is performed to produce decimated luma samples that match the resolution of chroma samples to be predicted. In the example shown in
RecL′[x,y]=RecL[2x,2y+1], for x=0, . . . ,(N−1) and y=−1, (5)
where N denotes the horizontal resolution (i.e., the vertical resolution) of the chroma block to be predicted and the resolution-reduced (i.e., decimated) luma block.
In one embodiment of the present invention, the derivation of parameters α and β relies on only one reconstructed luma pixel line above the block boundary 342 on the top side of the block 120 when the block boundary 342 corresponds to a prediction unit (PU) boundary, as shown in
While the examples shown in
RecL′[x,y]=(RecL[2x−1,2y+1]+2*RecL[2x,2y+1]+RecL[2x+1,2y+1])>>2 for x=0, . . . ,(N−1) and y=−1. (6)
The type of filter shown in equation (6) is also called Finite Impulse Response (FIR) Filter in the field of digital signal processing. While the low-pass filter with filter taps [¼, ½, ¼] is used as an example, other low-pass filters may also be used for horizontal downsampling.
In
The above description is presented to enable a person of ordinary skill in the art to practice the present invention as provided in the context of a particular application and its requirements. Various modifications to the described embodiments will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed. In the above detailed description, various specific details are illustrated in order to provide a thorough understanding of the present invention. Nevertheless, it will be understood by those skilled in the art that the present invention may be practiced
Embodiment of video systems incorporating encoding or decoding of intra chroma prediction mode according to the present invention as described above may be implemented in various hardware, software codes, or a combination of both. For example, an embodiment of the present invention can be a circuit integrated into a video compression chip or program codes integrated into video compression software to perform the processing described herein. An embodiment of the present invention may also be program codes to be executed on a Digital Signal Processor (DSP) to perform the processing described herein. The invention may also involve a number of functions to be performed by a computer processor, a digital signal processor, a microprocessor, or field programmable gate array (FPGA). These processors can be configured to perform particular tasks according to the invention, by executing machine-readable software code or firmware code that defines the particular methods embodied by the invention. The software code or firmware codes may be developed in different programming languages and different format or style. The software code may also be compiled for different target platform. However, different code formats, styles and languages of software codes and other means of configuring code to perform the tasks in accordance with the invention will not depart from the spirit and scope of the invention.
The invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described examples are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.
The present invention claims priority to U.S. Provisional Patent Application Ser. No. 61/498,969, filed Jun. 20, 2011, entitled “Reducing Line Buffer for Intra Coding of Chroma with Reconstructed Luma Pixels”. The U.S. Provisional Patent Application is hereby incorporated by reference in its entirety.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/CN2012/077007 | 6/15/2012 | WO | 00 | 11/28/2013 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2012/175003 | 12/27/2012 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
7492950 | Suzuki et al. | Feb 2009 | B2 |
7787048 | Vojkovich et al. | Aug 2010 | B1 |
20060227876 | Sherigar et al. | Oct 2006 | A1 |
20100091860 | Anisimov | Apr 2010 | A1 |
20100157073 | Kondo et al. | Jun 2010 | A1 |
20120328013 | Budagavi et al. | Dec 2012 | A1 |
20130322523 | Huang et al. | Dec 2013 | A1 |
20140355667 | Lei et al. | Dec 2014 | A1 |
Number | Date | Country |
---|---|---|
1701616 | Nov 2005 | CN |
101222646 | Jul 2008 | CN |
101227624 | Jul 2008 | CN |
101379511 | Mar 2009 | CN |
2000023190 | Jan 2000 | JP |
Entry |
---|
Chen et al., “Chroma Intra Prediction by Reconstructed Luma Samples,” JCTVC-C206, Oct. 7-15, 2010, pp. 1-7, Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP3 and ISO/IEC JTC1/SC29/WG11, Guangzhou, China. |
U.S. Appl. No. 61/498,265, filed Jun. 2011, Huang et al. |
Chen,Jianle et al. Chroma Intra Predicion by Reconstructed Luma Samples. Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG16 WP3 and ISO/IEC JTCI/SC29/WG11 4th Meeting: Daegu, KR, Jan. 20-28, 2011 , pp. 1-7, JCTVC-D350. |
Number | Date | Country | |
---|---|---|---|
20140086502 A1 | Mar 2014 | US |
Number | Date | Country | |
---|---|---|---|
61498969 | Jun 2011 | US |