Home
last modified time | relevance | path

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

/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Davc_structures.h413 struct AVCPicParamSetBase { struct
417 struct SliceGroupInfoStruct {
446 mfxU16 pic_parameter_set_id; // of this picture parameter set
447 mfxU8 seq_parameter_set_id; // of seq param set used for this pic param set
448 mfxU8 entropy_coding_mode; // zero: CAVLC, else CABAC
454 mfxU8 weighted_pred_flag; // Nonzero indicates weighted prediction applied to
456 mfxU8 weighted_bipred_idc; // 0: no weighted prediction in B slices
459 mfxI8 pic_init_qp; // default QP for I,P,B slices
460 mfxI8 pic_init_qs; // default QP for SP, SI slices
462 mfxI8 chroma_qp_index_offset[2]; // offset to add to QP for chroma
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Davc_structures.h463 struct AVCPicParamSetBase struct
468 struct SliceGroupInfoStruct
502 mfxU16 pic_parameter_set_id; // of this picture parameter set
503 mfxU8 seq_parameter_set_id; // of seq param set used for this pic param set
504 mfxU8 entropy_coding_mode; // zero: CAVLC, else CABAC
506 mfxU8 pic_order_present_flag; // Zero indicates only delta_pic_order_cnt[0] is
512 mfxU8 weighted_bipred_idc; // 0: no weighted prediction in B slices
515 mfxI8 pic_init_qp; // default QP for I,P,B slices
516 mfxI8 pic_init_qs; // default QP for SP, SI slices
518 mfxI8 chroma_qp_index_offset[2]; // offset to add to QP for chroma
[all …]