2. 术语
2.1. 术语和定义
access unit (AU) (访问单元): 与特定时间相关联的一组 primitive bitstream units (PBU), 包括各种类型的 frame, metadata, filler 和 access unit information.
band: 对每个 level 的最大编码数据速率取值所施加的一组已定义约束.
block: MxN (M 列 N 行) 的 sample 数组, 或 MxN 的 transform coefficient 数组.
byte-aligned: bitstream 中某一位置, 其相对于 bitstream 第一个 bit 的位置为 8 bit 的整数倍.
chroma: 表示与原色相关的两个色差信号之一的 sample 数组或单个 sample, 在 4:2:2 或 4:4:4 color format 中由符号 Cb 和 Cr 表示.
coded frame: frame 的编码表示, 包含该 frame 的所有 macroblock.
coded representation: 以编码形式表示的数据元素.
component: 在 4:2:2 或 4:4:4 color format 中组成 frame 的三个数组 (luma 和两个 chroma) 之一中的数组或单个 sample; 或在 4:0:0 color format 中组成 frame 的数组中的数组或单个 sample; 或在 4:4:4:4 color format 中组成 frame 的四个数组之一中的数组或单个 sample.
decoded frame: 通过解码 coded frame 派生出的 frame.
decoder: decoding process 的一种体现.
decoding process: 读取 bitstream 并从中派生 decoded frame 的指定过程.
encoder: encoding process 的一种体现.
encoding process: 产生符合本文档的 bitstream 的过程.
flag: 可取两个可能值 0 和 1 之一的变量或单 bit syntax element.
frame: 在 4:2:2 和 4:4:4 color format 中, 一个 luma sample 数组和两个对应的 chroma sample 数组; 或在 4:0:0 color format 中的一个 sample 数组; 或在 4:4:4:4 color format 中的四个 sample 数组.
level: 对本文档中 syntax element 和变量所取值施加的一组已定义约束, 或 scaling 之前 transform coefficient 的值.
luma: 表示与原色相关的单色信号的 sample 数组或单个 sample, 由符号或下标 Y 或 L 表示.
macroblock (MB): 在 4:2:2 或 4:4:4 color format 中, frame 的 luma sample 方形块和两个对应 chroma sample 块; 或在 4:0:0 color format 中 frame 的 sample 方形块; 或在 4:4:4:4 color format 中 frame 的四个 sample 方形块.
metadata: 描述与 bitstream 相关的各种特征, 但不直接影响其 decoding process 的数据.
partitioning: 将一个集合划分为若干子集, 使该集合中的每个元素恰好属于其中一个子集.
prediction: prediction process 的一种体现.
prediction process: 使用 predictor 为当前正在解码的数据元素提供估计值.
predictor: 在后续数据元素的 decoding process 中使用的一组指定值或先前已解码的数据元素.
primitive bitstream unit (PBU): 用 frame 和 metadata 构造 access unit 的数据结构.
profile: 本文档语法的指定子集.
quantization parameter (QP): decoding process 用于 transform coefficient scaling value 的变量.
raster scan: 将矩形二维模式映射为一维模式的方式, 其中一维模式的前若干条目来自二维模式的顶行, 按从左到右扫描; 随后是该模式的第二行, 第三行等, 每行也按从左到右扫描.
raw bitstream: access unit 序列的封装, 其中每个 access unit 前都有一个表示 access unit 大小的字段, 如附录 A 所定义.
source: 用于描述 encoding process 之前的视频素材或其某些属性的术语.
syntax element: bitstream 中表示的数据元素.
syntax structure: 以指定顺序一起出现在 bitstream 中的零个或多个 syntax element.
tile: frame 中特定 tile column 和特定 tile row 内的 MB 矩形区域.
tile column: MB 的矩形区域, 其高度等于 frame 高度, 宽度由 frame header 中的 syntax element 指定.
tile row: MB 的矩形区域, 其高度由 frame header 中的 syntax element 指定, 宽度等于 frame 宽度.
tile scan: 对划分 frame 的 MB 进行的一种特定顺序排序, 其中一个 tile 内的 MB 按 MB raster scan 连续排序, frame 中的 tile 则按该 frame 的 tile raster scan 连续排序.
transform coefficient: 与特定一维或二维索引相关联的标量, 可认为处于频域中.
2.2. 缩略术语
LSB: least significant bit
MSB: most significant bit
RGB: Red, Green and Blue