Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c438 RK_S32 byte = 0xFF; in mpp_hevc_decode_nal_sei() local
446 byte = 0xFF; in mpp_hevc_decode_nal_sei()
447 while (byte == 0xFF) { in mpp_hevc_decode_nal_sei()
454 READ_BITS(gb, 8, &byte); in mpp_hevc_decode_nal_sei()
455 payload_type += byte; in mpp_hevc_decode_nal_sei()
457 byte = 0xFF; in mpp_hevc_decode_nal_sei()
458 while (byte == 0xFF) { in mpp_hevc_decode_nal_sei()
465 READ_BITS(gb, 8, &byte); in mpp_hevc_decode_nal_sei()
466 payload_size += byte; in mpp_hevc_decode_nal_sei()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_putbit.c81 MPP_RET vp8e_put_byte(Vp8ePutBitBuf *bitbuf, RK_S32 byte) in vp8e_put_byte() argument
83 *bitbuf->data++ = byte; in vp8e_put_byte()
H A Dhal_vp8e_putbit.h47 MPP_RET vp8e_put_byte(Vp8ePutBitBuf *bitbuf, RK_S32 byte);
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c1209 RK_S32 byte = 0; in leb128() local
1213 mpp_read_bits(gb, 8, &byte); in leb128()
1214 ret |= (int64_t)(byte & 0x7f) << (i * 7); in leb128()
1215 if (!(byte & 0x80)) in leb128()
H A Dav1d_cbs.c78 RK_U32 byte; in mpp_av1_read_leb128() local
80 READ_BITS(gbc, 8, &byte); in mpp_av1_read_leb128()
85 value |= (RK_U64)(byte & 0x7f) << (i * 7); in mpp_av1_read_leb128()
86 if (!(byte & 0x80)) in mpp_av1_read_leb128()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md214 | hor_stride | RK_U32 | 表示垂直方向相邻两行之间的距离,单位为byte数。 |
655 | prep:hor_stride | S32 | RK_S32 | 表示图像垂直方向相邻两行之间的距离,单位为byte数…
960 | -hstride | 垂直方向相邻两行之间的距离,单位为byte。 …
H A DRockchip_Developer_Guide_MPP_EN.md900 | -hstride | the horizontal stride of input picture, in byte |
994 …kes effect only when encoder split_mode is enabled. When by byte, this parameter is the byte limit…
/rockchip-linux_mpp/
H A DCHANGELOG.md337 - [h2645d_sei]: fix read byte overflow error
497 - [vdpu383]: align hor stride to 128 odds + 64 byte