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

H264 ue(v),se(v)等释义H264协议中有说明,中英文见下:Thefollowingdescriptorsspecifytheparsingprocessofeachsyntaxelement.Forsomesyntaxelements,two

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.

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

今天的文章H264 ue(v),se(v)等释义分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/68248.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注