[{"data":1,"prerenderedAt":1866},["ShallowReactive",2],{"NppGejHKRG":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":1865,"_id":4},"VkVideoEncodeH265PictureInfoKHR","Structure specifies H.265 encode frame parameters","VK_KHR_video_encode_h265","structs",[],{"type":10,"children":11,"toc":1863},"root",[12,28,339,454,489,496,526,559,565,584,1062,1067,1148,1154,1171,1313,1317,1355,1408,1412,1444,1466,1749,1857],{"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},"a",{"href":23},"/man/VkVideoEncodeH265PictureInfoKHR",[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,164],{"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 VkVideoEncodeH265PictureInfoKHR {\n VkStructureType sType;\n const void* pNext;\n uint32_t naluSliceSegmentEntryCount;\n const VkVideoEncodeH265NaluSliceSegmentInfoKHR* pNaluSliceSegmentEntries;\n const StdVideoEncodeH265PictureInfo* pStdPictureInfo;\n} VkVideoEncodeH265PictureInfoKHR;\n","C","c","",[41],{"type":13,"tag":42,"props":43,"children":44},"code",{"__ignoreMap":39},[45,68,77,96,110,133,155],{"type":13,"tag":46,"props":47,"children":50},"span",{"class":48,"line":49},"line",1,[51,57,62],{"type":13,"tag":46,"props":52,"children":54},{"style":53},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[55],{"type":18,"value":56},"typedef",{"type":13,"tag":46,"props":58,"children":59},{"style":53},[60],{"type":18,"value":61}," struct",{"type":13,"tag":46,"props":63,"children":65},{"style":64},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[66],{"type":18,"value":67}," VkVideoEncodeH265PictureInfoKHR {\n",{"type":13,"tag":46,"props":69,"children":71},{"class":48,"line":70},2,[72],{"type":13,"tag":46,"props":73,"children":74},{"style":64},[75],{"type":18,"value":76}," VkStructureType sType;\n",{"type":13,"tag":46,"props":78,"children":80},{"class":48,"line":79},3,[81,86,91],{"type":13,"tag":46,"props":82,"children":83},{"style":53},[84],{"type":18,"value":85}," const",{"type":13,"tag":46,"props":87,"children":88},{"style":53},[89],{"type":18,"value":90}," void*",{"type":13,"tag":46,"props":92,"children":93},{"style":64},[94],{"type":18,"value":95}," pNext;\n",{"type":13,"tag":46,"props":97,"children":99},{"class":48,"line":98},4,[100,105],{"type":13,"tag":46,"props":101,"children":102},{"style":53},[103],{"type":18,"value":104}," uint32_t",{"type":13,"tag":46,"props":106,"children":107},{"style":64},[108],{"type":18,"value":109}," naluSliceSegmentEntryCount;\n",{"type":13,"tag":46,"props":111,"children":113},{"class":48,"line":112},5,[114,118,123,128],{"type":13,"tag":46,"props":115,"children":116},{"style":53},[117],{"type":18,"value":85},{"type":13,"tag":46,"props":119,"children":120},{"style":64},[121],{"type":18,"value":122}," VkVideoEncodeH265NaluSliceSegmentInfoKHR",{"type":13,"tag":46,"props":124,"children":125},{"style":53},[126],{"type":18,"value":127},"*",{"type":13,"tag":46,"props":129,"children":130},{"style":64},[131],{"type":18,"value":132}," pNaluSliceSegmentEntries;\n",{"type":13,"tag":46,"props":134,"children":136},{"class":48,"line":135},6,[137,141,146,150],{"type":13,"tag":46,"props":138,"children":139},{"style":53},[140],{"type":18,"value":85},{"type":13,"tag":46,"props":142,"children":143},{"style":64},[144],{"type":18,"value":145}," StdVideoEncodeH265PictureInfo",{"type":13,"tag":46,"props":147,"children":148},{"style":53},[149],{"type":18,"value":127},{"type":13,"tag":46,"props":151,"children":152},{"style":64},[153],{"type":18,"value":154}," pStdPictureInfo;\n",{"type":13,"tag":46,"props":156,"children":158},{"class":48,"line":157},7,[159],{"type":13,"tag":46,"props":160,"children":161},{"style":64},[162],{"type":18,"value":163},"} VkVideoEncodeH265PictureInfoKHR;\n",{"type":13,"tag":33,"props":165,"children":170},{"className":166,"code":167,"filename":168,"language":169,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoEncodeH265PictureInfoKHR {\n s_type: vk::StructureType,\n p_next: *const c_void,\n nalu_slice_segment_entry_count: u32,\n p_nalu_slice_segment_entries: *const vk::VideoEncodeH265NaluSliceSegmentInfoKHR,\n p_std_picture_info: *const StdVideoEncodeH265PictureInfo,\n}\n","Rust","rs",[171],{"type":13,"tag":42,"props":172,"children":173},{"__ignoreMap":39},[174,197,230,252,273,306,331],{"type":13,"tag":46,"props":175,"children":176},{"class":48,"line":49},[177,182,186,192],{"type":13,"tag":46,"props":178,"children":179},{"style":53},[180],{"type":18,"value":181},"pub",{"type":13,"tag":46,"props":183,"children":184},{"style":53},[185],{"type":18,"value":61},{"type":13,"tag":46,"props":187,"children":189},{"style":188},"--shiki-default:#953800;--shiki-dark:#FFA657",[190],{"type":18,"value":191}," VideoEncodeH265PictureInfoKHR",{"type":13,"tag":46,"props":193,"children":194},{"style":64},[195],{"type":18,"value":196}," {\n",{"type":13,"tag":46,"props":198,"children":199},{"class":48,"line":70},[200,205,210,215,220,225],{"type":13,"tag":46,"props":201,"children":202},{"style":64},[203],{"type":18,"value":204}," s_type",{"type":13,"tag":46,"props":206,"children":207},{"style":53},[208],{"type":18,"value":209},":",{"type":13,"tag":46,"props":211,"children":212},{"style":188},[213],{"type":18,"value":214}," vk",{"type":13,"tag":46,"props":216,"children":217},{"style":53},[218],{"type":18,"value":219},"::",{"type":13,"tag":46,"props":221,"children":222},{"style":188},[223],{"type":18,"value":224},"StructureType",{"type":13,"tag":46,"props":226,"children":227},{"style":64},[228],{"type":18,"value":229},",\n",{"type":13,"tag":46,"props":231,"children":232},{"class":48,"line":79},[233,238,242,247],{"type":13,"tag":46,"props":234,"children":235},{"style":64},[236],{"type":18,"value":237}," p_next",{"type":13,"tag":46,"props":239,"children":240},{"style":53},[241],{"type":18,"value":209},{"type":13,"tag":46,"props":243,"children":244},{"style":53},[245],{"type":18,"value":246}," *const",{"type":13,"tag":46,"props":248,"children":249},{"style":64},[250],{"type":18,"value":251}," c_void,\n",{"type":13,"tag":46,"props":253,"children":254},{"class":48,"line":98},[255,260,264,269],{"type":13,"tag":46,"props":256,"children":257},{"style":64},[258],{"type":18,"value":259}," nalu_slice_segment_entry_count",{"type":13,"tag":46,"props":261,"children":262},{"style":53},[263],{"type":18,"value":209},{"type":13,"tag":46,"props":265,"children":266},{"style":188},[267],{"type":18,"value":268}," u32",{"type":13,"tag":46,"props":270,"children":271},{"style":64},[272],{"type":18,"value":229},{"type":13,"tag":46,"props":274,"children":275},{"class":48,"line":112},[276,281,285,289,293,297,302],{"type":13,"tag":46,"props":277,"children":278},{"style":64},[279],{"type":18,"value":280}," p_nalu_slice_segment_entries",{"type":13,"tag":46,"props":282,"children":283},{"style":53},[284],{"type":18,"value":209},{"type":13,"tag":46,"props":286,"children":287},{"style":53},[288],{"type":18,"value":246},{"type":13,"tag":46,"props":290,"children":291},{"style":188},[292],{"type":18,"value":214},{"type":13,"tag":46,"props":294,"children":295},{"style":53},[296],{"type":18,"value":219},{"type":13,"tag":46,"props":298,"children":299},{"style":188},[300],{"type":18,"value":301},"VideoEncodeH265NaluSliceSegmentInfoKHR",{"type":13,"tag":46,"props":303,"children":304},{"style":64},[305],{"type":18,"value":229},{"type":13,"tag":46,"props":307,"children":308},{"class":48,"line":135},[309,314,318,322,327],{"type":13,"tag":46,"props":310,"children":311},{"style":64},[312],{"type":18,"value":313}," p_std_picture_info",{"type":13,"tag":46,"props":315,"children":316},{"style":53},[317],{"type":18,"value":209},{"type":13,"tag":46,"props":319,"children":320},{"style":53},[321],{"type":18,"value":246},{"type":13,"tag":46,"props":323,"children":325},{"style":324},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[326],{"type":18,"value":145},{"type":13,"tag":46,"props":328,"children":329},{"style":64},[330],{"type":18,"value":229},{"type":13,"tag":46,"props":332,"children":333},{"class":48,"line":157},[334],{"type":13,"tag":46,"props":335,"children":336},{"style":64},[337],{"type":18,"value":338},"}\n",{"type":13,"tag":340,"props":341,"children":342},"ul",{},[343,363,382,401,428],{"type":13,"tag":344,"props":345,"children":346},"li",{},[347,353,355,361],{"type":13,"tag":42,"props":348,"children":350},{"className":349},[],[351],{"type":18,"value":352},"sType",{"type":18,"value":354}," is a ",{"type":13,"tag":21,"props":356,"children":358},{"href":357},"/man/VkStructureType",[359],{"type":18,"value":360},"VkStructureType",{"type":18,"value":362}," value identifying this structure.",{"type":13,"tag":344,"props":364,"children":365},{},[366,372,374,380],{"type":13,"tag":42,"props":367,"children":369},{"className":368},[],[370],{"type":18,"value":371},"pNext",{"type":18,"value":373}," is ",{"type":13,"tag":42,"props":375,"children":377},{"className":376},[],[378],{"type":18,"value":379},"NULL",{"type":18,"value":381}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":344,"props":383,"children":384},{},[385,391,393,399],{"type":13,"tag":42,"props":386,"children":388},{"className":387},[],[389],{"type":18,"value":390},"naluSliceSegmentEntryCount",{"type":18,"value":392}," is the number of elements in\n",{"type":13,"tag":42,"props":394,"children":396},{"className":395},[],[397],{"type":18,"value":398},"pNaluSliceSegmentEntries",{"type":18,"value":400},".",{"type":13,"tag":344,"props":402,"children":403},{},[404,409,411,416,420,426],{"type":13,"tag":42,"props":405,"children":407},{"className":406},[],[408],{"type":18,"value":398},{"type":18,"value":410}," is a pointer to an array of\n",{"type":13,"tag":42,"props":412,"children":414},{"className":413},[],[415],{"type":18,"value":390},{"type":13,"tag":417,"props":418,"children":419},"br",{},[],{"type":13,"tag":21,"props":421,"children":423},{"href":422},"/man/VkVideoEncodeH265NaluSliceSegmentInfoKHR",[424],{"type":18,"value":425},"VkVideoEncodeH265NaluSliceSegmentInfoKHR",{"type":18,"value":427}," structures specifying the\nparameters of the individual H.265 slice segments to encode for the\ninput picture.",{"type":13,"tag":344,"props":429,"children":430},{},[431,437,439,445,447,453],{"type":13,"tag":42,"props":432,"children":434},{"className":433},[],[435],{"type":18,"value":436},"pStdPictureInfo",{"type":18,"value":438}," is a pointer to a\n",{"type":13,"tag":42,"props":440,"children":442},{"className":441},[],[443],{"type":18,"value":444},"StdVideoEncodeH265PictureInfo",{"type":18,"value":446}," structure specifying\n",{"type":13,"tag":21,"props":448,"children":450},{"href":449},"/404#encode-h265-picture-info",[451],{"type":18,"value":452},"H.265 picture information",{"type":18,"value":400},{"type":13,"tag":14,"props":455,"children":456},{},[457,459,464,466,472,474,480,482,488],{"type":18,"value":458},"This structure is specified in the ",{"type":13,"tag":42,"props":460,"children":462},{"className":461},[],[463],{"type":18,"value":371},{"type":18,"value":465}," chain of the\n",{"type":13,"tag":21,"props":467,"children":469},{"href":468},"/man/VkVideoEncodeInfoKHR",[470],{"type":18,"value":471},"VkVideoEncodeInfoKHR",{"type":18,"value":473}," structure passed to ",{"type":13,"tag":21,"props":475,"children":477},{"href":476},"/man/vkCmdEncodeVideoKHR",[478],{"type":18,"value":479},"vkCmdEncodeVideoKHR",{"type":18,"value":481}," to\nspecify the codec-specific picture information for an ",{"type":13,"tag":21,"props":483,"children":485},{"href":484},"/chapters/video-coding#encode-h265",[486],{"type":18,"value":487},"H.265\nencode operation",{"type":18,"value":400},{"type":13,"tag":490,"props":491,"children":493},"h6",{"id":492},"encode-input-picture-information",[494],{"type":18,"value":495},"Encode Input Picture Information",{"type":13,"tag":14,"props":497,"children":498},{},[499,501,506,507,511,512,516,518,524],{"type":18,"value":500},"When this structure is specified in the ",{"type":13,"tag":42,"props":502,"children":504},{"className":503},[],[505],{"type":18,"value":371},{"type":18,"value":465},{"type":13,"tag":21,"props":508,"children":509},{"href":468},[510],{"type":18,"value":471},{"type":18,"value":473},{"type":13,"tag":21,"props":513,"children":514},{"href":476},[515],{"type":18,"value":479},{"type":18,"value":517},",\nthe information related to the ",{"type":13,"tag":21,"props":519,"children":521},{"href":520},"/404#encode-input-picture-info",[522],{"type":18,"value":523},"encode input\npicture",{"type":18,"value":525}," is defined as follows:",{"type":13,"tag":340,"props":527,"children":528},{},[529,542],{"type":13,"tag":344,"props":530,"children":531},{},[532,534,540],{"type":18,"value":533},"The image subregion used is determined according to the\n",{"type":13,"tag":21,"props":535,"children":537},{"href":536},"/chapters/video-coding#encode-h265-picture-data-access",[538],{"type":18,"value":539},"H.265 Encode Picture Data Access",{"type":18,"value":541},"\nsection.",{"type":13,"tag":344,"props":543,"children":544},{},[545,547,551,553,558],{"type":18,"value":546},"The encode input picture is associated with the\n",{"type":13,"tag":21,"props":548,"children":549},{"href":449},[550],{"type":18,"value":452},{"type":18,"value":552}," provided in\n",{"type":13,"tag":42,"props":554,"children":556},{"className":555},[],[557],{"type":18,"value":436},{"type":18,"value":400},{"type":13,"tag":490,"props":560,"children":562},{"id":561},"std-picture-information",[563],{"type":18,"value":564},"Std Picture Information",{"type":13,"tag":14,"props":566,"children":567},{},[568,570,575,577,582],{"type":18,"value":569},"The members of the ",{"type":13,"tag":42,"props":571,"children":573},{"className":572},[],[574],{"type":18,"value":444},{"type":18,"value":576}," structure pointed to\nby ",{"type":13,"tag":42,"props":578,"children":580},{"className":579},[],[581],{"type":18,"value":436},{"type":18,"value":583}," are interpreted as follows:",{"type":13,"tag":340,"props":585,"children":586},{},[587,606,625,641,665,688,705,732,748,764,931,973,1052],{"type":13,"tag":344,"props":588,"children":589},{},[590,596,598,604],{"type":13,"tag":42,"props":591,"children":593},{"className":592},[],[594],{"type":18,"value":595},"flags.reserved",{"type":18,"value":597}," and ",{"type":13,"tag":42,"props":599,"children":601},{"className":600},[],[602],{"type":18,"value":603},"reserved1",{"type":18,"value":605}," are used only for padding\npurposes and are otherwise ignored;",{"type":13,"tag":344,"props":607,"children":608},{},[609,615,617,623],{"type":13,"tag":42,"props":610,"children":612},{"className":611},[],[613],{"type":18,"value":614},"flags.is_reference",{"type":18,"value":616}," as defined in section 3.132 of the ",{"type":13,"tag":21,"props":618,"children":620},{"href":619},"/chapters/introduction#itu-t-h265",[621],{"type":18,"value":622},"ITU-T H.265 Specification",{"type":18,"value":624},";",{"type":13,"tag":344,"props":626,"children":627},{},[628,634,636,640],{"type":13,"tag":42,"props":629,"children":631},{"className":630},[],[632],{"type":18,"value":633},"flags.IrapPicFlag",{"type":18,"value":635}," as defined in section 3.73 of the ",{"type":13,"tag":21,"props":637,"children":638},{"href":619},[639],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":642,"children":643},{},[644,650,652,658,660,664],{"type":13,"tag":42,"props":645,"children":647},{"className":646},[],[648],{"type":18,"value":649},"flags.used_for_long_term_reference",{"type":18,"value":651}," is used to indicate whether the\npicture is marked as ",{"type":13,"tag":42,"props":653,"children":655},{"className":654},[],[656],{"type":18,"value":657},"used for long-term reference",{"type":18,"value":659}," as defined in\nsection 8.3.2 of the ",{"type":13,"tag":21,"props":661,"children":662},{"href":619},[663],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":666,"children":667},{},[668,674,675,681,683,687],{"type":13,"tag":42,"props":669,"children":671},{"className":670},[],[672],{"type":18,"value":673},"flags.discardable_flag",{"type":18,"value":597},{"type":13,"tag":42,"props":676,"children":678},{"className":677},[],[679],{"type":18,"value":680},"cross_layer_bla_flag",{"type":18,"value":682}," as defined in\nsection F.7.4.7.1 of the ",{"type":13,"tag":21,"props":684,"children":685},{"href":619},[686],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":689,"children":690},{},[691,697,699,704],{"type":13,"tag":42,"props":692,"children":694},{"className":693},[],[695],{"type":18,"value":696},"pic_type",{"type":18,"value":698}," as defined in section 7.4.3.5 of the ",{"type":13,"tag":21,"props":700,"children":701},{"href":619},[702],{"type":18,"value":703},"ITU-T\nH.265 Specification",{"type":18,"value":624},{"type":13,"tag":344,"props":706,"children":707},{},[708,714,716,722,724,730],{"type":13,"tag":42,"props":709,"children":711},{"className":710},[],[712],{"type":18,"value":713},"sps_video_parameter_set_id",{"type":18,"value":715},", ",{"type":13,"tag":42,"props":717,"children":719},{"className":718},[],[720],{"type":18,"value":721},"pps_seq_parameter_set_id",{"type":18,"value":723},", and\n",{"type":13,"tag":42,"props":725,"children":727},{"className":726},[],[728],{"type":18,"value":729},"pps_pic_parameter_set_id",{"type":18,"value":731}," are used to identify the active parameter\nsets, as described below;",{"type":13,"tag":344,"props":733,"children":734},{},[735,741,743,747],{"type":13,"tag":42,"props":736,"children":738},{"className":737},[],[739],{"type":18,"value":740},"PicOrderCntVal",{"type":18,"value":742}," as defined in section 8.3.1 of the\n",{"type":13,"tag":21,"props":744,"children":745},{"href":619},[746],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":749,"children":750},{},[751,757,759,763],{"type":13,"tag":42,"props":752,"children":754},{"className":753},[],[755],{"type":18,"value":756},"TemporalId",{"type":18,"value":758}," as defined in section 7.4.2.2 of the ",{"type":13,"tag":21,"props":760,"children":761},{"href":619},[762],{"type":18,"value":703},{"type":18,"value":624},{"type":13,"tag":344,"props":765,"children":766},{},[767,769,775,777,782,784,790,792],{"type":18,"value":768},"if ",{"type":13,"tag":42,"props":770,"children":772},{"className":771},[],[773],{"type":18,"value":774},"pRefLists",{"type":18,"value":776}," is not ",{"type":13,"tag":42,"props":778,"children":780},{"className":779},[],[781],{"type":18,"value":379},{"type":18,"value":783},", then it is a pointer to a\n",{"type":13,"tag":42,"props":785,"children":787},{"className":786},[],[788],{"type":18,"value":789},"StdVideoEncodeH265ReferenceListsInfo",{"type":18,"value":791}," structure that is interpreted\nas follows:",{"type":13,"tag":340,"props":793,"children":794},{},[795,805,829,853,908],{"type":13,"tag":344,"props":796,"children":797},{},[798,803],{"type":13,"tag":42,"props":799,"children":801},{"className":800},[],[802],{"type":18,"value":595},{"type":18,"value":804}," is used only for padding purposes and is otherwise\nignored;",{"type":13,"tag":344,"props":806,"children":807},{},[808,814,816,822,824,828],{"type":13,"tag":42,"props":809,"children":811},{"className":810},[],[812],{"type":18,"value":813},"ref_pic_list_modification_flag_l0",{"type":18,"value":815}," and\n",{"type":13,"tag":42,"props":817,"children":819},{"className":818},[],[820],{"type":18,"value":821},"ref_pic_list_modification_flag_l1",{"type":18,"value":823}," as defined in section 7.4.7.2 of\nthe ",{"type":13,"tag":21,"props":825,"children":826},{"href":619},[827],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":830,"children":831},{},[832,838,839,845,847,852],{"type":13,"tag":42,"props":833,"children":835},{"className":834},[],[836],{"type":18,"value":837},"num_ref_idx_l0_active_minus1",{"type":18,"value":597},{"type":13,"tag":42,"props":840,"children":842},{"className":841},[],[843],{"type":18,"value":844},"num_ref_idx_l1_active_minus1",{"type":18,"value":846},"\nas defined in section 7.4.7.1 of the ",{"type":13,"tag":21,"props":848,"children":849},{"href":619},[850],{"type":18,"value":851},"ITU-T H.265\nSpecification",{"type":18,"value":624},{"type":13,"tag":344,"props":854,"children":855},{},[856,862,863,869,871,875,877,883,885,891,893,899,901,907],{"type":13,"tag":42,"props":857,"children":859},{"className":858},[],[860],{"type":18,"value":861},"RefPicList0",{"type":18,"value":597},{"type":13,"tag":42,"props":864,"children":866},{"className":865},[],[867],{"type":18,"value":868},"RefPicList1",{"type":18,"value":870}," as defined in section 8.3.4 of\nthe ",{"type":13,"tag":21,"props":872,"children":873},{"href":619},[874],{"type":18,"value":622},{"type":18,"value":876}," where each element of\nthese arrays either identifies an\n",{"type":13,"tag":21,"props":878,"children":880},{"href":879},"/404#encode-active-reference-picture-info",[881],{"type":18,"value":882},"active reference picture",{"type":18,"value":884}," using\nits ",{"type":13,"tag":21,"props":886,"children":888},{"href":887},"/chapters/video-coding#dpb-slot",[889],{"type":18,"value":890},"DPB slot",{"type":18,"value":892}," index or contains the value\n",{"type":13,"tag":42,"props":894,"children":896},{"className":895},[],[897],{"type":18,"value":898},"STD_VIDEO_H265_NO_REFERENCE_PICTURE",{"type":18,"value":900}," to indicate ",{"type":13,"tag":42,"props":902,"children":904},{"className":903},[],[905],{"type":18,"value":906},"no reference picture",{"type":18,"value":624},{"type":13,"tag":344,"props":909,"children":910},{},[911,917,918,924,926,930],{"type":13,"tag":42,"props":912,"children":914},{"className":913},[],[915],{"type":18,"value":916},"list_entry_l0",{"type":18,"value":597},{"type":13,"tag":42,"props":919,"children":921},{"className":920},[],[922],{"type":18,"value":923},"list_entry_l1",{"type":18,"value":925}," as defined in section 7.4.7.2\nof the ",{"type":13,"tag":21,"props":927,"children":928},{"href":619},[929],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":932,"children":933},{},[934,935,941,943,949,951,957,959,964,966,972],{"type":18,"value":768},{"type":13,"tag":42,"props":936,"children":938},{"className":937},[],[939],{"type":18,"value":940},"flags.short_term_ref_pic_set_sps_flag",{"type":18,"value":942}," is set, then the\n",{"type":13,"tag":42,"props":944,"children":946},{"className":945},[],[947],{"type":18,"value":948},"StdVideoH265ShortTermRefPicSet",{"type":18,"value":950}," structure pointed to by\n",{"type":13,"tag":42,"props":952,"children":954},{"className":953},[],[955],{"type":18,"value":956},"pShortTermRefPicSet",{"type":18,"value":958}," is interpreted as defined for the elements of\nthe ",{"type":13,"tag":42,"props":960,"children":962},{"className":961},[],[963],{"type":18,"value":956},{"type":18,"value":965}," array specified in ",{"type":13,"tag":21,"props":967,"children":969},{"href":968},"/chapters/video-coding#encode-h265-sps",[970],{"type":18,"value":971},"H.265\nsequence parameter sets",{"type":18,"value":400},{"type":13,"tag":344,"props":974,"children":975},{},[976,977,983,985,991,993,999,1000,1006,1008],{"type":18,"value":768},{"type":13,"tag":42,"props":978,"children":980},{"className":979},[],[981],{"type":18,"value":982},"flags.long_term_ref_pics_present_flag",{"type":18,"value":984}," is set in the\n",{"type":13,"tag":21,"props":986,"children":988},{"href":987},"/man/VkVideoEncodeH265PictureInfoKHR#encode-h265-active-sps",[989],{"type":18,"value":990},"active SPS",{"type":18,"value":992},", then the\n",{"type":13,"tag":42,"props":994,"children":996},{"className":995},[],[997],{"type":18,"value":998},"StdVideoEncodeH265LongTermRefPics",{"type":18,"value":950},{"type":13,"tag":42,"props":1001,"children":1003},{"className":1002},[],[1004],{"type":18,"value":1005},"pLongTermRefPics",{"type":18,"value":1007}," is interpreted as follows:",{"type":13,"tag":340,"props":1009,"children":1010},{},[1011,1035],{"type":13,"tag":344,"props":1012,"children":1013},{},[1014,1020,1022,1028,1030,1034],{"type":13,"tag":42,"props":1015,"children":1017},{"className":1016},[],[1018],{"type":18,"value":1019},"used_by_curr_pic_lt_flag",{"type":18,"value":1021}," is a bitmask where bit index i\ncorresponds to ",{"type":13,"tag":42,"props":1023,"children":1025},{"className":1024},[],[1026],{"type":18,"value":1027},"used_by_curr_pic_lt_flag[i]",{"type":18,"value":1029}," as defined in section\n7.4.7.1 of the ",{"type":13,"tag":21,"props":1031,"children":1032},{"href":619},[1033],{"type":18,"value":622},{"type":18,"value":624},{"type":13,"tag":344,"props":1036,"children":1037},{},[1038,1040,1045,1047,1051],{"type":18,"value":1039},"all other members of ",{"type":13,"tag":42,"props":1041,"children":1043},{"className":1042},[],[1044],{"type":18,"value":998},{"type":18,"value":1046}," are\ninterpreted as defined in section 7.4.7.1 of the ",{"type":13,"tag":21,"props":1048,"children":1049},{"href":619},[1050],{"type":18,"value":703},{"type":18,"value":624},{"type":13,"tag":344,"props":1053,"children":1054},{},[1055,1057,1061],{"type":18,"value":1056},"all other members are interpreted as defined in section 7.4.7.1 of the\n",{"type":13,"tag":21,"props":1058,"children":1059},{"href":619},[1060],{"type":18,"value":622},{"type":18,"value":400},{"type":13,"tag":1063,"props":1064,"children":1066},"anchor",{"id":1065},"encode-h265-ref-pic-setup",[],{"type":13,"tag":14,"props":1068,"children":1069},{},[1070,1072,1077,1078,1083,1085,1091,1093,1099,1101,1105,1107,1113,1115,1120,1121,1126,1128,1133,1135,1139,1141,1146],{"type":18,"value":1071},"Reference picture setup is controlled by the value of\n",{"type":13,"tag":42,"props":1073,"children":1075},{"className":1074},[],[1076],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1079,"children":1081},{"className":1080},[],[1082],{"type":18,"value":614},{"type":18,"value":1084},".\nIf it is set and a ",{"type":13,"tag":21,"props":1086,"children":1088},{"href":1087},"/404#encode-reconstructed-picture-info",[1089],{"type":18,"value":1090},"reconstructed\npicture",{"type":18,"value":1092}," is specified, then the latter is used as the target of picture\nreconstruction to ",{"type":13,"tag":21,"props":1094,"children":1096},{"href":1095},"/chapters/video-coding#dpb-slot-states",[1097],{"type":18,"value":1098},"activate",{"type":18,"value":1100}," the ",{"type":13,"tag":21,"props":1102,"children":1103},{"href":887},[1104],{"type":18,"value":890},{"type":18,"value":1106},"\nspecified in ",{"type":13,"tag":42,"props":1108,"children":1110},{"className":1109},[],[1111],{"type":18,"value":1112},"pEncodeInfo→pSetupReferenceSlot→slotIndex",{"type":18,"value":1114},".\nIf ",{"type":13,"tag":42,"props":1116,"children":1118},{"className":1117},[],[1119],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1122,"children":1124},{"className":1123},[],[1125],{"type":18,"value":614},{"type":18,"value":1127}," is not set,\nbut a ",{"type":13,"tag":21,"props":1129,"children":1130},{"href":1087},[1131],{"type":18,"value":1132},"reconstructed picture",{"type":18,"value":1134}," is\nspecified, then the corresponding picture reference associated with the\n",{"type":13,"tag":21,"props":1136,"children":1137},{"href":887},[1138],{"type":18,"value":890},{"type":18,"value":1140}," is invalidated, as described in the\n",{"type":13,"tag":21,"props":1142,"children":1143},{"href":1095},[1144],{"type":18,"value":1145},"DPB Slot States",{"type":18,"value":1147}," section.",{"type":13,"tag":490,"props":1149,"children":1151},{"id":1150},"active-parameter-sets",[1152],{"type":18,"value":1153},"Active Parameter Sets",{"type":13,"tag":14,"props":1155,"children":1156},{},[1157,1158,1163,1164,1169],{"type":18,"value":569},{"type":13,"tag":42,"props":1159,"children":1161},{"className":1160},[],[1162],{"type":18,"value":444},{"type":18,"value":576},{"type":13,"tag":42,"props":1165,"children":1167},{"className":1166},[],[1168],{"type":18,"value":436},{"type":18,"value":1170}," are used to select the active parameter sets to use\nfrom the bound video session parameters object, as follows:",{"type":13,"tag":340,"props":1172,"children":1173},{},[1174,1211,1255],{"type":13,"tag":344,"props":1175,"children":1176},{},[1177,1181,1183,1189,1191,1197,1199,1204,1205,1210],{"type":13,"tag":1063,"props":1178,"children":1180},{"id":1179},"encode-h265-active-vps",[],{"type":18,"value":1182}," The ",{"type":13,"tag":1184,"props":1185,"children":1186},"em",{},[1187],{"type":18,"value":1188},"active VPS",{"type":18,"value":1190}," is the\n",{"type":13,"tag":21,"props":1192,"children":1194},{"href":1193},"/chapters/video-coding#encode-h265-vps",[1195],{"type":18,"value":1196},"VPS",{"type":18,"value":1198}," identified by the key specified in\n",{"type":13,"tag":42,"props":1200,"children":1202},{"className":1201},[],[1203],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":18,"value":713},{"type":18,"value":400},{"type":13,"tag":344,"props":1212,"children":1213},{},[1214,1218,1219,1223,1224,1229,1231,1236,1237,1242,1243,1248,1249,1254],{"type":13,"tag":1063,"props":1215,"children":1217},{"id":1216},"encode-h265-active-sps",[],{"type":18,"value":1182},{"type":13,"tag":1184,"props":1220,"children":1221},{},[1222],{"type":18,"value":990},{"type":18,"value":1190},{"type":13,"tag":21,"props":1225,"children":1226},{"href":968},[1227],{"type":18,"value":1228},"SPS",{"type":18,"value":1230}," identified by the key specified by the pair\nconstructed from\n",{"type":13,"tag":42,"props":1232,"children":1234},{"className":1233},[],[1235],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1238,"children":1240},{"className":1239},[],[1241],{"type":18,"value":713},{"type":18,"value":815},{"type":13,"tag":42,"props":1244,"children":1246},{"className":1245},[],[1247],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1250,"children":1252},{"className":1251},[],[1253],{"type":18,"value":721},{"type":18,"value":400},{"type":13,"tag":344,"props":1256,"children":1257},{},[1258,1262,1263,1268,1269,1275,1277,1282,1283,1288,1289,1294,1295,1300,1301,1306,1307,1312],{"type":13,"tag":1063,"props":1259,"children":1261},{"id":1260},"encode-h265-active-pps",[],{"type":18,"value":1182},{"type":13,"tag":1184,"props":1264,"children":1265},{},[1266],{"type":18,"value":1267},"active PPS",{"type":18,"value":1190},{"type":13,"tag":21,"props":1270,"children":1272},{"href":1271},"/chapters/video-coding#encode-h265-pps",[1273],{"type":18,"value":1274},"PPS",{"type":18,"value":1276}," identified by the key specified by the triplet\nconstructed from\n",{"type":13,"tag":42,"props":1278,"children":1280},{"className":1279},[],[1281],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1284,"children":1286},{"className":1285},[],[1287],{"type":18,"value":713},{"type":18,"value":229},{"type":13,"tag":42,"props":1290,"children":1292},{"className":1291},[],[1293],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1296,"children":1298},{"className":1297},[],[1299],{"type":18,"value":721},{"type":18,"value":723},{"type":13,"tag":42,"props":1302,"children":1304},{"className":1303},[],[1305],{"type":18,"value":444},{"type":18,"value":219},{"type":13,"tag":42,"props":1308,"children":1310},{"className":1309},[],[1311],{"type":18,"value":729},{"type":18,"value":400},{"type":13,"tag":1063,"props":1314,"children":1316},{"id":1315},"encode-h265-weighted-pred",[],{"type":13,"tag":14,"props":1318,"children":1319},{},[1320,1322,1327,1329,1333,1335,1339,1341,1347,1349,1354],{"type":18,"value":1321},"H.265 encoding uses ",{"type":13,"tag":1184,"props":1323,"children":1324},{},[1325],{"type":18,"value":1326},"explicit weighted sample prediction",{"type":18,"value":1328}," for a slice\nsegment, as defined in section 8.5.3.3.4 of the ",{"type":13,"tag":21,"props":1330,"children":1331},{"href":619},[1332],{"type":18,"value":851},{"type":18,"value":1334},", if any of the following conditions are true for the active\n",{"type":13,"tag":21,"props":1336,"children":1337},{"href":1271},[1338],{"type":18,"value":1274},{"type":18,"value":1340}," and the ",{"type":13,"tag":42,"props":1342,"children":1344},{"className":1343},[],[1345],{"type":18,"value":1346},"pStdSliceSegmentHeader",{"type":18,"value":1348}," member of the\ncorresponding element of ",{"type":13,"tag":42,"props":1350,"children":1352},{"className":1351},[],[1353],{"type":18,"value":398},{"type":18,"value":209},{"type":13,"tag":340,"props":1356,"children":1357},{},[1358,1384],{"type":13,"tag":344,"props":1359,"children":1360},{},[1361,1367,1369,1375,1376,1382],{"type":13,"tag":42,"props":1362,"children":1364},{"className":1363},[],[1365],{"type":18,"value":1366},"pStdSliceSegmentHeader→slice_type",{"type":18,"value":1368}," is\n",{"type":13,"tag":42,"props":1370,"children":1372},{"className":1371},[],[1373],{"type":18,"value":1374},"STD_VIDEO_H265_SLICE_TYPE_P",{"type":18,"value":597},{"type":13,"tag":42,"props":1377,"children":1379},{"className":1378},[],[1380],{"type":18,"value":1381},"weighted_pred_flag",{"type":18,"value":1383}," is enabled\nin the active PPS.",{"type":13,"tag":344,"props":1385,"children":1386},{},[1387,1392,1393,1399,1400,1406],{"type":13,"tag":42,"props":1388,"children":1390},{"className":1389},[],[1391],{"type":18,"value":1366},{"type":18,"value":1368},{"type":13,"tag":42,"props":1394,"children":1396},{"className":1395},[],[1397],{"type":18,"value":1398},"STD_VIDEO_H265_SLICE_TYPE_B",{"type":18,"value":597},{"type":13,"tag":42,"props":1401,"children":1403},{"className":1402},[],[1404],{"type":18,"value":1405},"weighted_bipred_flag",{"type":18,"value":1407}," is\nenabled in the active PPS.",{"type":13,"tag":1063,"props":1409,"children":1411},{"id":1410},"encode-h265-tile-count",[],{"type":13,"tag":14,"props":1413,"children":1414},{},[1415,1417,1421,1423,1429,1430,1436,1438,1442],{"type":18,"value":1416},"The number of H.265 tiles, as defined in section 3.174 of the ",{"type":13,"tag":21,"props":1418,"children":1419},{"href":619},[1420],{"type":18,"value":622},{"type":18,"value":1422},", is derived from the\n",{"type":13,"tag":42,"props":1424,"children":1426},{"className":1425},[],[1427],{"type":18,"value":1428},"num_tile_columns_minus1",{"type":18,"value":597},{"type":13,"tag":42,"props":1431,"children":1433},{"className":1432},[],[1434],{"type":18,"value":1435},"num_tile_rows_minus1",{"type":18,"value":1437}," members of the\nactive ",{"type":13,"tag":21,"props":1439,"children":1440},{"href":1271},[1441],{"type":18,"value":1274},{"type":18,"value":1443}," as follows:",{"type":13,"tag":340,"props":1445,"children":1446},{},[1447],{"type":13,"tag":344,"props":1448,"children":1449},{},[1450,1452,1457,1459,1464],{"type":18,"value":1451},"(",{"type":13,"tag":42,"props":1453,"children":1455},{"className":1454},[],[1456],{"type":18,"value":1428},{"type":18,"value":1458}," + 1) ×\n(",{"type":13,"tag":42,"props":1460,"children":1462},{"className":1461},[],[1463],{"type":18,"value":1435},{"type":18,"value":1465}," + 1)",{"type":13,"tag":1467,"props":1468,"children":1470},"validity-group",{"name":1469},"Valid Usage",[1471,1523,1576,1622,1697],{"type":13,"tag":1472,"props":1473,"children":1475},"validity-field",{"name":1474},"VUID-VkVideoEncodeH265PictureInfoKHR-naluSliceSegmentEntryCount-08306",[1476],{"type":13,"tag":14,"props":1477,"children":1478},{},[1479,1484,1486,1491,1493,1499,1500,1506,1507,1513,1515,1521],{"type":13,"tag":42,"props":1480,"children":1482},{"className":1481},[],[1483],{"type":18,"value":390},{"type":18,"value":1485}," ",{"type":13,"tag":1487,"props":1488,"children":1490},"normative",{"type":1489},"must",[],{"type":18,"value":1492}," be between ",{"type":13,"tag":42,"props":1494,"children":1496},{"className":1495},[],[1497],{"type":18,"value":1498},"1",{"type":18,"value":815},{"type":13,"tag":21,"props":1501,"children":1503},{"href":1502},"/man/VkVideoEncodeH265CapabilitiesKHR",[1504],{"type":18,"value":1505},"VkVideoEncodeH265CapabilitiesKHR",{"type":18,"value":219},{"type":13,"tag":42,"props":1508,"children":1510},{"className":1509},[],[1511],{"type":18,"value":1512},"maxSliceSegmentCount",{"type":18,"value":1514},",\ninclusive, as returned by ",{"type":13,"tag":21,"props":1516,"children":1518},{"href":1517},"/man/vkGetPhysicalDeviceVideoCapabilitiesKHR",[1519],{"type":18,"value":1520},"vkGetPhysicalDeviceVideoCapabilitiesKHR",{"type":18,"value":1522},"\nfor the used video profile",{"type":13,"tag":1472,"props":1524,"children":1526},{"name":1525},"VUID-VkVideoEncodeH265PictureInfoKHR-flags-08323",[1527],{"type":13,"tag":14,"props":1528,"children":1529},{},[1530,1532,1536,1537,1543,1545,1549,1551,1557,1559,1564,1565,1568,1570],{"type":18,"value":1531},"If ",{"type":13,"tag":21,"props":1533,"children":1534},{"href":1502},[1535],{"type":18,"value":1505},{"type":18,"value":219},{"type":13,"tag":42,"props":1538,"children":1540},{"className":1539},[],[1541],{"type":18,"value":1542},"flags",{"type":18,"value":1544},", as returned by\n",{"type":13,"tag":21,"props":1546,"children":1547},{"href":1517},[1548],{"type":18,"value":1520},{"type":18,"value":1550}," for the used video\nprofile, does not include\n",{"type":13,"tag":42,"props":1552,"children":1554},{"className":1553},[],[1555],{"type":18,"value":1556},"VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILES_PER_SLICE_SEGMENT_BIT_KHR",{"type":18,"value":1558},",\nthen ",{"type":13,"tag":42,"props":1560,"children":1562},{"className":1561},[],[1563],{"type":18,"value":390},{"type":18,"value":1485},{"type":13,"tag":1487,"props":1566,"children":1567},{"type":1489},[],{"type":18,"value":1569}," be greater than or equal to\nthe ",{"type":13,"tag":21,"props":1571,"children":1573},{"href":1572},"/man/VkVideoEncodeH265PictureInfoKHR#encode-h265-tile-count",[1574],{"type":18,"value":1575},"number of H.265 tiles in the picture",{"type":13,"tag":1472,"props":1577,"children":1579},{"name":1578},"VUID-VkVideoEncodeH265PictureInfoKHR-flags-08324",[1580],{"type":13,"tag":14,"props":1581,"children":1582},{},[1583,1584,1588,1589,1594,1595,1599,1600,1606,1607,1612,1613,1616,1618],{"type":18,"value":1531},{"type":13,"tag":21,"props":1585,"children":1586},{"href":1502},[1587],{"type":18,"value":1505},{"type":18,"value":219},{"type":13,"tag":42,"props":1590,"children":1592},{"className":1591},[],[1593],{"type":18,"value":1542},{"type":18,"value":1544},{"type":13,"tag":21,"props":1596,"children":1597},{"href":1517},[1598],{"type":18,"value":1520},{"type":18,"value":1550},{"type":13,"tag":42,"props":1601,"children":1603},{"className":1602},[],[1604],{"type":18,"value":1605},"VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_SLICE_SEGMENTS_PER_TILE_BIT_KHR",{"type":18,"value":1558},{"type":13,"tag":42,"props":1608,"children":1610},{"className":1609},[],[1611],{"type":18,"value":390},{"type":18,"value":1485},{"type":13,"tag":1487,"props":1614,"children":1615},{"type":1489},[],{"type":18,"value":1617}," be less than or equal to the\n",{"type":13,"tag":21,"props":1619,"children":1620},{"href":1572},[1621],{"type":18,"value":1575},{"type":13,"tag":1472,"props":1623,"children":1625},{"name":1624},"VUID-VkVideoEncodeH265PictureInfoKHR-flags-08316",[1626],{"type":13,"tag":14,"props":1627,"children":1628},{},[1629,1630,1634,1635,1640,1641,1645,1646,1652,1654,1659,1661,1667,1669,1673,1674,1680,1683,1685,1690,1692],{"type":18,"value":1531},{"type":13,"tag":21,"props":1631,"children":1632},{"href":1502},[1633],{"type":18,"value":1505},{"type":18,"value":219},{"type":13,"tag":42,"props":1636,"children":1638},{"className":1637},[],[1639],{"type":18,"value":1542},{"type":18,"value":1544},{"type":13,"tag":21,"props":1642,"children":1643},{"href":1517},[1644],{"type":18,"value":1520},{"type":18,"value":1550},{"type":13,"tag":42,"props":1647,"children":1649},{"className":1648},[],[1650],{"type":18,"value":1651},"VK_VIDEO_ENCODE_H265_CAPABILITY_PREDICTION_WEIGHT_TABLE_GENERATED_BIT_KHR",{"type":18,"value":1653},"\nand the slice segment corresponding to any element of\n",{"type":13,"tag":42,"props":1655,"children":1657},{"className":1656},[],[1658],{"type":18,"value":398},{"type":18,"value":1660}," uses ",{"type":13,"tag":21,"props":1662,"children":1664},{"href":1663},"/man/VkVideoEncodeH265PictureInfoKHR#encode-h265-weighted-pred",[1665],{"type":18,"value":1666},"explicit\nweighted sample prediction",{"type":18,"value":1668},", then\n",{"type":13,"tag":21,"props":1670,"children":1671},{"href":422},[1672],{"type":18,"value":425},{"type":18,"value":219},{"type":13,"tag":42,"props":1675,"children":1677},{"className":1676},[],[1678],{"type":18,"value":1679},"pStdSliceSegmentHeader→pWeightTable",{"type":13,"tag":1487,"props":1681,"children":1682},{"type":1489},[],{"type":18,"value":1684}," not be ",{"type":13,"tag":42,"props":1686,"children":1688},{"className":1687},[],[1689],{"type":18,"value":379},{"type":18,"value":1691}," for that element of ",{"type":13,"tag":42,"props":1693,"children":1695},{"className":1694},[],[1696],{"type":18,"value":398},{"type":13,"tag":1472,"props":1698,"children":1700},{"name":1699},"VUID-VkVideoEncodeH265PictureInfoKHR-flags-08317",[1701],{"type":13,"tag":14,"props":1702,"children":1703},{},[1704,1705,1709,1710,1715,1716,1720,1721,1727,1729,1733,1734,1739,1742,1744],{"type":18,"value":1531},{"type":13,"tag":21,"props":1706,"children":1707},{"href":1502},[1708],{"type":18,"value":1505},{"type":18,"value":219},{"type":13,"tag":42,"props":1711,"children":1713},{"className":1712},[],[1714],{"type":18,"value":1542},{"type":18,"value":1544},{"type":13,"tag":21,"props":1717,"children":1718},{"href":1517},[1719],{"type":18,"value":1520},{"type":18,"value":1550},{"type":13,"tag":42,"props":1722,"children":1724},{"className":1723},[],[1725],{"type":18,"value":1726},"VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_SEGMENT_TYPE_BIT_KHR",{"type":18,"value":1728},",\nthen\n",{"type":13,"tag":21,"props":1730,"children":1731},{"href":422},[1732],{"type":18,"value":425},{"type":18,"value":219},{"type":13,"tag":42,"props":1735,"children":1737},{"className":1736},[],[1738],{"type":18,"value":1366},{"type":13,"tag":1487,"props":1740,"children":1741},{"type":1489},[],{"type":18,"value":1743}," be identical for all elements of ",{"type":13,"tag":42,"props":1745,"children":1747},{"className":1746},[],[1748],{"type":18,"value":398},{"type":13,"tag":1467,"props":1750,"children":1752},{"name":1751},"Valid Usage (Implicit)",[1753,1777,1808,1833],{"type":13,"tag":1472,"props":1754,"children":1756},{"name":1755},"VUID-VkVideoEncodeH265PictureInfoKHR-sType-sType",[1757],{"type":13,"tag":14,"props":1758,"children":1759},{},[1760,1765,1766,1769,1771],{"type":13,"tag":42,"props":1761,"children":1763},{"className":1762},[],[1764],{"type":18,"value":352},{"type":18,"value":1485},{"type":13,"tag":1487,"props":1767,"children":1768},{"type":1489},[],{"type":18,"value":1770}," be ",{"type":13,"tag":42,"props":1772,"children":1774},{"className":1773},[],[1775],{"type":18,"value":1776},"VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_PICTURE_INFO_KHR",{"type":13,"tag":1472,"props":1778,"children":1780},{"name":1779},"VUID-VkVideoEncodeH265PictureInfoKHR-pNaluSliceSegmentEntries-parameter",[1781],{"type":13,"tag":14,"props":1782,"children":1783},{},[1784,1789,1790,1793,1795,1800,1802,1806],{"type":13,"tag":42,"props":1785,"children":1787},{"className":1786},[],[1788],{"type":18,"value":398},{"type":18,"value":1485},{"type":13,"tag":1487,"props":1791,"children":1792},{"type":1489},[],{"type":18,"value":1794}," be a valid pointer to an array of ",{"type":13,"tag":42,"props":1796,"children":1798},{"className":1797},[],[1799],{"type":18,"value":390},{"type":18,"value":1801}," valid ",{"type":13,"tag":21,"props":1803,"children":1804},{"href":422},[1805],{"type":18,"value":425},{"type":18,"value":1807}," structures",{"type":13,"tag":1472,"props":1809,"children":1811},{"name":1810},"VUID-VkVideoEncodeH265PictureInfoKHR-pStdPictureInfo-parameter",[1812],{"type":13,"tag":14,"props":1813,"children":1814},{},[1815,1820,1821,1824,1826,1831],{"type":13,"tag":42,"props":1816,"children":1818},{"className":1817},[],[1819],{"type":18,"value":436},{"type":18,"value":1485},{"type":13,"tag":1487,"props":1822,"children":1823},{"type":1489},[],{"type":18,"value":1825}," be a valid pointer to a valid ",{"type":13,"tag":42,"props":1827,"children":1829},{"className":1828},[],[1830],{"type":18,"value":444},{"type":18,"value":1832}," value",{"type":13,"tag":1472,"props":1834,"children":1836},{"name":1835},"VUID-VkVideoEncodeH265PictureInfoKHR-naluSliceSegmentEntryCount-arraylength",[1837],{"type":13,"tag":14,"props":1838,"children":1839},{},[1840,1845,1846,1849,1851],{"type":13,"tag":42,"props":1841,"children":1843},{"className":1842},[],[1844],{"type":18,"value":390},{"type":18,"value":1485},{"type":13,"tag":1487,"props":1847,"children":1848},{"type":1489},[],{"type":18,"value":1850}," be greater than ",{"type":13,"tag":42,"props":1852,"children":1854},{"className":1853},[],[1855],{"type":18,"value":1856},"0",{"type":13,"tag":1858,"props":1859,"children":1860},"style",{},[1861],{"type":18,"value":1862},"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":70,"depth":70,"links":1864},[],"markdown",1725732593891]