hi_venc_h265_stream_info

Description

Defines the features of an H.265 stream.

Prototype

hi_venc_h265_stream_info = {"pic_bytes": pic_bytes,
                            "inter64x64_cu_num": inter64x64_cu_num,
                            "inter32x32_cu_num": inter32x32_cu_num,
                            "inter16x16_cu_num": inter16x16_cu_num,
                            "inter8x8_cu_num": inter8x8_cu_num,
                            "intra32x32_cu_num": intra32x32_cu_num,
                            "intra16x16_cu_num": intra16x16_cu_num,
                            "intra8x8_cu_num": intra8x8_cu_num,
                            "intra4x4_cu_num": intra4x4_cu_num,
                            "ref_type": hi_venc_ref_type,
                            "update_attr_cnt": update_attr_cnt,
                            "start_qp": start_qp,
                            "mean_qp": mean_qp,
                            "is_p_skip": is_p_skip}

Members

Member

Description

pic_bytes

Int, number of bytes in the current frame.

inter64x64_cu_num

Int, number of coding units (CUs) in Inter 64 x 64 prediction mode in the current frame.

inter32x32_cu_num

Int, number of CUs in Inter 32 x 32 prediction mode in the current frame.

inter16x16_cu_num

Int, number of CUs in Inter 16 x 16 prediction mode in the current frame.

inter8x8_cu_num

Int, number of CUs in Inter 8 x 8 prediction mode in the current frame.

intra32x32_cu_num

Int, number of CUs in Intra 32 x 32 prediction mode in the current frame.

intra16x16_cu_num

Int, number of CUs in Intra 16 x 16 prediction mode in the current frame.

intra8x8_cu_num

Int, number of CUs in Intra 8 x 8 prediction mode in the current frame.

intra4x4_cu_num

Int, number of CUs in Intra 4 x 4 prediction mode in the current frame.

ref_type

Int, type of the encoded frame in advanced frame skipping reference mode.

update_attr_cnt

Int, number of times that channel attributes or parameters (including RC parameters) are updated.

start_qp

Int, start QP value of the current frame.

mean_qp

Int, mean QP value of the current frame.

is_p_skip

Int, PSkip frame flag.

Precautions

For details about ref_type, see its description in acl.himpi.venc_h264_stream_info.