Home
last modified time | relevance | path

Searched defs:h264_pps_t (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h604 typedef struct h264_pps_t { struct
605 RK_S32 Valid; // indicates the parameter set is valid
606 RK_U32 pic_parameter_set_id; // ue(v)
607 RK_U32 seq_parameter_set_id; // ue(v)
608 RK_S32 entropy_coding_mode_flag; // u(1)
609 RK_S32 transform_8x8_mode_flag; // u(1)
611 RK_S32 pic_scaling_matrix_present_flag; // u(1)
612 RK_S32 pic_scaling_list_present_flag[12]; // u(1)
613 RK_S32 ScalingList4x4[6][H264ScalingList4x4Length]; // se(v)
614 RK_S32 ScalingList8x8[6][H264ScalingList8x8Length]; // se(v)
[all …]