[{"data":1,"prerenderedAt":828},["ShallowReactive",2],{"dGMNjz7Kpy":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":827,"_id":4},"VkVideoEncodeAV1PredictionModeKHR","AV1 encode prediction mode","VK_KHR_video_encode_av1","enums",[],{"type":10,"children":11,"toc":825},"root",[12,20,380,769,786,819],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17],{"type":18,"value":19},"text","Possible AV1 encode prediction modes are as follows:",{"type":13,"tag":21,"props":22,"children":23},"code-group",{},[24,160],{"type":13,"tag":25,"props":26,"children":32},"pre",{"className":27,"code":28,"filename":29,"language":30,"meta":31,"style":31},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkVideoEncodeAV1PredictionModeKHR {\n VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_INTRA_ONLY_KHR = 0,\n VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_SINGLE_REFERENCE_KHR = 1,\n VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_UNIDIRECTIONAL_COMPOUND_KHR = 2,\n VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_BIDIRECTIONAL_COMPOUND_KHR = 3,\n} VkVideoEncodeAV1PredictionModeKHR;\n","C","c","",[33],{"type":13,"tag":34,"props":35,"children":36},"code",{"__ignoreMap":31},[37,60,85,107,129,151],{"type":13,"tag":38,"props":39,"children":42},"span",{"class":40,"line":41},"line",1,[43,49,54],{"type":13,"tag":38,"props":44,"children":46},{"style":45},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[47],{"type":18,"value":48},"typedef",{"type":13,"tag":38,"props":50,"children":51},{"style":45},[52],{"type":18,"value":53}," enum",{"type":13,"tag":38,"props":55,"children":57},{"style":56},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[58],{"type":18,"value":59}," VkVideoEncodeAV1PredictionModeKHR {\n",{"type":13,"tag":38,"props":61,"children":63},{"class":40,"line":62},2,[64,69,74,80],{"type":13,"tag":38,"props":65,"children":66},{"style":56},[67],{"type":18,"value":68}," VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_INTRA_ONLY_KHR ",{"type":13,"tag":38,"props":70,"children":71},{"style":45},[72],{"type":18,"value":73},"=",{"type":13,"tag":38,"props":75,"children":77},{"style":76},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[78],{"type":18,"value":79}," 0",{"type":13,"tag":38,"props":81,"children":82},{"style":56},[83],{"type":18,"value":84},",\n",{"type":13,"tag":38,"props":86,"children":88},{"class":40,"line":87},3,[89,94,98,103],{"type":13,"tag":38,"props":90,"children":91},{"style":56},[92],{"type":18,"value":93}," VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_SINGLE_REFERENCE_KHR ",{"type":13,"tag":38,"props":95,"children":96},{"style":45},[97],{"type":18,"value":73},{"type":13,"tag":38,"props":99,"children":100},{"style":76},[101],{"type":18,"value":102}," 1",{"type":13,"tag":38,"props":104,"children":105},{"style":56},[106],{"type":18,"value":84},{"type":13,"tag":38,"props":108,"children":110},{"class":40,"line":109},4,[111,116,120,125],{"type":13,"tag":38,"props":112,"children":113},{"style":56},[114],{"type":18,"value":115}," VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_UNIDIRECTIONAL_COMPOUND_KHR ",{"type":13,"tag":38,"props":117,"children":118},{"style":45},[119],{"type":18,"value":73},{"type":13,"tag":38,"props":121,"children":122},{"style":76},[123],{"type":18,"value":124}," 2",{"type":13,"tag":38,"props":126,"children":127},{"style":56},[128],{"type":18,"value":84},{"type":13,"tag":38,"props":130,"children":132},{"class":40,"line":131},5,[133,138,142,147],{"type":13,"tag":38,"props":134,"children":135},{"style":56},[136],{"type":18,"value":137}," VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_BIDIRECTIONAL_COMPOUND_KHR ",{"type":13,"tag":38,"props":139,"children":140},{"style":45},[141],{"type":18,"value":73},{"type":13,"tag":38,"props":143,"children":144},{"style":76},[145],{"type":18,"value":146}," 3",{"type":13,"tag":38,"props":148,"children":149},{"style":56},[150],{"type":18,"value":84},{"type":13,"tag":38,"props":152,"children":154},{"class":40,"line":153},6,[155],{"type":13,"tag":38,"props":156,"children":157},{"style":56},[158],{"type":18,"value":159},"} VkVideoEncodeAV1PredictionModeKHR;\n",{"type":13,"tag":25,"props":161,"children":166},{"className":162,"code":163,"filename":164,"language":165,"meta":31,"style":31},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoEncodeAV1PredictionModeKHR(u32);\nimpl VideoEncodeAV1PredictionModeKHR {\n pub const INTRA_ONLY: Self = 0;\n pub const SINGLE_REFERENCE: Self = 1;\n pub const UNIDIRECTIONAL_COMPOUND: Self = 2;\n pub const BIDIRECTIONAL_COMPOUND: Self = 3;\n}\n","Rust","rs",[167],{"type":13,"tag":34,"props":168,"children":169},{"__ignoreMap":31},[170,204,221,263,299,335,371],{"type":13,"tag":38,"props":171,"children":172},{"class":40,"line":41},[173,178,183,189,194,199],{"type":13,"tag":38,"props":174,"children":175},{"style":45},[176],{"type":18,"value":177},"pub",{"type":13,"tag":38,"props":179,"children":180},{"style":45},[181],{"type":18,"value":182}," struct",{"type":13,"tag":38,"props":184,"children":186},{"style":185},"--shiki-default:#953800;--shiki-dark:#FFA657",[187],{"type":18,"value":188}," VideoEncodeAV1PredictionModeKHR",{"type":13,"tag":38,"props":190,"children":191},{"style":56},[192],{"type":18,"value":193},"(",{"type":13,"tag":38,"props":195,"children":196},{"style":185},[197],{"type":18,"value":198},"u32",{"type":13,"tag":38,"props":200,"children":201},{"style":56},[202],{"type":18,"value":203},");\n",{"type":13,"tag":38,"props":205,"children":206},{"class":40,"line":62},[207,212,216],{"type":13,"tag":38,"props":208,"children":209},{"style":45},[210],{"type":18,"value":211},"impl",{"type":13,"tag":38,"props":213,"children":214},{"style":185},[215],{"type":18,"value":188},{"type":13,"tag":38,"props":217,"children":218},{"style":56},[219],{"type":18,"value":220}," {\n",{"type":13,"tag":38,"props":222,"children":223},{"class":40,"line":87},[224,229,234,239,244,249,254,258],{"type":13,"tag":38,"props":225,"children":226},{"style":45},[227],{"type":18,"value":228}," pub",{"type":13,"tag":38,"props":230,"children":231},{"style":45},[232],{"type":18,"value":233}," const",{"type":13,"tag":38,"props":235,"children":236},{"style":76},[237],{"type":18,"value":238}," INTRA_ONLY",{"type":13,"tag":38,"props":240,"children":241},{"style":45},[242],{"type":18,"value":243},":",{"type":13,"tag":38,"props":245,"children":246},{"style":76},[247],{"type":18,"value":248}," Self",{"type":13,"tag":38,"props":250,"children":251},{"style":45},[252],{"type":18,"value":253}," =",{"type":13,"tag":38,"props":255,"children":256},{"style":76},[257],{"type":18,"value":79},{"type":13,"tag":38,"props":259,"children":260},{"style":56},[261],{"type":18,"value":262},";\n",{"type":13,"tag":38,"props":264,"children":265},{"class":40,"line":109},[266,270,274,279,283,287,291,295],{"type":13,"tag":38,"props":267,"children":268},{"style":45},[269],{"type":18,"value":228},{"type":13,"tag":38,"props":271,"children":272},{"style":45},[273],{"type":18,"value":233},{"type":13,"tag":38,"props":275,"children":276},{"style":76},[277],{"type":18,"value":278}," SINGLE_REFERENCE",{"type":13,"tag":38,"props":280,"children":281},{"style":45},[282],{"type":18,"value":243},{"type":13,"tag":38,"props":284,"children":285},{"style":76},[286],{"type":18,"value":248},{"type":13,"tag":38,"props":288,"children":289},{"style":45},[290],{"type":18,"value":253},{"type":13,"tag":38,"props":292,"children":293},{"style":76},[294],{"type":18,"value":102},{"type":13,"tag":38,"props":296,"children":297},{"style":56},[298],{"type":18,"value":262},{"type":13,"tag":38,"props":300,"children":301},{"class":40,"line":131},[302,306,310,315,319,323,327,331],{"type":13,"tag":38,"props":303,"children":304},{"style":45},[305],{"type":18,"value":228},{"type":13,"tag":38,"props":307,"children":308},{"style":45},[309],{"type":18,"value":233},{"type":13,"tag":38,"props":311,"children":312},{"style":76},[313],{"type":18,"value":314}," UNIDIRECTIONAL_COMPOUND",{"type":13,"tag":38,"props":316,"children":317},{"style":45},[318],{"type":18,"value":243},{"type":13,"tag":38,"props":320,"children":321},{"style":76},[322],{"type":18,"value":248},{"type":13,"tag":38,"props":324,"children":325},{"style":45},[326],{"type":18,"value":253},{"type":13,"tag":38,"props":328,"children":329},{"style":76},[330],{"type":18,"value":124},{"type":13,"tag":38,"props":332,"children":333},{"style":56},[334],{"type":18,"value":262},{"type":13,"tag":38,"props":336,"children":337},{"class":40,"line":153},[338,342,346,351,355,359,363,367],{"type":13,"tag":38,"props":339,"children":340},{"style":45},[341],{"type":18,"value":228},{"type":13,"tag":38,"props":343,"children":344},{"style":45},[345],{"type":18,"value":233},{"type":13,"tag":38,"props":347,"children":348},{"style":76},[349],{"type":18,"value":350}," BIDIRECTIONAL_COMPOUND",{"type":13,"tag":38,"props":352,"children":353},{"style":45},[354],{"type":18,"value":243},{"type":13,"tag":38,"props":356,"children":357},{"style":76},[358],{"type":18,"value":248},{"type":13,"tag":38,"props":360,"children":361},{"style":45},[362],{"type":18,"value":253},{"type":13,"tag":38,"props":364,"children":365},{"style":76},[366],{"type":18,"value":146},{"type":13,"tag":38,"props":368,"children":369},{"style":56},[370],{"type":18,"value":262},{"type":13,"tag":38,"props":372,"children":374},{"class":40,"line":373},7,[375],{"type":13,"tag":38,"props":376,"children":377},{"style":56},[378],{"type":18,"value":379},"}\n",{"type":13,"tag":381,"props":382,"children":383},"ul",{},[384,420,515,684],{"type":13,"tag":385,"props":386,"children":387},"li",{},[388,394,396,402,404,410,412,418],{"type":13,"tag":34,"props":389,"children":391},{"className":390},[],[392],{"type":18,"value":393},"VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_INTRA_ONLY_KHR",{"type":18,"value":395}," specifies the\nuse of ",{"type":13,"tag":397,"props":398,"children":399},"em",{},[400],{"type":18,"value":401},"intra-only prediction mode",{"type":18,"value":403},", used when encoding AV1 frames of\ntype ",{"type":13,"tag":34,"props":405,"children":407},{"className":406},[],[408],{"type":18,"value":409},"STD_VIDEO_AV1_FRAME_TYPE_KEY",{"type":18,"value":411}," or\n",{"type":13,"tag":34,"props":413,"children":415},{"className":414},[],[416],{"type":18,"value":417},"STD_VIDEO_AV1_FRAME_TYPE_INTRA_ONLY",{"type":18,"value":419},".",{"type":13,"tag":385,"props":421,"children":422},{},[423,429,431,436,438,444,445,451,453,459,461,468,470,475,477,483,485,491,493,499,501,507,508,514],{"type":13,"tag":34,"props":424,"children":426},{"className":425},[],[427],{"type":18,"value":428},"VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_SINGLE_REFERENCE_KHR",{"type":18,"value":430}," specifies\nthe use of ",{"type":13,"tag":397,"props":432,"children":433},{},[434],{"type":18,"value":435},"single reference prediction mode",{"type":18,"value":437},", used when encoding AV1\nframes of type ",{"type":13,"tag":34,"props":439,"children":441},{"className":440},[],[442],{"type":18,"value":443},"STD_VIDEO_AV1_FRAME_TYPE_INTER",{"type":18,"value":411},{"type":13,"tag":34,"props":446,"children":448},{"className":447},[],[449],{"type":18,"value":450},"STD_VIDEO_AV1_FRAME_TYPE_SWITCH",{"type":18,"value":452}," with ",{"type":13,"tag":34,"props":454,"children":456},{"className":455},[],[457],{"type":18,"value":458},"reference_select",{"type":18,"value":460},", as\ndefined in section 6.8.23 of the ",{"type":13,"tag":462,"props":463,"children":465},"a",{"href":464},"/chapters/introduction#aomedia-av1",[466],{"type":18,"value":467},"AV1 Specification",{"type":18,"value":469},",\nequal to 0.\nWhen using this prediction mode, the application ",{"type":13,"tag":471,"props":472,"children":474},"normative",{"type":473},"must",[],{"type":18,"value":476}," specify a\nreference picture for at least one ",{"type":13,"tag":462,"props":478,"children":480},{"href":479},"/chapters/video-coding#encode-av1-reference-names",[481],{"type":18,"value":482},"AV1\nreference name",{"type":18,"value":484}," in\n",{"type":13,"tag":462,"props":486,"children":488},{"href":487},"/man/VkVideoEncodeAV1PictureInfoKHR",[489],{"type":18,"value":490},"VkVideoEncodeAV1PictureInfoKHR",{"type":18,"value":492},"::",{"type":13,"tag":34,"props":494,"children":496},{"className":495},[],[497],{"type":18,"value":498},"referenceNameSlotIndices",{"type":18,"value":500},"\nthat is supported by the implementation, as reported in\n",{"type":13,"tag":462,"props":502,"children":504},{"href":503},"/man/VkVideoEncodeAV1CapabilitiesKHR",[505],{"type":18,"value":506},"VkVideoEncodeAV1CapabilitiesKHR",{"type":18,"value":492},{"type":13,"tag":34,"props":509,"children":511},{"className":510},[],[512],{"type":18,"value":513},"singleReferenceNameMask",{"type":18,"value":419},{"type":13,"tag":385,"props":516,"children":517},{},[518,524,526,531,533,538,539,544,545,550,551,555,557,562,564,568,570,573,575,580,581,585,586,591,592,596,597,603,605,610,612],{"type":13,"tag":34,"props":519,"children":521},{"className":520},[],[522],{"type":18,"value":523},"VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_UNIDIRECTIONAL_COMPOUND_KHR",{"type":18,"value":525},"\nspecifies the use of ",{"type":13,"tag":397,"props":527,"children":528},{},[529],{"type":18,"value":530},"unidirectional compound prediction mode",{"type":18,"value":532},", used\nwhen encoding AV1 frames of type ",{"type":13,"tag":34,"props":534,"children":536},{"className":535},[],[537],{"type":18,"value":443},{"type":18,"value":411},{"type":13,"tag":34,"props":540,"children":542},{"className":541},[],[543],{"type":18,"value":450},{"type":18,"value":452},{"type":13,"tag":34,"props":546,"children":548},{"className":547},[],[549],{"type":18,"value":458},{"type":18,"value":460},{"type":13,"tag":462,"props":552,"children":553},{"href":464},[554],{"type":18,"value":467},{"type":18,"value":556},",\nequal to 1, and both ",{"type":13,"tag":462,"props":558,"children":559},{"href":479},[560],{"type":18,"value":561},"reference names",{"type":18,"value":563}," used\nfor prediction are from the same reference frame group, as defined in\nsection 6.10.24 of the ",{"type":13,"tag":462,"props":565,"children":566},{"href":464},[567],{"type":18,"value":467},{"type":18,"value":569},".\nWhen using this prediction mode, the application ",{"type":13,"tag":471,"props":571,"children":572},{"type":473},[],{"type":18,"value":574}," specify a\nreference picture for at least two ",{"type":13,"tag":462,"props":576,"children":577},{"href":479},[578],{"type":18,"value":579},"AV1\nreference names",{"type":18,"value":484},{"type":13,"tag":462,"props":582,"children":583},{"href":487},[584],{"type":18,"value":490},{"type":18,"value":492},{"type":13,"tag":34,"props":587,"children":589},{"className":588},[],[590],{"type":18,"value":498},{"type":18,"value":500},{"type":13,"tag":462,"props":593,"children":594},{"href":503},[595],{"type":18,"value":506},{"type":18,"value":492},{"type":13,"tag":34,"props":598,"children":600},{"className":599},[],[601],{"type":18,"value":602},"unidirectionalCompoundReferenceNameMask",{"type":18,"value":604},",\nwhere those two reference names are one of the allowed pairs of\nreference names, as defined in section 5.11.25 of the ",{"type":13,"tag":462,"props":606,"children":607},{"href":464},[608],{"type":18,"value":609},"AV1\nSpecification",{"type":18,"value":611},", listed below:",{"type":13,"tag":381,"props":613,"children":614},{},[615,634,650,667],{"type":13,"tag":385,"props":616,"children":617},{},[618,624,626,632],{"type":13,"tag":34,"props":619,"children":621},{"className":620},[],[622],{"type":18,"value":623},"LAST_FRAME",{"type":18,"value":625}," and ",{"type":13,"tag":34,"props":627,"children":629},{"className":628},[],[630],{"type":18,"value":631},"LAST2_FRAME",{"type":18,"value":633},",",{"type":13,"tag":385,"props":635,"children":636},{},[637,642,643,649],{"type":13,"tag":34,"props":638,"children":640},{"className":639},[],[641],{"type":18,"value":623},{"type":18,"value":625},{"type":13,"tag":34,"props":644,"children":646},{"className":645},[],[647],{"type":18,"value":648},"LAST3_FRAME",{"type":18,"value":633},{"type":13,"tag":385,"props":651,"children":652},{},[653,658,659,665],{"type":13,"tag":34,"props":654,"children":656},{"className":655},[],[657],{"type":18,"value":623},{"type":18,"value":625},{"type":13,"tag":34,"props":660,"children":662},{"className":661},[],[663],{"type":18,"value":664},"GOLDEN_FRAME",{"type":18,"value":666},", or",{"type":13,"tag":385,"props":668,"children":669},{},[670,676,677,683],{"type":13,"tag":34,"props":671,"children":673},{"className":672},[],[674],{"type":18,"value":675},"BWDREF_FRAME",{"type":18,"value":625},{"type":13,"tag":34,"props":678,"children":680},{"className":679},[],[681],{"type":18,"value":682},"ALTREF_FRAME",{"type":18,"value":419},{"type":13,"tag":385,"props":685,"children":686},{},[687,693,694,699,701,706,707,712,713,718,719,723,725,729,731,735,736,739,740,744,746,750,751,756,757,761,762,768],{"type":13,"tag":34,"props":688,"children":690},{"className":689},[],[691],{"type":18,"value":692},"VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_BIDIRECTIONAL_COMPOUND_KHR",{"type":18,"value":525},{"type":13,"tag":397,"props":695,"children":696},{},[697],{"type":18,"value":698},"bidirectional compound prediction mode",{"type":18,"value":700},", used when\nencoding AV1 frames of type ",{"type":13,"tag":34,"props":702,"children":704},{"className":703},[],[705],{"type":18,"value":443},{"type":18,"value":411},{"type":13,"tag":34,"props":708,"children":710},{"className":709},[],[711],{"type":18,"value":450},{"type":18,"value":452},{"type":13,"tag":34,"props":714,"children":716},{"className":715},[],[717],{"type":18,"value":458},{"type":18,"value":460},{"type":13,"tag":462,"props":720,"children":721},{"href":464},[722],{"type":18,"value":467},{"type":18,"value":724},",\nequal to 1, and the two ",{"type":13,"tag":462,"props":726,"children":727},{"href":479},[728],{"type":18,"value":561},{"type":18,"value":730},"\nused for prediction are from different reference frame groups, as\ndefined in section 6.10.24 of the ",{"type":13,"tag":462,"props":732,"children":733},{"href":464},[734],{"type":18,"value":467},{"type":18,"value":569},{"type":13,"tag":471,"props":737,"children":738},{"type":473},[],{"type":18,"value":476},{"type":13,"tag":462,"props":741,"children":742},{"href":479},[743],{"type":18,"value":482},{"type":18,"value":745}," from each reference frame group in\n",{"type":13,"tag":462,"props":747,"children":748},{"href":487},[749],{"type":18,"value":490},{"type":18,"value":492},{"type":13,"tag":34,"props":752,"children":754},{"className":753},[],[755],{"type":18,"value":498},{"type":18,"value":500},{"type":13,"tag":462,"props":758,"children":759},{"href":503},[760],{"type":18,"value":506},{"type":18,"value":492},{"type":13,"tag":34,"props":763,"children":765},{"className":764},[],[766],{"type":18,"value":767},"bidirectionalCompoundReferenceNameMask",{"type":18,"value":419},{"type":13,"tag":14,"props":770,"children":771},{},[772,774,778,780,784],{"type":18,"value":773},"The effective prediction mode used to encode individual AV1 mode info blocks\n",{"type":13,"tag":471,"props":775,"children":777},{"type":776},"may",[],{"type":18,"value":779}," use simpler prediction modes than the one set by the application for\nthe frame, as allowed by the ",{"type":13,"tag":462,"props":781,"children":782},{"href":464},[783],{"type":18,"value":467},{"type":18,"value":785},", in\nparticular:",{"type":13,"tag":381,"props":787,"children":788},{},[789,799,809],{"type":13,"tag":385,"props":790,"children":791},{},[792,794,797],{"type":18,"value":793},"Frames encoded with single reference prediction mode ",{"type":13,"tag":471,"props":795,"children":796},{"type":776},[],{"type":18,"value":798}," contain mode\ninfo blocks encoded with intra-only prediction mode.",{"type":13,"tag":385,"props":800,"children":801},{},[802,804,807],{"type":18,"value":803},"Frames encoded with unidirectional compound prediction mode ",{"type":13,"tag":471,"props":805,"children":806},{"type":776},[],{"type":18,"value":808}," contain\nmode info blocks encoded with intra-only or single reference prediction\nmode.",{"type":13,"tag":385,"props":810,"children":811},{},[812,814,817],{"type":18,"value":813},"Frames encoded with bidirectional compound prediction mode ",{"type":13,"tag":471,"props":815,"children":816},{"type":776},[],{"type":18,"value":818}," contain\nmode info blocks encoded with intra-only, single reference, or\nunidirectional compound prediction mode.",{"type":13,"tag":820,"props":821,"children":822},"style",{},[823],{"type":18,"value":824},"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":31,"searchDepth":62,"depth":62,"links":826},[],"markdown",1744876577021]