`
xpp02
  • 浏览: 1015879 次
社区版块
存档分类
最新评论

H.264 picture parameter sets成员值含义学习笔记

 
阅读更多
-picture parameter sets
  1. pic_parameter_set_id
  pic_parameter_set_id指明了在切片头中对应的某个psp.pic_parameter_set_id的值应该在0到255,包括0和255
  2. seq_parameter_set_id
  set_parameter_set_id表示激活的sps.seq_parameter_set_id应该取值在0到31之间,包括边界值.
  3. entropy_coding_mode_flag
  entropy_coding_mode_flag决定了在解码方法上使用的方法.
  如果entropy_coding_mode_flag为0的话,就使用Exp-Golomb编码方法
  如果entropy_coding_mode_flag为1的话,就使用CABAC方法.
  4. pic_order_present_flag
  pic_order_present_flag等于1表示在切片头中图像顺序值存在,pic_order_present_flag为0表示切片头中的图像顺序值不存在
  5. num_slice_groups_minus1
  num_slice_groups_minus1加上1表示一个图像中的切片组数目.当num_slice_groups_minus1为0时,图象所有的切片属于同一组.
  6. slice_group_map_type
  slice_group_map_type表示从切片组单到切片组的映射方法.slice_group_map_type的值可以取0到6.
  slice_group_map_type=0表示插值切片组.
  slice_group_map_type=1表示分散切片组映射
  slice_group_map_type=2表示一个或多个"前景"切片组和一个"剩余"切片组.
  slice_group_map_type=3,4,5时,表示变换切片组.当num_slice_groups_minus1不不1时,slice_group_map_type应该不为3,4,5.
  slice_group_map_type=6时,表示从外部对对于每个切片组单元进行外部的切片赋值.
  如果frame_mbs_only_flag为0而且mb_adaptive_frame_field_flag为1且编码图像是一帧的话,切片组映射单元是宏块对
  如果frame_mbs_only_flag为1而且mb_adaptive_frame_field_flag为1且编码图像是一场的话,切片组映射单元是宏块
  其他的情况下,切片组单元是两个宏块,它们在一帧宏块对中是垂直连续的
  7.run_length_minus1[i]被用来赋给在光栅扫描中第i个切片组指明连续切片组单元的数量.run_length_minus1[i]的取值应为0到PicSizeInMapUnits-1.
  top_left[ i ] and bottom_right[ i ] specify the top-left and bottom-right corners of a rectangle, respectively. top_left[ i ] and bottom_right[ i ] are slice group map unit positions in a raster scan of the picture for the slice group map units. For each rectangle i, all of the following constraints shall be obeyed by the values of the syntax elements top_left[ i ] and bottom_right[ i ]
  8.top_left[i] and bottom_right[i]
  top_left[i] and bottom_right[i]指出了矩形区左上角和右下角.top_left[i] and bottom_right[i]是对于一个切片组的图像的光栅扫描位置.对于每个矩形i,top_left[i] and bottom_right[i]应该满足所有的以下的约束:
  a) top_left[i]应该比bottom_right[i]小或等于,bottom_right[i]应该比PicSizeInMapUnits的值小.
  b) (top_left[i]%PicWidthInMbs)应该比(bottom_right[i]%PicWidthInMbs)的值小或等于.
  9. slice_group_change_direction_flag在slice_group_map_type为3,4,5时跟slice_group_map_type一块儿来提取生成映射类型,
  10.slice_group_change_rate_minus1
  slice_group_change_rate_minus1用来指明SliceGroupChangeRate变量的值.SliceGroupChangeRate指出当切片组的大小对于每个图像来说都不同的时候,对切片组数目的运算的乘数.slice_group_change_rate_minus1取值范围为0到PicSizeInMapUnits-1:
  SliceGroupChangeRate = slice_group_change_rate_minus1+1;
  11. pic_size_in_map_units_minus1
  pic_size_in_map_units_minus1用来指明在一个图象中使用的切片组映射单元的数目.pic_size_in_map_units_minus1应该等于PicSizeInMapUnits-1.
  12. slice_group_id[i]
  slice_group_id[i]说明了切片组单元中由光栅扫描顺序指定的第i个切片组.slice_group_id[i]应该取0到num_slice_groups_minus1.
  13. num_ref_idx_l0_active_minus1指明了参考图像列表0中的最大参考索引值,它被用来解码图像的每一个切片,列表0在num_ref_idx_active_override_flag值为0的时候被使用.当MbaffFrameFlag值为1时,num_ref_idx_l0_active_minus1是解码帧宏块的最大索引值,而2 * num_ref_idx_10_active_minus1 + 1是解码场宏块的最大索引值.num_ref_idx_l0_active_minus1的取值为0到31.
  14. num_ref_idx_l1_active_minus1与num_ref_idx_l0_active_minus1有相同的语义,只不过它是针对列表1来说的.
  15.weighted_pred_flag
  weighted_pred_flag=0表示加权预测在P和SP切片中没有被使用
  weighted_pred_flag=1表示加权预测在P和SP切片中有使用.
  16. weighted_bipred_idc
  weighted_bipred_idc=0表示默认的加权预测被应用到B切片中.
  weighted_bipred_idc=1表示外部的加权预测被应用到B切片中.
  weighted_bipred_idc=2表示内部的加权预测被应用到B切片中.
  weighted_bipred_idc的取值为0,1,2.
  17.pic_init_qp_minus26指出了对于每个切片来说的SliceQPY的初始值减26.初始值在切片层中当非0的slice_qp_delta被解码后时改变,在非0的mb_qp_delta值被在宏块层解码时再次被改变.pic_init_qp_minus26应该取-26到+25.
  18. pic_init_qs_minus26
  pic_init_qs_minus26指出了对于SP或SI切片中的SliceQSY的被始值减26.这个初始值在切片层中当一个非0的slice_qs_delta被解码的时候被修改.pic_init_qs_minus26的取值为-26到25.
  19.chroma_qp_index_offset
  chroma_qp_index_offset表示在查QPC表时,对于QPY和QSY应该加上的偏移量.chroma_qp_index_offset取值为-12到12
  20. deblocking_filter_control_present_flag
  deblocking_filter_control_present_flag=1表示在切片头处用来控制解块滤波的特征值是存在的.
  deblocking_filter_control_present_flag=0表示在切片头处用来控制解块滤波的特征值是不存在的.
  21. constrained_intra_pred_flag
  constrained_intra_pred_flag=0表示在帧内预测的时候允许剩余数据和邻近宏块解码采样.
  constrained_intra_pred_flag=1表示在受限的帧内预测,对宏块预测中使用帧内宏块预测模式只使用剩余数据和从I和SI宏块类型中的解码采样值.
  22. redundant_pic_cnt_present_flag
  redundant_pic_cnt_present_flag=0表示redundant_pic_cnt在切片头中,数据分区B和数据分区C中不存在.
  redundant_pic_cnt_present_flag=1表示redundant_pic_cnt在所有切片头中,数据分区B和数据分区C中存在.(王朝网络 wangchao.net.cn)
分享到:
评论

相关推荐

    H.264标准文档

    H.264/MPEG-4 Part 10 or AVC (Advanced Video Coding) is a standard for video compression, and is currently one of the most commonly used formats for the recording, compression, and distribution of high...

    H.264 H.264/MPEG4 Part 10

    The Moving Picture Experts Group and the Video Coding Experts Group (MPEG and VCEG) have developed a new standard that promises to outperform the earlier MPEG-4 ...ITU-T Recommendation H.264 [1, 3].

    新一代视频压缩编码标准H.264—很清晰的

    前 言 2 第1章 绪 论 9 1.1信息化与视频通信 9 1.1.1什么是信息 9 1.1.2什么是信息化 9 1.1.3 我国的信息化和视频通信 9 1.2 视频信息和信号的特点 10 1.2.1 直观性 10 ...附录三 H.264档次和级 318

    H.264文档学习参考资料

    文件列表: A Generic and Automatic ... H264avc_Frame and picture management_Draft1.pdf h264_cabac.pdf h264_interpred.pdf h264_intrapred.pdf h264_loopfilter.pdf h264_overview.pdf h264_transform.pdf

    H.264码流结构解析

    标准,简称为 H.264/AVC 或 H.264。这个国际标准已经与 2003 年 3 月正式被 ITU-T 所通过 并在国际上正式颁布。为适应高清视频压缩的需求,2004 年又增加了 FRExt 部分;为适应 不同码率及质量的需求,2006 年又增加...

    H.264 英文原版标准文档

    H.264 corrected and updated various minor aspects to bring the ITU-T version of the text up to date relative to the April 2005 output status approved as a new edition of the corresponding jointly-...

    Overview of the H.264/AVC video coding standard

    Overview of the H.264/AVC video coding standard,ABSTRACT H.264/MPEG-4 AVC is the latest coding standard jointly developed by the Video Coding Experts Group (VCEG) of ITU-T and Moving Picture Experts ...

    H.265/HEVC标准白皮书(2013年1月)

    今年刚认证的H.265编码标准,前几天一直找不到白皮书,今天发上来,估计不少人也在找吧。下面是目录: CONTENTS Page Abstract i 0 Introduction 1 0.1 General 1 0.2 Prologue 1 0.3 Purpose 1 0.4 ...

    思科的H.264编码器OpenH264.zip

    OpenH264 是思科公司发布的一个开源的 H.264 编码和解码器。编码器特性Constrained Baseline Profile up to Level 5.2 (4096x2304)Arbitrary resolution, not constrained to multiples of 16x16Rate control with ...

    AVC_overview_1.rar_IEC_The Network

    H.264/AVC is newest video coding standard of the ITU-T Video Coding Experts Group and the ISO/IEC Moving Picture Experts Group. The main goals of the H.264/AVC standardization effort have been ...

    Picture viewer with scrolling area... Scroll picture with sc

    Picture viewer with scrolling area... Scroll picture with scroll bars or mouse...

    bbc.earth.the.picture.of.our.planet

    earth.the.picture.of.our.planet

    avcodec:编码器解码器渲染器

    H.264 位流解析 H.264 由 X264 编码 由 OpenH264 编码的 H.264 FFMPEG 视频编码/解码 h264_parameter_t param; param.profile = H264_PROFILE_BASELINE; param.level = H264_LEVEL_2_0; param.width = 352; param....

    x264-master.tar.bz2

    H.264是ITU(International Telecommunication Union,国际通信联盟)和MPEG(Motion Picture Experts Group,运动图像专家组)联合制定的视频编码标准。而x264是一个开源的H.264/MPEG-4 AVC视频编码函数库,是最好...

    计算机科学与技术专业数字媒体技术复习题

    H.264 标准中量化参数每增加6,量化步长怎么变化? 增加一倍 DCT 变换主要应用于哪些压缩标准?小波变换主要应用于什么标准? H.264、MPEG-1、MPEG-2、MPEG-4、JPEG;JPEG2000 在编码过程中,信息量的损失主要发生在...

    PNG图片转Delphi中Image.Picture.data代码-工具源码

    PNG图片转Delphi中Image.Picture.data代码-工具源码, 这个是源码,自己亲手写的,版本DX10。

    FANUC picture简明调试手册.pdf

    2. FANUC PICTURE 的运行环境 .............................................................................................- 3 - 3. FANUC PICTURE 软件使用说明...............................................

    Accessory.Software.Picture.Organizer

    The Picture Organizer allows you to create numerous Photo Albums to organize your pictures, and Photo Packages that can be easily sent and received over the internet. You can find, display, edit, ...

Global site tag (gtag.js) - Google Analytics