[{"data":1,"prerenderedAt":1298},["ShallowReactive",2],{"U8eRhlnJSX":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":1297,"_id":4},"VkVideoEncodeAV1RateControlLayerInfoKHR","Structure describing AV1 per-layer rate control parameters","VK_KHR_video_encode_av1","structs",[],{"type":10,"children":11,"toc":1295},"root",[12,28,425,624,649,713,730,809,1189,1289],{"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,158],{"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 VkVideoEncodeAV1RateControlLayerInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkBool32 useMinQIndex;\n VkVideoEncodeAV1QIndexKHR minQIndex;\n VkBool32 useMaxQIndex;\n VkVideoEncodeAV1QIndexKHR maxQIndex;\n VkBool32 useMaxFrameSize;\n VkVideoEncodeAV1FrameSizeKHR maxFrameSize;\n} VkVideoEncodeAV1RateControlLayerInfoKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,113,122,131,140,149],{"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}," VkVideoEncodeAV1RateControlLayerInfoKHR {\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],{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," VkBool32 useMinQIndex;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108],{"type":13,"tag":45,"props":109,"children":110},{"style":63},[111],{"type":18,"value":112}," VkVideoEncodeAV1QIndexKHR minQIndex;\n",{"type":13,"tag":45,"props":114,"children":116},{"class":47,"line":115},6,[117],{"type":13,"tag":45,"props":118,"children":119},{"style":63},[120],{"type":18,"value":121}," VkBool32 useMaxQIndex;\n",{"type":13,"tag":45,"props":123,"children":125},{"class":47,"line":124},7,[126],{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130}," VkVideoEncodeAV1QIndexKHR maxQIndex;\n",{"type":13,"tag":45,"props":132,"children":134},{"class":47,"line":133},8,[135],{"type":13,"tag":45,"props":136,"children":137},{"style":63},[138],{"type":18,"value":139}," VkBool32 useMaxFrameSize;\n",{"type":13,"tag":45,"props":141,"children":143},{"class":47,"line":142},9,[144],{"type":13,"tag":45,"props":145,"children":146},{"style":63},[147],{"type":18,"value":148}," VkVideoEncodeAV1FrameSizeKHR maxFrameSize;\n",{"type":13,"tag":45,"props":150,"children":152},{"class":47,"line":151},10,[153],{"type":13,"tag":45,"props":154,"children":155},{"style":63},[156],{"type":18,"value":157},"} VkVideoEncodeAV1RateControlLayerInfoKHR;\n",{"type":13,"tag":33,"props":159,"children":164},{"className":160,"code":161,"filename":162,"language":163,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoEncodeAV1RateControlLayerInfoKHR {\n s_type: vk::StructureType,\n p_next: *const c_void,\n use_min_q_index: vk::Bool32,\n min_q_index: vk::VideoEncodeAV1QIndexKHR,\n use_max_q_index: vk::Bool32,\n max_q_index: vk::VideoEncodeAV1QIndexKHR,\n use_max_frame_size: vk::Bool32,\n max_frame_size: vk::VideoEncodeAV1FrameSizeKHR,\n}\n","Rust","rs",[165],{"type":13,"tag":21,"props":166,"children":167},{"__ignoreMap":39},[168,191,224,246,275,304,332,360,388,417],{"type":13,"tag":45,"props":169,"children":170},{"class":47,"line":48},[171,176,180,186],{"type":13,"tag":45,"props":172,"children":173},{"style":52},[174],{"type":18,"value":175},"pub",{"type":13,"tag":45,"props":177,"children":178},{"style":52},[179],{"type":18,"value":60},{"type":13,"tag":45,"props":181,"children":183},{"style":182},"--shiki-default:#953800;--shiki-dark:#FFA657",[184],{"type":18,"value":185}," VideoEncodeAV1RateControlLayerInfoKHR",{"type":13,"tag":45,"props":187,"children":188},{"style":63},[189],{"type":18,"value":190}," {\n",{"type":13,"tag":45,"props":192,"children":193},{"class":47,"line":69},[194,199,204,209,214,219],{"type":13,"tag":45,"props":195,"children":196},{"style":63},[197],{"type":18,"value":198}," s_type",{"type":13,"tag":45,"props":200,"children":201},{"style":52},[202],{"type":18,"value":203},":",{"type":13,"tag":45,"props":205,"children":206},{"style":182},[207],{"type":18,"value":208}," vk",{"type":13,"tag":45,"props":210,"children":211},{"style":52},[212],{"type":18,"value":213},"::",{"type":13,"tag":45,"props":215,"children":216},{"style":182},[217],{"type":18,"value":218},"StructureType",{"type":13,"tag":45,"props":220,"children":221},{"style":63},[222],{"type":18,"value":223},",\n",{"type":13,"tag":45,"props":225,"children":226},{"class":47,"line":78},[227,232,236,241],{"type":13,"tag":45,"props":228,"children":229},{"style":63},[230],{"type":18,"value":231}," p_next",{"type":13,"tag":45,"props":233,"children":234},{"style":52},[235],{"type":18,"value":203},{"type":13,"tag":45,"props":237,"children":238},{"style":52},[239],{"type":18,"value":240}," *const",{"type":13,"tag":45,"props":242,"children":243},{"style":63},[244],{"type":18,"value":245}," c_void,\n",{"type":13,"tag":45,"props":247,"children":248},{"class":47,"line":97},[249,254,258,262,266,271],{"type":13,"tag":45,"props":250,"children":251},{"style":63},[252],{"type":18,"value":253}," use_min_q_index",{"type":13,"tag":45,"props":255,"children":256},{"style":52},[257],{"type":18,"value":203},{"type":13,"tag":45,"props":259,"children":260},{"style":182},[261],{"type":18,"value":208},{"type":13,"tag":45,"props":263,"children":264},{"style":52},[265],{"type":18,"value":213},{"type":13,"tag":45,"props":267,"children":268},{"style":182},[269],{"type":18,"value":270},"Bool32",{"type":13,"tag":45,"props":272,"children":273},{"style":63},[274],{"type":18,"value":223},{"type":13,"tag":45,"props":276,"children":277},{"class":47,"line":106},[278,283,287,291,295,300],{"type":13,"tag":45,"props":279,"children":280},{"style":63},[281],{"type":18,"value":282}," min_q_index",{"type":13,"tag":45,"props":284,"children":285},{"style":52},[286],{"type":18,"value":203},{"type":13,"tag":45,"props":288,"children":289},{"style":182},[290],{"type":18,"value":208},{"type":13,"tag":45,"props":292,"children":293},{"style":52},[294],{"type":18,"value":213},{"type":13,"tag":45,"props":296,"children":297},{"style":182},[298],{"type":18,"value":299},"VideoEncodeAV1QIndexKHR",{"type":13,"tag":45,"props":301,"children":302},{"style":63},[303],{"type":18,"value":223},{"type":13,"tag":45,"props":305,"children":306},{"class":47,"line":115},[307,312,316,320,324,328],{"type":13,"tag":45,"props":308,"children":309},{"style":63},[310],{"type":18,"value":311}," use_max_q_index",{"type":13,"tag":45,"props":313,"children":314},{"style":52},[315],{"type":18,"value":203},{"type":13,"tag":45,"props":317,"children":318},{"style":182},[319],{"type":18,"value":208},{"type":13,"tag":45,"props":321,"children":322},{"style":52},[323],{"type":18,"value":213},{"type":13,"tag":45,"props":325,"children":326},{"style":182},[327],{"type":18,"value":270},{"type":13,"tag":45,"props":329,"children":330},{"style":63},[331],{"type":18,"value":223},{"type":13,"tag":45,"props":333,"children":334},{"class":47,"line":124},[335,340,344,348,352,356],{"type":13,"tag":45,"props":336,"children":337},{"style":63},[338],{"type":18,"value":339}," max_q_index",{"type":13,"tag":45,"props":341,"children":342},{"style":52},[343],{"type":18,"value":203},{"type":13,"tag":45,"props":345,"children":346},{"style":182},[347],{"type":18,"value":208},{"type":13,"tag":45,"props":349,"children":350},{"style":52},[351],{"type":18,"value":213},{"type":13,"tag":45,"props":353,"children":354},{"style":182},[355],{"type":18,"value":299},{"type":13,"tag":45,"props":357,"children":358},{"style":63},[359],{"type":18,"value":223},{"type":13,"tag":45,"props":361,"children":362},{"class":47,"line":133},[363,368,372,376,380,384],{"type":13,"tag":45,"props":364,"children":365},{"style":63},[366],{"type":18,"value":367}," use_max_frame_size",{"type":13,"tag":45,"props":369,"children":370},{"style":52},[371],{"type":18,"value":203},{"type":13,"tag":45,"props":373,"children":374},{"style":182},[375],{"type":18,"value":208},{"type":13,"tag":45,"props":377,"children":378},{"style":52},[379],{"type":18,"value":213},{"type":13,"tag":45,"props":381,"children":382},{"style":182},[383],{"type":18,"value":270},{"type":13,"tag":45,"props":385,"children":386},{"style":63},[387],{"type":18,"value":223},{"type":13,"tag":45,"props":389,"children":390},{"class":47,"line":142},[391,396,400,404,408,413],{"type":13,"tag":45,"props":392,"children":393},{"style":63},[394],{"type":18,"value":395}," max_frame_size",{"type":13,"tag":45,"props":397,"children":398},{"style":52},[399],{"type":18,"value":203},{"type":13,"tag":45,"props":401,"children":402},{"style":182},[403],{"type":18,"value":208},{"type":13,"tag":45,"props":405,"children":406},{"style":52},[407],{"type":18,"value":213},{"type":13,"tag":45,"props":409,"children":410},{"style":182},[411],{"type":18,"value":412},"VideoEncodeAV1FrameSizeKHR",{"type":13,"tag":45,"props":414,"children":415},{"style":63},[416],{"type":18,"value":223},{"type":13,"tag":45,"props":418,"children":419},{"class":47,"line":151},[420],{"type":13,"tag":45,"props":421,"children":422},{"style":63},[423],{"type":18,"value":424},"}\n",{"type":13,"tag":426,"props":427,"children":428},"ul",{},[429,450,469,488,520,538,565,596],{"type":13,"tag":430,"props":431,"children":432},"li",{},[433,439,441,448],{"type":13,"tag":21,"props":434,"children":436},{"className":435},[],[437],{"type":18,"value":438},"sType",{"type":18,"value":440}," is a ",{"type":13,"tag":442,"props":443,"children":445},"a",{"href":444},"/man/VkStructureType",[446],{"type":18,"value":447},"VkStructureType",{"type":18,"value":449}," value identifying this structure.",{"type":13,"tag":430,"props":451,"children":452},{},[453,459,461,467],{"type":13,"tag":21,"props":454,"children":456},{"className":455},[],[457],{"type":18,"value":458},"pNext",{"type":18,"value":460}," is ",{"type":13,"tag":21,"props":462,"children":464},{"className":463},[],[465],{"type":18,"value":466},"NULL",{"type":18,"value":468}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":430,"props":470,"children":471},{},[472,478,480,486],{"type":13,"tag":21,"props":473,"children":475},{"className":474},[],[476],{"type":18,"value":477},"useMinQIndex",{"type":18,"value":479}," indicates whether the quantizer index values\ndetermined by rate control will be clamped to the lower bounds on the\nquantizer index values specified in ",{"type":13,"tag":21,"props":481,"children":483},{"className":482},[],[484],{"type":18,"value":485},"minQIndex",{"type":18,"value":487},".",{"type":13,"tag":430,"props":489,"children":490},{},[491,496,498,504,506,511,513,519],{"type":13,"tag":21,"props":492,"children":494},{"className":493},[],[495],{"type":18,"value":485},{"type":18,"value":497}," specifies the lower bounds on the quantizer index\nvalues, for each ",{"type":13,"tag":442,"props":499,"children":501},{"href":500},"/chapters/video-coding#encode-av1-rate-control-group",[502],{"type":18,"value":503},"rate control group",{"type":18,"value":505},",\nthat the implementation’s rate control algorithm will use when\n",{"type":13,"tag":21,"props":507,"children":509},{"className":508},[],[510],{"type":18,"value":477},{"type":18,"value":512}," is set to ",{"type":13,"tag":21,"props":514,"children":516},{"className":515},[],[517],{"type":18,"value":518},"VK_TRUE",{"type":18,"value":487},{"type":13,"tag":430,"props":521,"children":522},{},[523,529,531,537],{"type":13,"tag":21,"props":524,"children":526},{"className":525},[],[527],{"type":18,"value":528},"useMaxQIndex",{"type":18,"value":530}," indicates whether the quantizer index values\ndetermined by rate control will be clamped to the upper bounds on the\nquantizer index values specified in ",{"type":13,"tag":21,"props":532,"children":534},{"className":533},[],[535],{"type":18,"value":536},"maxQIndex",{"type":18,"value":487},{"type":13,"tag":430,"props":539,"children":540},{},[541,546,548,552,553,558,559,564],{"type":13,"tag":21,"props":542,"children":544},{"className":543},[],[545],{"type":18,"value":536},{"type":18,"value":547}," specifies the upper bounds on the quantizer index\nvalues, for each ",{"type":13,"tag":442,"props":549,"children":550},{"href":500},[551],{"type":18,"value":503},{"type":18,"value":505},{"type":13,"tag":21,"props":554,"children":556},{"className":555},[],[557],{"type":18,"value":528},{"type":18,"value":512},{"type":13,"tag":21,"props":560,"children":562},{"className":561},[],[563],{"type":18,"value":518},{"type":18,"value":487},{"type":13,"tag":430,"props":566,"children":567},{},[568,574,576,581,583,589,591,595],{"type":13,"tag":21,"props":569,"children":571},{"className":570},[],[572],{"type":18,"value":573},"useMaxFrameSize",{"type":18,"value":575}," indicates whether the implementation’s rate\ncontrol algorithm ",{"type":13,"tag":577,"props":578,"children":580},"normative",{"type":579},"should",[],{"type":18,"value":582}," use the values specified in ",{"type":13,"tag":21,"props":584,"children":586},{"className":585},[],[587],{"type":18,"value":588},"maxFrameSize",{"type":18,"value":590},"\nas the upper bounds on the encoded frame size for each\n",{"type":13,"tag":442,"props":592,"children":593},{"href":500},[594],{"type":18,"value":503},{"type":18,"value":487},{"type":13,"tag":430,"props":597,"children":598},{},[599,604,606,610,612,617,618,623],{"type":13,"tag":21,"props":600,"children":602},{"className":601},[],[603],{"type":18,"value":588},{"type":18,"value":605}," specifies the upper bounds on the encoded frame size,\nfor each ",{"type":13,"tag":442,"props":607,"children":608},{"href":500},[609],{"type":18,"value":503},{"type":18,"value":611},", when\n",{"type":13,"tag":21,"props":613,"children":615},{"className":614},[],[616],{"type":18,"value":573},{"type":18,"value":512},{"type":13,"tag":21,"props":619,"children":621},{"className":620},[],[622],{"type":18,"value":518},{"type":18,"value":487},{"type":13,"tag":14,"props":625,"children":626},{},[627,629,634,636,641,643,647],{"type":18,"value":628},"When used, the values in ",{"type":13,"tag":21,"props":630,"children":632},{"className":631},[],[633],{"type":18,"value":485},{"type":18,"value":635}," and ",{"type":13,"tag":21,"props":637,"children":639},{"className":638},[],[640],{"type":18,"value":536},{"type":18,"value":642}," guarantee that\nthe effective quantizer index values used by the implementation will respect\nthose lower and upper bounds, respectively.\nHowever, limiting the range of quantizer index values that the\nimplementation is able to use will also limit the capabilities of the\nimplementation’s rate control algorithm to comply to other constraints.\nIn particular, the implementation ",{"type":13,"tag":577,"props":644,"children":646},{"type":645},"may",[],{"type":18,"value":648}," not be able to comply to the\nfollowing:",{"type":13,"tag":426,"props":650,"children":651},{},[652,689],{"type":13,"tag":430,"props":653,"children":654},{},[655,657,663,665,671,673,679,681,687],{"type":18,"value":656},"The average and/or peak ",{"type":13,"tag":442,"props":658,"children":660},{"href":659},"/chapters/video-coding#encode-bitrate",[661],{"type":18,"value":662},"bitrate",{"type":18,"value":664}," values to be used for\nthe encoded bitstream specified in the ",{"type":13,"tag":21,"props":666,"children":668},{"className":667},[],[669],{"type":18,"value":670},"averageBitrate",{"type":18,"value":672}," and\n",{"type":13,"tag":21,"props":674,"children":676},{"className":675},[],[677],{"type":18,"value":678},"maxBitrate",{"type":18,"value":680}," members of the\n",{"type":13,"tag":442,"props":682,"children":684},{"href":683},"/man/VkVideoEncodeRateControlLayerInfoKHR",[685],{"type":18,"value":686},"VkVideoEncodeRateControlLayerInfoKHR",{"type":18,"value":688}," structure.",{"type":13,"tag":430,"props":690,"children":691},{},[692,694,698,700,705,707,712],{"type":18,"value":693},"The upper bounds on the encoded frame size, for each\n",{"type":13,"tag":442,"props":695,"children":696},{"href":500},[697],{"type":18,"value":503},{"type":18,"value":699},", specified in the\n",{"type":13,"tag":21,"props":701,"children":703},{"className":702},[],[704],{"type":18,"value":588},{"type":18,"value":706}," member of\n",{"type":13,"tag":21,"props":708,"children":710},{"className":709},[],[711],{"type":18,"value":4},{"type":18,"value":487},{"type":13,"tag":714,"props":715,"children":716},"note",{},[717],{"type":13,"tag":14,"props":718,"children":719},{},[720,722,728],{"type":18,"value":721},"In general, applications need to configure rate control parameters\nappropriately in order to be able to get the desired rate control behavior,\nas described in the ",{"type":13,"tag":442,"props":723,"children":725},{"href":724},"/chapters/video-coding#encode-rate-control",[726],{"type":18,"value":727},"Video Encode Rate Control",{"type":18,"value":729},"\nsection.",{"type":13,"tag":14,"props":731,"children":732},{},[733,735,740,742,746,748,754,756,762,764,770,772,778,779,785,787,793,795,801,803,808],{"type":18,"value":734},"When an instance of this structure is included in the ",{"type":13,"tag":21,"props":736,"children":738},{"className":737},[],[739],{"type":18,"value":458},{"type":18,"value":741}," chain of a\n",{"type":13,"tag":442,"props":743,"children":744},{"href":683},[745],{"type":18,"value":686},{"type":18,"value":747}," structure specified in one of the\nelements of the ",{"type":13,"tag":21,"props":749,"children":751},{"className":750},[],[752],{"type":18,"value":753},"pLayers",{"type":18,"value":755}," array member of the\n",{"type":13,"tag":442,"props":757,"children":759},{"href":758},"/man/VkVideoEncodeRateControlInfoKHR",[760],{"type":18,"value":761},"VkVideoEncodeRateControlInfoKHR",{"type":18,"value":763}," structure passed to the\n",{"type":13,"tag":442,"props":765,"children":767},{"href":766},"/man/vkCmdControlVideoCodingKHR",[768],{"type":18,"value":769},"vkCmdControlVideoCodingKHR",{"type":18,"value":771}," command,\n",{"type":13,"tag":442,"props":773,"children":775},{"href":774},"/man/VkVideoCodingControlInfoKHR",[776],{"type":18,"value":777},"VkVideoCodingControlInfoKHR",{"type":18,"value":213},{"type":13,"tag":21,"props":780,"children":782},{"className":781},[],[783],{"type":18,"value":784},"flags",{"type":18,"value":786}," includes\n",{"type":13,"tag":21,"props":788,"children":790},{"className":789},[],[791],{"type":18,"value":792},"VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_BIT_KHR",{"type":18,"value":794},", and the bound\nvideo session was created with the video codec operation\n",{"type":13,"tag":21,"props":796,"children":798},{"className":797},[],[799],{"type":18,"value":800},"VK_VIDEO_CODEC_OPERATION_ENCODE_AV1_BIT_KHR",{"type":18,"value":802},", it specifies the\nAV1-specific rate control parameters of the rate control layer corresponding\nto that element of ",{"type":13,"tag":21,"props":804,"children":806},{"className":805},[],[807],{"type":18,"value":753},{"type":18,"value":487},{"type":13,"tag":810,"props":811,"children":813},"validity-group",{"name":812},"Valid Usage",[814,906,983,1058,1128],{"type":13,"tag":815,"props":816,"children":818},"validity-field",{"name":817},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-useMinQIndex-10300",[819],{"type":13,"tag":14,"props":820,"children":821},{},[822,824,829,830,835,837,843,844,850,852,858,860,865,867,871,873,879,880,885,886,890,891,896,898,904],{"type":18,"value":823},"If ",{"type":13,"tag":21,"props":825,"children":827},{"className":826},[],[828],{"type":18,"value":477},{"type":18,"value":460},{"type":13,"tag":21,"props":831,"children":833},{"className":832},[],[834],{"type":18,"value":518},{"type":18,"value":836},", then the ",{"type":13,"tag":21,"props":838,"children":840},{"className":839},[],[841],{"type":18,"value":842},"intraQIndex",{"type":18,"value":223},{"type":13,"tag":21,"props":845,"children":847},{"className":846},[],[848],{"type":18,"value":849},"predictiveQIndex",{"type":18,"value":851},", and ",{"type":13,"tag":21,"props":853,"children":855},{"className":854},[],[856],{"type":18,"value":857},"bipredictiveQIndex",{"type":18,"value":859}," members of\n",{"type":13,"tag":21,"props":861,"children":863},{"className":862},[],[864],{"type":18,"value":485},{"type":18,"value":866}," ",{"type":13,"tag":577,"props":868,"children":870},{"type":869},"must",[],{"type":18,"value":872}," all be between\n",{"type":13,"tag":442,"props":874,"children":876},{"href":875},"/man/VkVideoEncodeAV1CapabilitiesKHR",[877],{"type":18,"value":878},"VkVideoEncodeAV1CapabilitiesKHR",{"type":18,"value":213},{"type":13,"tag":21,"props":881,"children":883},{"className":882},[],[884],{"type":18,"value":485},{"type":18,"value":672},{"type":13,"tag":442,"props":887,"children":888},{"href":875},[889],{"type":18,"value":878},{"type":18,"value":213},{"type":13,"tag":21,"props":892,"children":894},{"className":893},[],[895],{"type":18,"value":536},{"type":18,"value":897},", as returned by\n",{"type":13,"tag":442,"props":899,"children":901},{"href":900},"/man/vkGetPhysicalDeviceVideoCapabilitiesKHR",[902],{"type":18,"value":903},"vkGetPhysicalDeviceVideoCapabilitiesKHR",{"type":18,"value":905}," for the used video profile",{"type":13,"tag":815,"props":907,"children":909},{"name":908},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-useMinQIndex-10301",[910],{"type":13,"tag":14,"props":911,"children":912},{},[913,914,919,920,925,926,930,931,936,937,941,943,949,951,956,958,963,965,970,972,977,978,981],{"type":18,"value":823},{"type":13,"tag":21,"props":915,"children":917},{"className":916},[],[918],{"type":18,"value":477},{"type":18,"value":460},{"type":13,"tag":21,"props":921,"children":923},{"className":922},[],[924],{"type":18,"value":518},{"type":18,"value":672},{"type":13,"tag":442,"props":927,"children":928},{"href":875},[929],{"type":18,"value":878},{"type":18,"value":213},{"type":13,"tag":21,"props":932,"children":934},{"className":933},[],[935],{"type":18,"value":784},{"type":18,"value":897},{"type":13,"tag":442,"props":938,"children":939},{"href":900},[940],{"type":18,"value":903},{"type":18,"value":942}," for the used video\nprofile, does not include\n",{"type":13,"tag":21,"props":944,"children":946},{"className":945},[],[947],{"type":18,"value":948},"VK_VIDEO_ENCODE_AV1_CAPABILITY_PER_RATE_CONTROL_GROUP_MIN_MAX_Q_INDEX_BIT_KHR",{"type":18,"value":950},",\nthen the ",{"type":13,"tag":21,"props":952,"children":954},{"className":953},[],[955],{"type":18,"value":842},{"type":18,"value":957},", ",{"type":13,"tag":21,"props":959,"children":961},{"className":960},[],[962],{"type":18,"value":849},{"type":18,"value":964},", and\n",{"type":13,"tag":21,"props":966,"children":968},{"className":967},[],[969],{"type":18,"value":857},{"type":18,"value":971}," members of ",{"type":13,"tag":21,"props":973,"children":975},{"className":974},[],[976],{"type":18,"value":485},{"type":18,"value":866},{"type":13,"tag":577,"props":979,"children":980},{"type":869},[],{"type":18,"value":982}," all specify\nthe same value",{"type":13,"tag":815,"props":984,"children":986},{"name":985},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-useMaxQIndex-10302",[987],{"type":13,"tag":14,"props":988,"children":989},{},[990,991,996,997,1002,1003,1008,1009,1014,1015,1020,1021,1026,1027,1030,1031,1035,1036,1041,1042,1046,1047,1052,1053,1057],{"type":18,"value":823},{"type":13,"tag":21,"props":992,"children":994},{"className":993},[],[995],{"type":18,"value":528},{"type":18,"value":460},{"type":13,"tag":21,"props":998,"children":1000},{"className":999},[],[1001],{"type":18,"value":518},{"type":18,"value":836},{"type":13,"tag":21,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":18,"value":842},{"type":18,"value":223},{"type":13,"tag":21,"props":1010,"children":1012},{"className":1011},[],[1013],{"type":18,"value":849},{"type":18,"value":851},{"type":13,"tag":21,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":18,"value":857},{"type":18,"value":859},{"type":13,"tag":21,"props":1022,"children":1024},{"className":1023},[],[1025],{"type":18,"value":536},{"type":18,"value":866},{"type":13,"tag":577,"props":1028,"children":1029},{"type":869},[],{"type":18,"value":872},{"type":13,"tag":442,"props":1032,"children":1033},{"href":875},[1034],{"type":18,"value":878},{"type":18,"value":213},{"type":13,"tag":21,"props":1037,"children":1039},{"className":1038},[],[1040],{"type":18,"value":485},{"type":18,"value":672},{"type":13,"tag":442,"props":1043,"children":1044},{"href":875},[1045],{"type":18,"value":878},{"type":18,"value":213},{"type":13,"tag":21,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":18,"value":536},{"type":18,"value":897},{"type":13,"tag":442,"props":1054,"children":1055},{"href":900},[1056],{"type":18,"value":903},{"type":18,"value":905},{"type":13,"tag":815,"props":1059,"children":1061},{"name":1060},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-useMaxQIndex-10303",[1062],{"type":13,"tag":14,"props":1063,"children":1064},{},[1065,1066,1071,1072,1077,1078,1082,1083,1088,1089,1093,1094,1099,1100,1105,1106,1111,1112,1117,1118,1123,1124,1127],{"type":18,"value":823},{"type":13,"tag":21,"props":1067,"children":1069},{"className":1068},[],[1070],{"type":18,"value":528},{"type":18,"value":460},{"type":13,"tag":21,"props":1073,"children":1075},{"className":1074},[],[1076],{"type":18,"value":518},{"type":18,"value":672},{"type":13,"tag":442,"props":1079,"children":1080},{"href":875},[1081],{"type":18,"value":878},{"type":18,"value":213},{"type":13,"tag":21,"props":1084,"children":1086},{"className":1085},[],[1087],{"type":18,"value":784},{"type":18,"value":897},{"type":13,"tag":442,"props":1090,"children":1091},{"href":900},[1092],{"type":18,"value":903},{"type":18,"value":942},{"type":13,"tag":21,"props":1095,"children":1097},{"className":1096},[],[1098],{"type":18,"value":948},{"type":18,"value":950},{"type":13,"tag":21,"props":1101,"children":1103},{"className":1102},[],[1104],{"type":18,"value":842},{"type":18,"value":957},{"type":13,"tag":21,"props":1107,"children":1109},{"className":1108},[],[1110],{"type":18,"value":849},{"type":18,"value":964},{"type":13,"tag":21,"props":1113,"children":1115},{"className":1114},[],[1116],{"type":18,"value":857},{"type":18,"value":971},{"type":13,"tag":21,"props":1119,"children":1121},{"className":1120},[],[1122],{"type":18,"value":536},{"type":18,"value":866},{"type":13,"tag":577,"props":1125,"children":1126},{"type":869},[],{"type":18,"value":982},{"type":13,"tag":815,"props":1129,"children":1131},{"name":1130},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-useMinQIndex-10304",[1132],{"type":13,"tag":14,"props":1133,"children":1134},{},[1135,1136,1141,1142,1147,1149,1154,1155,1160,1161,1166,1167,1172,1173,1178,1179,1182,1184],{"type":18,"value":823},{"type":13,"tag":21,"props":1137,"children":1139},{"className":1138},[],[1140],{"type":18,"value":477},{"type":18,"value":635},{"type":13,"tag":21,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":18,"value":528},{"type":18,"value":1148}," are both ",{"type":13,"tag":21,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":18,"value":518},{"type":18,"value":950},{"type":13,"tag":21,"props":1156,"children":1158},{"className":1157},[],[1159],{"type":18,"value":842},{"type":18,"value":957},{"type":13,"tag":21,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":18,"value":849},{"type":18,"value":964},{"type":13,"tag":21,"props":1168,"children":1170},{"className":1169},[],[1171],{"type":18,"value":857},{"type":18,"value":971},{"type":13,"tag":21,"props":1174,"children":1176},{"className":1175},[],[1177],{"type":18,"value":485},{"type":18,"value":866},{"type":13,"tag":577,"props":1180,"children":1181},{"type":869},[],{"type":18,"value":1183}," all be less\nthan or equal to the respective members of ",{"type":13,"tag":21,"props":1185,"children":1187},{"className":1186},[],[1188],{"type":18,"value":536},{"type":13,"tag":810,"props":1190,"children":1192},{"name":1191},"Valid Usage (Implicit)",[1193,1217,1243,1265],{"type":13,"tag":815,"props":1194,"children":1196},{"name":1195},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-sType-sType",[1197],{"type":13,"tag":14,"props":1198,"children":1199},{},[1200,1205,1206,1209,1211],{"type":13,"tag":21,"props":1201,"children":1203},{"className":1202},[],[1204],{"type":18,"value":438},{"type":18,"value":866},{"type":13,"tag":577,"props":1207,"children":1208},{"type":869},[],{"type":18,"value":1210}," be ",{"type":13,"tag":21,"props":1212,"children":1214},{"className":1213},[],[1215],{"type":18,"value":1216},"VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_RATE_CONTROL_LAYER_INFO_KHR",{"type":13,"tag":815,"props":1218,"children":1220},{"name":1219},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-minQIndex-parameter",[1221],{"type":13,"tag":14,"props":1222,"children":1223},{},[1224,1229,1230,1233,1235,1241],{"type":13,"tag":21,"props":1225,"children":1227},{"className":1226},[],[1228],{"type":18,"value":485},{"type":18,"value":866},{"type":13,"tag":577,"props":1231,"children":1232},{"type":869},[],{"type":18,"value":1234}," be a valid ",{"type":13,"tag":442,"props":1236,"children":1238},{"href":1237},"/man/VkVideoEncodeAV1QIndexKHR",[1239],{"type":18,"value":1240},"VkVideoEncodeAV1QIndexKHR",{"type":18,"value":1242}," structure",{"type":13,"tag":815,"props":1244,"children":1246},{"name":1245},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-maxQIndex-parameter",[1247],{"type":13,"tag":14,"props":1248,"children":1249},{},[1250,1255,1256,1259,1260,1264],{"type":13,"tag":21,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":18,"value":536},{"type":18,"value":866},{"type":13,"tag":577,"props":1257,"children":1258},{"type":869},[],{"type":18,"value":1234},{"type":13,"tag":442,"props":1261,"children":1262},{"href":1237},[1263],{"type":18,"value":1240},{"type":18,"value":1242},{"type":13,"tag":815,"props":1266,"children":1268},{"name":1267},"VUID-VkVideoEncodeAV1RateControlLayerInfoKHR-maxFrameSize-parameter",[1269],{"type":13,"tag":14,"props":1270,"children":1271},{},[1272,1277,1278,1281,1282,1288],{"type":13,"tag":21,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":18,"value":588},{"type":18,"value":866},{"type":13,"tag":577,"props":1279,"children":1280},{"type":869},[],{"type":18,"value":1234},{"type":13,"tag":442,"props":1283,"children":1285},{"href":1284},"/man/VkVideoEncodeAV1FrameSizeKHR",[1286],{"type":18,"value":1287},"VkVideoEncodeAV1FrameSizeKHR",{"type":18,"value":1242},{"type":13,"tag":1290,"props":1291,"children":1292},"style",{},[1293],{"type":18,"value":1294},"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":1296},[],"markdown",1744876577254]