H264 ue(v),se(v)等释义

H264协议中有说明,中英文见下:
The following descriptors specify the parsing process of each syntax element. For some syntax elements, two descriptors, separated by a vertical bar, are used. In these cases, the left descriptors apply when entropy_coding_mode_flag is equal to 0 and the right descriptor applies when entropy_coding_mode_flag is equal to 1.

下面的描述说明了每一个语法元素的解析过程。对于一些语法元素,使用两个描述符,中间用 | 隔开,在这种情况下,当 entropy_coding_mode_flag 等于 0 时使用左边的描述符,当 entropy_coding_mode_flag 等于 1 时使用右边的描述符。

  • ae(v): context-adaptive arithmetic entropy-coded syntax element. The parsing process for this descriptor is specified in subclause 9.3.

  • ae(v):上下文自适应算术熵编码语法元素,这个描述符的解析过程见 9.3 小节。

  • b(8): byte having any pattern of bit string (8 bits). The parsing process for this descriptor is specified by the return value of the function read_bits( 8 ).

  • b(8):任何比特串格式(8个比特)的字节,对于这个描述符的解析过程由函数 read_bits( 8 ) 的返回值来说明。

  • ce(v): context-adaptive variable-length entropy-coded syntax element with the left bit first. The parsing process for this descriptor is specified in subclause 9.2.

  • ce(v):上下文自适应的变长熵编码语法元素,首先是左边的比特,这个描述符的解析过程见 9.2 小节。

  • f(n): fixed-pattern bit string using n bits written (from left to right) with the left bit first. The parsing process for this descriptor is specified by the return value of the function read_bits( n ).

  • f(n):固定模式的比特串,首先写最左边比特(从左到右)的 n 个比特。这个描述符的解析过程由函数 read_bits( n ) 的返回值来说明。

  • i(n): signed integer using n bits. When n is “v” in the syntax table, the number of bits varies in a manner dependent on the value of other syntax elements. The parsing process for this descriptor is specified by the return value of the function read_bits( n ) interpreted as a two’s complement integer representation with most significant bit written first.

  • i(n):n 个比特的有符号整数,在语法表中,当 n 是“v”时,那么比特的数目是根据其它语法元素的值而变化的。这个描述符的解析过程由函数 read_bits( n ) 的返回值来说明,read_bits( n ) 是两个互补整数表示,首先写入最重要的比特。

  • me(v): mapped Exp-Golomb-coded syntax element with the left bit first. The parsing process for this descriptor is specified in subclause 9.1.

  • me(v):用首先最左边的比特方法映射 Exp-Golomb-coded 语法元素,这个描述符的解析过程由 9.1 小节来说明。

  • se(v): signed integer Exp-Golomb-coded syntax element with the left bit first. The parsing process for this descriptor is specified in subclause 9.1.

  • se(v):有符号整数 Exp-Golomb-coded 语法元素,也采用首先最左边的比特方法,这个描述符的解析过程由 9.1 小节说明。

  • te(v): truncated Exp-Golomb-coded syntax element with left bit first. The parsing process for this descriptor is specified in subclause 9.1.

  • te(v):截断 Exp-Golomb-coded 语法元素,也采用首先最左边的比特方法,这个描述符的解析过程由 9.1 小节说明。

  • u(n): unsigned integer using n bits. When n is “v” in the syntax table, the number of bits varies in a manner dependent on the value of other syntax elements. The parsing process for this descriptor is specified by the return value of the function read_bits( n ) interpreted as a binary representation of an unsigned integer with most significant bit written first.

  • u(n):n 个比特的无符号整数,在语法表中,当 n 是“v”时,那么比特的数目是根据其它语法元素的值而变化的。这个描述符的解析过程由函数 read_bits( n ) 的返回值来说明,read_bits( n ) 为无符号整数的二进制表示,也是采用首先最左边的比特方法。

  • ue(v): unsigned integer Exp-Golomb-coded syntax element with the left bit first. The parsing process for this descriptor is specified in subclause 9.1.

  • ue(v):无符号整数 Exp-Golomb-coded 语法元素,采用首先最左边的比特方法,这个描述符的解析过程由 9.1 小节说明。

转 链接出处: link.

以上仅个人记录使用,如有侵权请联系删除。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值