[{"data":1,"prerenderedAt":1205},["ShallowReactive",2],{"PDdfKbXbdq":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":1204,"_id":4},"VkVideoDecodeH265PictureInfoKHR","Structure specifies H.265 picture information when decoding a frame","VK_KHR_video_decode_h265","structs",[],{"type":10,"children":11,"toc":1202},"root",[12,28,325,438,471,478,508,541,547,566,837,842,915,921,938,1083,1196],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,159],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkVideoDecodeH265PictureInfoKHR {\n VkStructureType sType;\n const void* pNext;\n const StdVideoDecodeH265PictureInfo* pStdPictureInfo;\n uint32_t sliceSegmentCount;\n const uint32_t* pSliceSegmentOffsets;\n} VkVideoDecodeH265PictureInfoKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,118,132,150],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkVideoDecodeH265PictureInfoKHR {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85,90],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," const",{"type":13,"tag":45,"props":86,"children":87},{"style":52},[88],{"type":18,"value":89}," void*",{"type":13,"tag":45,"props":91,"children":92},{"style":63},[93],{"type":18,"value":94}," pNext;\n",{"type":13,"tag":45,"props":96,"children":98},{"class":47,"line":97},4,[99,103,108,113],{"type":13,"tag":45,"props":100,"children":101},{"style":52},[102],{"type":18,"value":84},{"type":13,"tag":45,"props":104,"children":105},{"style":63},[106],{"type":18,"value":107}," StdVideoDecodeH265PictureInfo",{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":112},"*",{"type":13,"tag":45,"props":114,"children":115},{"style":63},[116],{"type":18,"value":117}," pStdPictureInfo;\n",{"type":13,"tag":45,"props":119,"children":121},{"class":47,"line":120},5,[122,127],{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":126}," uint32_t",{"type":13,"tag":45,"props":128,"children":129},{"style":63},[130],{"type":18,"value":131}," sliceSegmentCount;\n",{"type":13,"tag":45,"props":133,"children":135},{"class":47,"line":134},6,[136,140,145],{"type":13,"tag":45,"props":137,"children":138},{"style":52},[139],{"type":18,"value":84},{"type":13,"tag":45,"props":141,"children":142},{"style":52},[143],{"type":18,"value":144}," uint32_t*",{"type":13,"tag":45,"props":146,"children":147},{"style":63},[148],{"type":18,"value":149}," pSliceSegmentOffsets;\n",{"type":13,"tag":45,"props":151,"children":153},{"class":47,"line":152},7,[154],{"type":13,"tag":45,"props":155,"children":156},{"style":63},[157],{"type":18,"value":158},"} VkVideoDecodeH265PictureInfoKHR;\n",{"type":13,"tag":33,"props":160,"children":165},{"className":161,"code":162,"filename":163,"language":164,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoDecodeH265PictureInfoKHR {\n s_type: vk::StructureType,\n p_next: *const c_void,\n p_std_picture_info: *const StdVideoDecodeH265PictureInfo,\n slice_segment_count: u32,\n p_slice_segment_offsets: *const u32,\n}\n","Rust","rs",[166],{"type":13,"tag":21,"props":167,"children":168},{"__ignoreMap":39},[169,192,225,247,272,293,317],{"type":13,"tag":45,"props":170,"children":171},{"class":47,"line":48},[172,177,181,187],{"type":13,"tag":45,"props":173,"children":174},{"style":52},[175],{"type":18,"value":176},"pub",{"type":13,"tag":45,"props":178,"children":179},{"style":52},[180],{"type":18,"value":60},{"type":13,"tag":45,"props":182,"children":184},{"style":183},"--shiki-default:#953800;--shiki-dark:#FFA657",[185],{"type":18,"value":186}," VideoDecodeH265PictureInfoKHR",{"type":13,"tag":45,"props":188,"children":189},{"style":63},[190],{"type":18,"value":191}," {\n",{"type":13,"tag":45,"props":193,"children":194},{"class":47,"line":69},[195,200,205,210,215,220],{"type":13,"tag":45,"props":196,"children":197},{"style":63},[198],{"type":18,"value":199}," s_type",{"type":13,"tag":45,"props":201,"children":202},{"style":52},[203],{"type":18,"value":204},":",{"type":13,"tag":45,"props":206,"children":207},{"style":183},[208],{"type":18,"value":209}," vk",{"type":13,"tag":45,"props":211,"children":212},{"style":52},[213],{"type":18,"value":214},"::",{"type":13,"tag":45,"props":216,"children":217},{"style":183},[218],{"type":18,"value":219},"StructureType",{"type":13,"tag":45,"props":221,"children":222},{"style":63},[223],{"type":18,"value":224},",\n",{"type":13,"tag":45,"props":226,"children":227},{"class":47,"line":78},[228,233,237,242],{"type":13,"tag":45,"props":229,"children":230},{"style":63},[231],{"type":18,"value":232}," p_next",{"type":13,"tag":45,"props":234,"children":235},{"style":52},[236],{"type":18,"value":204},{"type":13,"tag":45,"props":238,"children":239},{"style":52},[240],{"type":18,"value":241}," *const",{"type":13,"tag":45,"props":243,"children":244},{"style":63},[245],{"type":18,"value":246}," c_void,\n",{"type":13,"tag":45,"props":248,"children":249},{"class":47,"line":97},[250,255,259,263,268],{"type":13,"tag":45,"props":251,"children":252},{"style":63},[253],{"type":18,"value":254}," p_std_picture_info",{"type":13,"tag":45,"props":256,"children":257},{"style":52},[258],{"type":18,"value":204},{"type":13,"tag":45,"props":260,"children":261},{"style":52},[262],{"type":18,"value":241},{"type":13,"tag":45,"props":264,"children":266},{"style":265},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[267],{"type":18,"value":107},{"type":13,"tag":45,"props":269,"children":270},{"style":63},[271],{"type":18,"value":224},{"type":13,"tag":45,"props":273,"children":274},{"class":47,"line":120},[275,280,284,289],{"type":13,"tag":45,"props":276,"children":277},{"style":63},[278],{"type":18,"value":279}," slice_segment_count",{"type":13,"tag":45,"props":281,"children":282},{"style":52},[283],{"type":18,"value":204},{"type":13,"tag":45,"props":285,"children":286},{"style":183},[287],{"type":18,"value":288}," u32",{"type":13,"tag":45,"props":290,"children":291},{"style":63},[292],{"type":18,"value":224},{"type":13,"tag":45,"props":294,"children":295},{"class":47,"line":134},[296,301,305,309,313],{"type":13,"tag":45,"props":297,"children":298},{"style":63},[299],{"type":18,"value":300}," p_slice_segment_offsets",{"type":13,"tag":45,"props":302,"children":303},{"style":52},[304],{"type":18,"value":204},{"type":13,"tag":45,"props":306,"children":307},{"style":52},[308],{"type":18,"value":241},{"type":13,"tag":45,"props":310,"children":311},{"style":183},[312],{"type":18,"value":288},{"type":13,"tag":45,"props":314,"children":315},{"style":63},[316],{"type":18,"value":224},{"type":13,"tag":45,"props":318,"children":319},{"class":47,"line":152},[320],{"type":13,"tag":45,"props":321,"children":322},{"style":63},[323],{"type":18,"value":324},"}\n",{"type":13,"tag":326,"props":327,"children":328},"ul",{},[329,350,369,396,414],{"type":13,"tag":330,"props":331,"children":332},"li",{},[333,339,341,348],{"type":13,"tag":21,"props":334,"children":336},{"className":335},[],[337],{"type":18,"value":338},"sType",{"type":18,"value":340}," is a ",{"type":13,"tag":342,"props":343,"children":345},"a",{"href":344},"/man/VkStructureType",[346],{"type":18,"value":347},"VkStructureType",{"type":18,"value":349}," value identifying this structure.",{"type":13,"tag":330,"props":351,"children":352},{},[353,359,361,367],{"type":13,"tag":21,"props":354,"children":356},{"className":355},[],[357],{"type":18,"value":358},"pNext",{"type":18,"value":360}," is ",{"type":13,"tag":21,"props":362,"children":364},{"className":363},[],[365],{"type":18,"value":366},"NULL",{"type":18,"value":368}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":330,"props":370,"children":371},{},[372,378,380,386,388,394],{"type":13,"tag":21,"props":373,"children":375},{"className":374},[],[376],{"type":18,"value":377},"pStdPictureInfo",{"type":18,"value":379}," is a pointer to a\n",{"type":13,"tag":21,"props":381,"children":383},{"className":382},[],[384],{"type":18,"value":385},"StdVideoDecodeH265PictureInfo",{"type":18,"value":387}," structure specifying\n",{"type":13,"tag":342,"props":389,"children":391},{"href":390},"/404#decode-h265-picture-info",[392],{"type":18,"value":393},"H.265 picture information",{"type":18,"value":395},".",{"type":13,"tag":330,"props":397,"children":398},{},[399,405,407,413],{"type":13,"tag":21,"props":400,"children":402},{"className":401},[],[403],{"type":18,"value":404},"sliceSegmentCount",{"type":18,"value":406}," is the number of elements in\n",{"type":13,"tag":21,"props":408,"children":410},{"className":409},[],[411],{"type":18,"value":412},"pSliceSegmentOffsets",{"type":18,"value":395},{"type":13,"tag":330,"props":415,"children":416},{},[417,422,424,429,431,437],{"type":13,"tag":21,"props":418,"children":420},{"className":419},[],[421],{"type":18,"value":412},{"type":18,"value":423}," is a pointer to an array of\n",{"type":13,"tag":21,"props":425,"children":427},{"className":426},[],[428],{"type":18,"value":404},{"type":18,"value":430}," offsets specifying the start offset of the slice\nsegments of the picture within the video bitstream buffer range\nspecified in ",{"type":13,"tag":342,"props":432,"children":434},{"href":433},"/man/VkVideoDecodeInfoKHR",[435],{"type":18,"value":436},"VkVideoDecodeInfoKHR",{"type":18,"value":395},{"type":13,"tag":14,"props":439,"children":440},{},[441,443,448,450,454,456,462,464,470],{"type":18,"value":442},"This structure is specified in the ",{"type":13,"tag":21,"props":444,"children":446},{"className":445},[],[447],{"type":18,"value":358},{"type":18,"value":449}," chain of the\n",{"type":13,"tag":342,"props":451,"children":452},{"href":433},[453],{"type":18,"value":436},{"type":18,"value":455}," structure passed to ",{"type":13,"tag":342,"props":457,"children":459},{"href":458},"/man/vkCmdDecodeVideoKHR",[460],{"type":18,"value":461},"vkCmdDecodeVideoKHR",{"type":18,"value":463}," to\nspecify the codec-specific picture information for an ",{"type":13,"tag":342,"props":465,"children":467},{"href":466},"/chapters/video-coding#decode-h265",[468],{"type":18,"value":469},"H.265\ndecode operation",{"type":18,"value":395},{"type":13,"tag":472,"props":473,"children":475},"h6",{"id":474},"decode-output-picture-information",[476],{"type":18,"value":477},"Decode Output Picture Information",{"type":13,"tag":14,"props":479,"children":480},{},[481,483,488,489,493,494,498,500,506],{"type":18,"value":482},"When this structure is specified in the ",{"type":13,"tag":21,"props":484,"children":486},{"className":485},[],[487],{"type":18,"value":358},{"type":18,"value":449},{"type":13,"tag":342,"props":490,"children":491},{"href":433},[492],{"type":18,"value":436},{"type":18,"value":455},{"type":13,"tag":342,"props":495,"children":496},{"href":458},[497],{"type":18,"value":461},{"type":18,"value":499},",\nthe information related to the ",{"type":13,"tag":342,"props":501,"children":503},{"href":502},"/404#decode-output-picture-info",[504],{"type":18,"value":505},"decode output\npicture",{"type":18,"value":507}," is defined as follows:",{"type":13,"tag":326,"props":509,"children":510},{},[511,524],{"type":13,"tag":330,"props":512,"children":513},{},[514,516,522],{"type":18,"value":515},"The image subregion used is determined according to the\n",{"type":13,"tag":342,"props":517,"children":519},{"href":518},"/chapters/video-coding#decode-h265-picture-data-access",[520],{"type":18,"value":521},"H.265 Decode Picture Data Access",{"type":18,"value":523},"\nsection.",{"type":13,"tag":330,"props":525,"children":526},{},[527,529,533,535,540],{"type":18,"value":528},"The decode output picture is associated with the\n",{"type":13,"tag":342,"props":530,"children":531},{"href":390},[532],{"type":18,"value":393},{"type":18,"value":534}," provided in\n",{"type":13,"tag":21,"props":536,"children":538},{"className":537},[],[539],{"type":18,"value":377},{"type":18,"value":395},{"type":13,"tag":472,"props":542,"children":544},{"id":543},"std-picture-information",[545],{"type":18,"value":546},"Std Picture Information",{"type":13,"tag":14,"props":548,"children":549},{},[550,552,557,559,564],{"type":18,"value":551},"The members of the ",{"type":13,"tag":21,"props":553,"children":555},{"className":554},[],[556],{"type":18,"value":385},{"type":18,"value":558}," structure pointed to\nby ",{"type":13,"tag":21,"props":560,"children":562},{"className":561},[],[563],{"type":18,"value":377},{"type":18,"value":565}," are interpreted as follows:",{"type":13,"tag":326,"props":567,"children":568},{},[569,580,599,615,631,658,674,720,765,827],{"type":13,"tag":330,"props":570,"children":571},{},[572,578],{"type":13,"tag":21,"props":573,"children":575},{"className":574},[],[576],{"type":18,"value":577},"reserved",{"type":18,"value":579}," is used only for padding purposes and is otherwise\nignored;",{"type":13,"tag":330,"props":581,"children":582},{},[583,589,591,597],{"type":13,"tag":21,"props":584,"children":586},{"className":585},[],[587],{"type":18,"value":588},"flags.IrapPicFlag",{"type":18,"value":590}," as defined in section 3.73 of the ",{"type":13,"tag":342,"props":592,"children":594},{"href":593},"/chapters/introduction#itu-t-h265",[595],{"type":18,"value":596},"ITU-T H.265 Specification",{"type":18,"value":598},";",{"type":13,"tag":330,"props":600,"children":601},{},[602,608,610,614],{"type":13,"tag":21,"props":603,"children":605},{"className":604},[],[606],{"type":18,"value":607},"flags.IdrPicFlag",{"type":18,"value":609}," as defined in section 3.67 of the\n",{"type":13,"tag":342,"props":611,"children":612},{"href":593},[613],{"type":18,"value":596},{"type":18,"value":598},{"type":13,"tag":330,"props":616,"children":617},{},[618,624,626,630],{"type":13,"tag":21,"props":619,"children":621},{"className":620},[],[622],{"type":18,"value":623},"flags.IsReference",{"type":18,"value":625}," as defined in section 3.132 of the ",{"type":13,"tag":342,"props":627,"children":628},{"href":593},[629],{"type":18,"value":596},{"type":18,"value":598},{"type":13,"tag":330,"props":632,"children":633},{},[634,640,642,648,650,656],{"type":13,"tag":21,"props":635,"children":637},{"className":636},[],[638],{"type":18,"value":639},"sps_video_parameter_set_id",{"type":18,"value":641},", ",{"type":13,"tag":21,"props":643,"children":645},{"className":644},[],[646],{"type":18,"value":647},"pps_seq_parameter_set_id",{"type":18,"value":649},", and\n",{"type":13,"tag":21,"props":651,"children":653},{"className":652},[],[654],{"type":18,"value":655},"pps_pic_parameter_set_id",{"type":18,"value":657}," are used to identify the active parameter\nsets, as described below;",{"type":13,"tag":330,"props":659,"children":660},{},[661,667,669,673],{"type":13,"tag":21,"props":662,"children":664},{"className":663},[],[665],{"type":18,"value":666},"PicOrderCntVal",{"type":18,"value":668}," as defined in section 8.3.1 of the\n",{"type":13,"tag":342,"props":670,"children":671},{"href":593},[672],{"type":18,"value":596},{"type":18,"value":598},{"type":13,"tag":330,"props":675,"children":676},{},[677,683,685,691,693,699,700,706,708,713,715,719],{"type":13,"tag":21,"props":678,"children":680},{"className":679},[],[681],{"type":18,"value":682},"NumBitsForSTRefPicSetInSlice",{"type":18,"value":684}," is the number of bits used in\n",{"type":13,"tag":21,"props":686,"children":688},{"className":687},[],[689],{"type":18,"value":690},"st_ref_pic_set",{"type":18,"value":692}," when ",{"type":13,"tag":21,"props":694,"children":696},{"className":695},[],[697],{"type":18,"value":698},"short_term_ref_pic_set_sps_flag",{"type":18,"value":360},{"type":13,"tag":21,"props":701,"children":703},{"className":702},[],[704],{"type":18,"value":705},"0",{"type":18,"value":707},", or ",{"type":13,"tag":21,"props":709,"children":711},{"className":710},[],[712],{"type":18,"value":705},{"type":18,"value":714},"\notherwise, as defined in sections 7.4.7 and 7.4.8 of the ",{"type":13,"tag":342,"props":716,"children":717},{"href":593},[718],{"type":18,"value":596},{"type":18,"value":598},{"type":13,"tag":330,"props":721,"children":722},{},[723,729,731,737,739,744,745,751,752,757,759,764],{"type":13,"tag":21,"props":724,"children":726},{"className":725},[],[727],{"type":18,"value":728},"NumDeltaPocsOfRefRpsIdx",{"type":18,"value":730}," is the value of ",{"type":13,"tag":21,"props":732,"children":734},{"className":733},[],[735],{"type":18,"value":736},"NumDeltaPocs[RefRpsIdx]",{"type":18,"value":738},"\nwhen ",{"type":13,"tag":21,"props":740,"children":742},{"className":741},[],[743],{"type":18,"value":698},{"type":18,"value":360},{"type":13,"tag":21,"props":746,"children":748},{"className":747},[],[749],{"type":18,"value":750},"1",{"type":18,"value":707},{"type":13,"tag":21,"props":753,"children":755},{"className":754},[],[756],{"type":18,"value":705},{"type":18,"value":758}," otherwise, as\ndefined in sections 7.4.7 and 7.4.8 of the ",{"type":13,"tag":342,"props":760,"children":761},{"href":593},[762],{"type":18,"value":763},"ITU-T H.265\nSpecification",{"type":18,"value":598},{"type":13,"tag":330,"props":766,"children":767},{},[768,774,775,781,782,788,790,794,796,802,804,810,812,818,820,826],{"type":13,"tag":21,"props":769,"children":771},{"className":770},[],[772],{"type":18,"value":773},"RefPicSetStCurrBefore",{"type":18,"value":641},{"type":13,"tag":21,"props":776,"children":778},{"className":777},[],[779],{"type":18,"value":780},"RefPicSetStCurrAfter",{"type":18,"value":649},{"type":13,"tag":21,"props":783,"children":785},{"className":784},[],[786],{"type":18,"value":787},"RefPicSetLtCurr",{"type":18,"value":789}," are interpreted as defined in section 8.3.2 of the\n",{"type":13,"tag":342,"props":791,"children":792},{"href":593},[793],{"type":18,"value":596},{"type":18,"value":795}," where each element of these\narrays either identifies an\n",{"type":13,"tag":342,"props":797,"children":799},{"href":798},"/404#decode-active-reference-picture-info",[800],{"type":18,"value":801},"active reference picture",{"type":18,"value":803}," using\nits ",{"type":13,"tag":342,"props":805,"children":807},{"href":806},"/chapters/video-coding#dpb-slot",[808],{"type":18,"value":809},"DPB slot",{"type":18,"value":811}," index or contains the value\n",{"type":13,"tag":21,"props":813,"children":815},{"className":814},[],[816],{"type":18,"value":817},"STD_VIDEO_H265_NO_REFERENCE_PICTURE",{"type":18,"value":819}," to indicate ",{"type":13,"tag":21,"props":821,"children":823},{"className":822},[],[824],{"type":18,"value":825},"no reference picture",{"type":18,"value":598},{"type":13,"tag":330,"props":828,"children":829},{},[830,832,836],{"type":18,"value":831},"all other members are interpreted as defined in section 8.3.2 of the\n",{"type":13,"tag":342,"props":833,"children":834},{"href":593},[835],{"type":18,"value":596},{"type":18,"value":395},{"type":13,"tag":838,"props":839,"children":841},"anchor",{"id":840},"decode-h265-ref-pic-setup",[],{"type":13,"tag":14,"props":843,"children":844},{},[845,847,852,853,858,860,866,868,874,876,880,882,887,888,893,895,900,902,906,908,913],{"type":18,"value":846},"Reference picture setup is controlled by the value of\n",{"type":13,"tag":21,"props":848,"children":850},{"className":849},[],[851],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":854,"children":856},{"className":855},[],[857],{"type":18,"value":623},{"type":18,"value":859},".\nIf it is set and a ",{"type":13,"tag":342,"props":861,"children":863},{"href":862},"/404#decode-reconstructed-picture-info",[864],{"type":18,"value":865},"reconstructed\npicture",{"type":18,"value":867}," is specified, then the latter is used as the target of picture\nreconstruction to ",{"type":13,"tag":342,"props":869,"children":871},{"href":870},"/chapters/video-coding#dpb-slot-states",[872],{"type":18,"value":873},"activate",{"type":18,"value":875}," the corresponding\n",{"type":13,"tag":342,"props":877,"children":878},{"href":806},[879],{"type":18,"value":809},{"type":18,"value":881},".\nIf ",{"type":13,"tag":21,"props":883,"children":885},{"className":884},[],[886],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":889,"children":891},{"className":890},[],[892],{"type":18,"value":623},{"type":18,"value":894}," is not set,\nbut a ",{"type":13,"tag":342,"props":896,"children":897},{"href":862},[898],{"type":18,"value":899},"reconstructed picture",{"type":18,"value":901}," is\nspecified, then the corresponding picture reference associated with the\n",{"type":13,"tag":342,"props":903,"children":904},{"href":806},[905],{"type":18,"value":809},{"type":18,"value":907}," is invalidated, as described in the\n",{"type":13,"tag":342,"props":909,"children":910},{"href":870},[911],{"type":18,"value":912},"DPB Slot States",{"type":18,"value":914}," section.",{"type":13,"tag":472,"props":916,"children":918},{"id":917},"active-parameter-sets",[919],{"type":18,"value":920},"Active Parameter Sets",{"type":13,"tag":14,"props":922,"children":923},{},[924,925,930,931,936],{"type":18,"value":551},{"type":13,"tag":21,"props":926,"children":928},{"className":927},[],[929],{"type":18,"value":385},{"type":18,"value":558},{"type":13,"tag":21,"props":932,"children":934},{"className":933},[],[935],{"type":18,"value":377},{"type":18,"value":937}," are used to select the active parameter sets to use\nfrom the bound video session parameters object, as follows:",{"type":13,"tag":326,"props":939,"children":940},{},[941,978,1025],{"type":13,"tag":330,"props":942,"children":943},{},[944,948,950,956,958,964,966,971,972,977],{"type":13,"tag":838,"props":945,"children":947},{"id":946},"decode-h265-active-vps",[],{"type":18,"value":949}," The ",{"type":13,"tag":951,"props":952,"children":953},"em",{},[954],{"type":18,"value":955},"active VPS",{"type":18,"value":957}," is the\n",{"type":13,"tag":342,"props":959,"children":961},{"href":960},"/chapters/video-coding#decode-h265-vps",[962],{"type":18,"value":963},"VPS",{"type":18,"value":965}," identified by the key specified in\n",{"type":13,"tag":21,"props":967,"children":969},{"className":968},[],[970],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":973,"children":975},{"className":974},[],[976],{"type":18,"value":639},{"type":18,"value":395},{"type":13,"tag":330,"props":979,"children":980},{},[981,985,986,991,992,998,1000,1005,1006,1011,1013,1018,1019,1024],{"type":13,"tag":838,"props":982,"children":984},{"id":983},"decode-h265-active-sps",[],{"type":18,"value":949},{"type":13,"tag":951,"props":987,"children":988},{},[989],{"type":18,"value":990},"active SPS",{"type":18,"value":957},{"type":13,"tag":342,"props":993,"children":995},{"href":994},"/chapters/video-coding#decode-h265-sps",[996],{"type":18,"value":997},"SPS",{"type":18,"value":999}," identified by the key specified by the pair\nconstructed from\n",{"type":13,"tag":21,"props":1001,"children":1003},{"className":1002},[],[1004],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":18,"value":639},{"type":18,"value":1012}," and\n",{"type":13,"tag":21,"props":1014,"children":1016},{"className":1015},[],[1017],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":1020,"children":1022},{"className":1021},[],[1023],{"type":18,"value":647},{"type":18,"value":395},{"type":13,"tag":330,"props":1026,"children":1027},{},[1028,1032,1033,1038,1039,1045,1047,1052,1053,1058,1059,1064,1065,1070,1071,1076,1077,1082],{"type":13,"tag":838,"props":1029,"children":1031},{"id":1030},"decode-h265-active-pps",[],{"type":18,"value":949},{"type":13,"tag":951,"props":1034,"children":1035},{},[1036],{"type":18,"value":1037},"active PPS",{"type":18,"value":957},{"type":13,"tag":342,"props":1040,"children":1042},{"href":1041},"/chapters/video-coding#decode-h265-pps",[1043],{"type":18,"value":1044},"PPS",{"type":18,"value":1046}," identified by the key specified by the triplet\nconstructed from\n",{"type":13,"tag":21,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":1054,"children":1056},{"className":1055},[],[1057],{"type":18,"value":639},{"type":18,"value":224},{"type":13,"tag":21,"props":1060,"children":1062},{"className":1061},[],[1063],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":1066,"children":1068},{"className":1067},[],[1069],{"type":18,"value":647},{"type":18,"value":649},{"type":13,"tag":21,"props":1072,"children":1074},{"className":1073},[],[1075],{"type":18,"value":385},{"type":18,"value":214},{"type":13,"tag":21,"props":1078,"children":1080},{"className":1079},[],[1081],{"type":18,"value":655},{"type":18,"value":395},{"type":13,"tag":1084,"props":1085,"children":1087},"validity-group",{"name":1086},"Valid Usage (Implicit)",[1088,1116,1141,1173],{"type":13,"tag":1089,"props":1090,"children":1092},"validity-field",{"name":1091},"VUID-VkVideoDecodeH265PictureInfoKHR-sType-sType",[1093],{"type":13,"tag":14,"props":1094,"children":1095},{},[1096,1101,1103,1108,1110],{"type":13,"tag":21,"props":1097,"children":1099},{"className":1098},[],[1100],{"type":18,"value":338},{"type":18,"value":1102}," ",{"type":13,"tag":1104,"props":1105,"children":1107},"normative",{"type":1106},"must",[],{"type":18,"value":1109}," be ",{"type":13,"tag":21,"props":1111,"children":1113},{"className":1112},[],[1114],{"type":18,"value":1115},"VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PICTURE_INFO_KHR",{"type":13,"tag":1089,"props":1117,"children":1119},{"name":1118},"VUID-VkVideoDecodeH265PictureInfoKHR-pStdPictureInfo-parameter",[1120],{"type":13,"tag":14,"props":1121,"children":1122},{},[1123,1128,1129,1132,1134,1139],{"type":13,"tag":21,"props":1124,"children":1126},{"className":1125},[],[1127],{"type":18,"value":377},{"type":18,"value":1102},{"type":13,"tag":1104,"props":1130,"children":1131},{"type":1106},[],{"type":18,"value":1133}," be a valid pointer to a valid ",{"type":13,"tag":21,"props":1135,"children":1137},{"className":1136},[],[1138],{"type":18,"value":385},{"type":18,"value":1140}," value",{"type":13,"tag":1089,"props":1142,"children":1144},{"name":1143},"VUID-VkVideoDecodeH265PictureInfoKHR-pSliceSegmentOffsets-parameter",[1145],{"type":13,"tag":14,"props":1146,"children":1147},{},[1148,1153,1154,1157,1159,1164,1165,1171],{"type":13,"tag":21,"props":1149,"children":1151},{"className":1150},[],[1152],{"type":18,"value":412},{"type":18,"value":1102},{"type":13,"tag":1104,"props":1155,"children":1156},{"type":1106},[],{"type":18,"value":1158}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":1160,"children":1162},{"className":1161},[],[1163],{"type":18,"value":404},{"type":18,"value":1102},{"type":13,"tag":21,"props":1166,"children":1168},{"className":1167},[],[1169],{"type":18,"value":1170},"uint32_t",{"type":18,"value":1172}," values",{"type":13,"tag":1089,"props":1174,"children":1176},{"name":1175},"VUID-VkVideoDecodeH265PictureInfoKHR-sliceSegmentCount-arraylength",[1177],{"type":13,"tag":14,"props":1178,"children":1179},{},[1180,1185,1186,1189,1191],{"type":13,"tag":21,"props":1181,"children":1183},{"className":1182},[],[1184],{"type":18,"value":404},{"type":18,"value":1102},{"type":13,"tag":1104,"props":1187,"children":1188},{"type":1106},[],{"type":18,"value":1190}," be greater than ",{"type":13,"tag":21,"props":1192,"children":1194},{"className":1193},[],[1195],{"type":18,"value":705},{"type":13,"tag":1197,"props":1198,"children":1199},"style",{},[1200],{"type":18,"value":1201},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":39,"searchDepth":69,"depth":69,"links":1203},[],"markdown",1725732592308]