SMPTE EG 2050-2-2012 4 2 2 4 2 0 Format Conversion Minimizing Color Difference Signal Degradation in Concatenated Operations - Application《4 2 2 4 2 0格式转换最小化色差信号在连接操作中的降级 应用》.pdf
《SMPTE EG 2050-2-2012 4 2 2 4 2 0 Format Conversion Minimizing Color Difference Signal Degradation in Concatenated Operations - Application《4 2 2 4 2 0格式转换最小化色差信号在连接操作中的降级 应用》.pdf》由会员分享,可在线阅读,更多相关《SMPTE EG 2050-2-2012 4 2 2 4 2 0 Format Conversion Minimizing Color Difference Signal Degradation in Concatenated Operations - Application《4 2 2 4 2 0格式转换最小化色差信号在连接操作中的降级 应用》.pdf(10页珍藏版)》请在麦多课文档分享上搜索。
1、 Copyright 2012 by THE SOCIETY OF MOTION PICTURE AND TELEVISION ENGINEERS 3 Barker Avenue, White Plains, NY 10601 (914) 761-1100 Approved January 31, 2012 Table of Contents Page Foreword . 2 Intellectual Property 2 1 Scope . 32 Guideline of the implementation 32.1 General . 32.2 Filter Implementatio
2、n for 4:2:2 and 4:2:0 Conversion 4Annex A Bibliography (Informative) . 10Page 1 of 10 pages SMPTE Engineering Guideline 4:2:2 / 4:2:0 Format Conversion Minimizing Color Difference Signal Degradation in Concatenated Operations Application SMPTE EG 2050-2:2012 SMPTE EG 2050-2:2012 Page 2 of 10 pages F
3、oreword SMPTE (the Society of Motion Picture and Television Engineers) is an internationally-recognized standards developing organization. Headquartered and incorporated in the United States of America, SMPTE has members in over 80 countries on six continents. SMPTEs Engineering Documents, including
4、 Standards, Recommended Practices, and Engineering Guidelines, are prepared by SMPTEs Technology Committees. Participation in these Committees is open to all with a bona fide interest in their work. SMPTE cooperates closely with other standards-developing organizations, including ISO, IEC and ITU. S
5、MPTE Engineering Documents are drafted in accordance with the rules given in Part XIII of its Administrative Practices. SMPTE EG 2050-2 was prepared by Technology Committee 32NF. Intellectual Property At the time of publication no notice had been received by SMPTE claiming patent rights essential to
6、 the implementation of this Standard. However, attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. SMPTE shall not be held responsible for identifying any or all such patent rights. SMPTE EG 2050-2:2012 Page 3 of 10 pages 1 Scope This
7、 engineering guideline provides details on a possible implementation of the filter defined in SMPTE RP 2050-1. See the introduction of SMPTE RP 2050-1 for information on how the filter is used. 2 Guideline of the Implementation 2.1 General 2.1.1 Definitions The following nomenclature is used in this
8、 guideline. F0-3F4: Filter coefficients for conversion from 4:2:2 to 4:2:0. The value of each coefficient is defined in SMPTE RP 2050-1. The filter normalizing divisor is 1024. F1e-1F1e2, F1o-1F1o2: Filter coefficients from 4:2:0 to 4:2:2. The value of each coefficient is defined in SMPTE RP 2050-1.
9、 The filter normalizing divisor is 1024. NumLS: Number of luminance samples per active line in a 4:2:2 image sampled system. NumAL: Number of active lines per frame for progressive systems, or per field for interlaced systems using 4:2:2 image sampling. Yx,y / CBx,y / CRYx,y / Cx,y: Luminance and co
10、lor-difference samples of color encoding and digital representation in a 4:2:2 image sampled system. Bx,y / CRLimit(y, V): Mathematical notation for limiting of position. This process is defined in the following pseudo C-code function: x,y: Luminance and color-difference samples of color encoding an
11、d digital representation in a 4:2:0 image sampled system. int Limit(y, V) if(y V) return (V); else return y; Clip(v, Min, Max): Mathematical notation for clipping of value. This process is defined in the following pseudo C-code function: int Clip(v, Min, Max) if(v Max) return (Max); else return(v);
12、2.1.2 4:2:2 image format Table 1 indicates the applicable 4:2:2 image formats for this engineering guideline. For each system nomenclature, the constant NumLS and NumAL are used for the 4:2:2/4:2:0 and 4:2:0/4:2:2 conversion processes defined in the Section 2.2. SMPTE EG 2050-2:2012 Page 4 of 10 pag
13、es Table 1 4:2:2 Image format No. System Nomenclature (for all frame rates defined in ST 274M and ST 296M) Luminance samples per active line (NumLS) Active lines per frame Scanning format Active lines per frame for progressive, or per field for Interlace (NumAL) Reference standards 1 1920 1080/P 192
14、0 1080 Progressive 1080 SMPTE ST 274 2 1920 1080/I 1920 1080 Interlace 540 SMPTE ST 274 3 1280 720/P 1280 720 Progressive 720 SMPTE ST 296 2.2 Filter Implementation for 4:2:2 and 4:2:0 Conversion 2.2.1 Mapping of samples 2.2.1.1 Mapping of samples in progressive image formats Figure 1 illustrates th
15、e mapping of Yx,y / CBx,y / CRx,y and Yx,y / CBx,y / CRYx,y / Cx,y in a progressive image. This figure also illustrates the relative position of color difference samples between 4:2:2 and 4:2:0. Bx,y / CRFor Yx,y, the range of x is from 0 to (NumLS - 1), and the range of y is from 0 to (NumAL -1). x
16、,y are the x-th sample position in the y-th active line of a frame with 4:2:2 sampling. For CBx,y and CRYx,y / Cx,y, the range of x is from 0 to (NumLS / 2 - 1), and the range of y is from 0 to (NumAL -1). Bx,y / CRFor Yx,y, the range of x is from 0 to (NumLS - 1), and the range of y is from 0 to (N
17、umAL -1). x,y are the x-th sample position in the y-th active line of a frame with 4:2:0 sampling. For CBx,y and CRx,y, the range of x is from 0 to (NumLS/2 - 1), and the range of y is from 0 to (NumAL/2 -1). SMPTE EG 2050-2:2012 Page 5 of 10 pages Y0,0, Y0,0, CB0,0, CR0,0CB0,0, CR0,0YNumLS -1, 0, Y
18、NumLS -1,0/CBNumLS/2 -1, 0, CRNumLS/2- 1, 0NumLSNumALCBNumLS/2 -1, 0, CRNumLS/2- 1, 0Y0,NumAL- 1, Y0,NumAL-1,CB0,NumAL- 1, CR0,NumAL-1 CB0,NumAL- 1, CR0,NumAL-1 YNumLS -1,NumAL-1, YNumLS-1,NumAL-1,CBNumLS/2 -1,NumAL-1, CRNumLS/2-1,NumAL-1 CBNumLS/2 -1,NumAL/2-1,CRNumLS/2- 1,NumAL/2-1Location of Yx,y
19、, Yx,yLocation of CBx,y, CRx,yLocation of CBx,y, CRx,yFigure 1 Mapping of 4:2:2 and 4:2:0 samples to Yx,y / CBx,y / CRx,y and Yx,y / CBx,y / CRx,y for the progressive image formats 2.2.1.2 Mapping of samples in interlaced image formats Figure 2 llustrates the mapping of Yx,y / CBx,y / CRx,y and Yx,y
20、 / CBx,y / CRYx,y / Cx,y in the first field of an interlaced image. This figure also illustrates the relative position of color difference samples between 4:2:2 and 4:2:0. Bx,y / CRFor Yx,y, the range of x is from 0 to (NumLS - 1), and the range of y is from 0 to (NumAL -1). x,y are the x-th sample
21、position in the y-th active line of the first field of an interlaced image with 4:2:2 sampling. For CBx,y and CRYx,y / Cx,y, the range of x is from 0 to (NumLS / 2 - 1), and the range of y is from 0 to (NumAL -1). Bx,y / CRFor Yx,y, the range of x is from 0 to (NumLS - 1), and the range of y is from
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- SMPTEEG205022012422420FORMATCONVERSIONMINIMIZINGCOLORDIFFERENCESIGNALDEGRADATIONINCONCATENATEDOPERATIONSAPPLICATION422420

链接地址:http://www.mydoc123.com/p-1046260.html