Searched refs:byte (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_sei.c | 438 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 D | hal_vp8e_putbit.c | 81 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 D | hal_vp8e_putbit.h | 47 MPP_RET vp8e_put_byte(Vp8ePutBitBuf *bitbuf, RK_S32 byte);
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 1209 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 D | av1d_cbs.c | 78 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 D | Rockchip_Developer_Guide_MPP_CN.md | 214 | hor_stride | RK_U32 | 表示垂直方向相邻两行之间的距离,单位为byte数。 | 655 | prep:hor_stride | S32 | RK_S32 | 表示图像垂直方向相邻两行之间的距离,单位为byte数… 960 | -hstride | 垂直方向相邻两行之间的距离,单位为byte。 …
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 900 | -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 D | CHANGELOG.md | 337 - [h2645d_sei]: fix read byte overflow error 497 - [vdpu383]: align hor stride to 128 odds + 64 byte
|