文件名称:色度块的预测方式-2020考研数学一真题及解析
文件大小:4.88MB
文件格式:PDF
更新时间:2024-07-10 02:56:20
视频 压缩 H264
表 8.4 色度块的预测方式 预测模式序号 预测模式 0 Intra_Chroma_DC 1 Intra_Chroma_Horizontal 2 Intra_Chroma_Vertical 3 Intra_Chroma_Plane 8.8.3.1 Intra_Chroma_Vertical l 预测模式(模式 0) 在 Intra_Chroma_Vertical 预测模式下,当前宏块的所有像素由上方的像素 H 预测得到,如图 8.31 所示。 像素预测值由下式决定: predL[ x, y ] = p[ x, -1 ], x, y = 0..15 (8.19) H V 图 8.31 模式 0 帧内预测示意图 8.8.3.2.Intra_ Chroma _Horizontal 预测模式(模式 1) 在 Intra_ Chroma _Horizontal 预测模式下,当前宏块的所有像素由左方的像素 V 预测得到,如图 8.32 所示。 像素预测值由下式决定: predL[ x, y ] = p[ -1, y ], x, y = 0..15 (8.20)