ProbabilityTables.cpp 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. /*
  2. * Copyright (c) 2021, Hunter Salyer <thefalsehonesty@gmail.com>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #include "ProbabilityTables.h"
  7. namespace Video::VP9 {
  8. static constexpr ParetoTable constant_pareto_table = {
  9. { 3, 86, 128, 6, 86, 23, 88, 29 },
  10. { 9, 86, 129, 17, 88, 61, 94, 76 },
  11. { 15, 87, 129, 28, 89, 93, 100, 110 },
  12. { 20, 88, 130, 38, 91, 118, 106, 136 },
  13. { 26, 89, 131, 48, 92, 139, 111, 156 },
  14. { 31, 90, 131, 58, 94, 156, 117, 171 },
  15. { 37, 90, 132, 66, 95, 171, 122, 184 },
  16. { 42, 91, 132, 75, 97, 183, 127, 194 },
  17. { 47, 92, 133, 83, 98, 193, 132, 202 },
  18. { 52, 93, 133, 90, 100, 201, 137, 208 },
  19. { 57, 94, 134, 98, 101, 208, 142, 214 },
  20. { 62, 94, 135, 105, 103, 214, 146, 218 },
  21. { 66, 95, 135, 111, 104, 219, 151, 222 },
  22. { 71, 96, 136, 117, 106, 224, 155, 225 },
  23. { 76, 97, 136, 123, 107, 227, 159, 228 },
  24. { 80, 98, 137, 129, 109, 231, 162, 231 },
  25. { 84, 98, 138, 134, 110, 234, 166, 233 },
  26. { 89, 99, 138, 140, 112, 236, 170, 235 },
  27. { 93, 100, 139, 145, 113, 238, 173, 236 },
  28. { 97, 101, 140, 149, 115, 240, 176, 238 },
  29. { 101, 102, 140, 154, 116, 242, 179, 239 },
  30. { 105, 103, 141, 158, 118, 243, 182, 240 },
  31. { 109, 104, 141, 162, 119, 244, 185, 241 },
  32. { 113, 104, 142, 166, 120, 245, 187, 242 },
  33. { 116, 105, 143, 170, 122, 246, 190, 243 },
  34. { 120, 106, 143, 173, 123, 247, 192, 244 },
  35. { 123, 107, 144, 177, 125, 248, 195, 244 },
  36. { 127, 108, 145, 180, 126, 249, 197, 245 },
  37. { 130, 109, 145, 183, 128, 249, 199, 245 },
  38. { 134, 110, 146, 186, 129, 250, 201, 246 },
  39. { 137, 111, 147, 189, 131, 251, 203, 246 },
  40. { 140, 112, 147, 192, 132, 251, 205, 247 },
  41. { 143, 113, 148, 194, 133, 251, 207, 247 },
  42. { 146, 114, 149, 197, 135, 252, 208, 248 },
  43. { 149, 115, 149, 199, 136, 252, 210, 248 },
  44. { 152, 115, 150, 201, 138, 252, 211, 248 },
  45. { 155, 116, 151, 204, 139, 253, 213, 249 },
  46. { 158, 117, 151, 206, 140, 253, 214, 249 },
  47. { 161, 118, 152, 208, 142, 253, 216, 249 },
  48. { 163, 119, 153, 210, 143, 253, 217, 249 },
  49. { 166, 120, 153, 212, 144, 254, 218, 250 },
  50. { 168, 121, 154, 213, 146, 254, 220, 250 },
  51. { 171, 122, 155, 215, 147, 254, 221, 250 },
  52. { 173, 123, 155, 217, 148, 254, 222, 250 },
  53. { 176, 124, 156, 218, 150, 254, 223, 250 },
  54. { 178, 125, 157, 220, 151, 254, 224, 251 },
  55. { 180, 126, 157, 221, 152, 254, 225, 251 },
  56. { 183, 127, 158, 222, 153, 254, 226, 251 },
  57. { 185, 128, 159, 224, 155, 255, 227, 251 },
  58. { 187, 129, 160, 225, 156, 255, 228, 251 },
  59. { 189, 131, 160, 226, 157, 255, 228, 251 },
  60. { 191, 132, 161, 227, 159, 255, 229, 251 },
  61. { 193, 133, 162, 228, 160, 255, 230, 252 },
  62. { 195, 134, 163, 230, 161, 255, 231, 252 },
  63. { 197, 135, 163, 231, 162, 255, 231, 252 },
  64. { 199, 136, 164, 232, 163, 255, 232, 252 },
  65. { 201, 137, 165, 233, 165, 255, 233, 252 },
  66. { 202, 138, 166, 233, 166, 255, 233, 252 },
  67. { 204, 139, 166, 234, 167, 255, 234, 252 },
  68. { 206, 140, 167, 235, 168, 255, 235, 252 },
  69. { 207, 141, 168, 236, 169, 255, 235, 252 },
  70. { 209, 142, 169, 237, 171, 255, 236, 252 },
  71. { 210, 144, 169, 237, 172, 255, 236, 252 },
  72. { 212, 145, 170, 238, 173, 255, 237, 252 },
  73. { 214, 146, 171, 239, 174, 255, 237, 253 },
  74. { 215, 147, 172, 240, 175, 255, 238, 253 },
  75. { 216, 148, 173, 240, 176, 255, 238, 253 },
  76. { 218, 149, 173, 241, 177, 255, 239, 253 },
  77. { 219, 150, 174, 241, 179, 255, 239, 253 },
  78. { 220, 152, 175, 242, 180, 255, 240, 253 },
  79. { 222, 153, 176, 242, 181, 255, 240, 253 },
  80. { 223, 154, 177, 243, 182, 255, 240, 253 },
  81. { 224, 155, 178, 244, 183, 255, 241, 253 },
  82. { 225, 156, 178, 244, 184, 255, 241, 253 },
  83. { 226, 158, 179, 244, 185, 255, 242, 253 },
  84. { 228, 159, 180, 245, 186, 255, 242, 253 },
  85. { 229, 160, 181, 245, 187, 255, 242, 253 },
  86. { 230, 161, 182, 246, 188, 255, 243, 253 },
  87. { 231, 163, 183, 246, 189, 255, 243, 253 },
  88. { 232, 164, 184, 247, 190, 255, 243, 253 },
  89. { 233, 165, 185, 247, 191, 255, 244, 253 },
  90. { 234, 166, 185, 247, 192, 255, 244, 253 },
  91. { 235, 168, 186, 248, 193, 255, 244, 253 },
  92. { 236, 169, 187, 248, 194, 255, 244, 253 },
  93. { 236, 170, 188, 248, 195, 255, 245, 253 },
  94. { 237, 171, 189, 249, 196, 255, 245, 254 },
  95. { 238, 173, 190, 249, 197, 255, 245, 254 },
  96. { 239, 174, 191, 249, 198, 255, 245, 254 },
  97. { 240, 175, 192, 249, 199, 255, 246, 254 },
  98. { 240, 177, 193, 250, 200, 255, 246, 254 },
  99. { 241, 178, 194, 250, 201, 255, 246, 254 },
  100. { 242, 179, 195, 250, 202, 255, 246, 254 },
  101. { 242, 181, 196, 250, 203, 255, 247, 254 },
  102. { 243, 182, 197, 251, 204, 255, 247, 254 },
  103. { 244, 184, 198, 251, 205, 255, 247, 254 },
  104. { 244, 185, 199, 251, 206, 255, 247, 254 },
  105. { 245, 186, 200, 251, 207, 255, 247, 254 },
  106. { 246, 188, 201, 252, 207, 255, 248, 254 },
  107. { 246, 189, 202, 252, 208, 255, 248, 254 },
  108. { 247, 191, 203, 252, 209, 255, 248, 254 },
  109. { 247, 192, 204, 252, 210, 255, 248, 254 },
  110. { 248, 194, 205, 252, 211, 255, 248, 254 },
  111. { 248, 195, 206, 252, 212, 255, 249, 254 },
  112. { 249, 197, 207, 253, 213, 255, 249, 254 },
  113. { 249, 198, 208, 253, 214, 255, 249, 254 },
  114. { 250, 200, 210, 253, 215, 255, 249, 254 },
  115. { 250, 201, 211, 253, 215, 255, 249, 254 },
  116. { 250, 203, 212, 253, 216, 255, 249, 254 },
  117. { 251, 204, 213, 253, 217, 255, 250, 254 },
  118. { 251, 206, 214, 254, 218, 255, 250, 254 },
  119. { 252, 207, 216, 254, 219, 255, 250, 254 },
  120. { 252, 209, 217, 254, 220, 255, 250, 254 },
  121. { 252, 211, 218, 254, 221, 255, 250, 254 },
  122. { 253, 213, 219, 254, 222, 255, 250, 254 },
  123. { 253, 214, 221, 254, 223, 255, 250, 254 },
  124. { 253, 216, 222, 254, 224, 255, 251, 254 },
  125. { 253, 218, 224, 254, 225, 255, 251, 254 },
  126. { 254, 220, 225, 254, 225, 255, 251, 254 },
  127. { 254, 222, 227, 255, 226, 255, 251, 254 },
  128. { 254, 224, 228, 255, 227, 255, 251, 254 },
  129. { 254, 226, 230, 255, 228, 255, 251, 254 },
  130. { 255, 228, 231, 255, 230, 255, 251, 254 },
  131. { 255, 230, 233, 255, 231, 255, 252, 254 },
  132. { 255, 232, 235, 255, 232, 255, 252, 254 },
  133. { 255, 235, 237, 255, 233, 255, 252, 254 },
  134. { 255, 238, 240, 255, 235, 255, 252, 255 },
  135. { 255, 241, 243, 255, 236, 255, 252, 254 },
  136. { 255, 246, 247, 255, 239, 255, 253, 255 }
  137. };
  138. static constexpr KfPartitionProbs constant_kf_partition_probs = {
  139. // 8x8 -> 4x4
  140. { 158, 97, 94 }, // a/l both not split
  141. { 93, 24, 99 }, // a split, l not split
  142. { 85, 119, 44 }, // l split, a not split
  143. { 62, 59, 67 }, // a/l both split
  144. // 16x16 -> 8x8
  145. { 149, 53, 53 }, // a/l both not split
  146. { 94, 20, 48 }, // a split, l not split
  147. { 83, 53, 24 }, // l split, a not split
  148. { 52, 18, 18 }, // a/l both split
  149. // 32x32 -> 16x16
  150. { 150, 40, 39 }, // a/l both not split
  151. { 78, 12, 26 }, // a split, l not split
  152. { 67, 33, 11 }, // l split, a not split
  153. { 24, 7, 5 }, // a/l both split
  154. // 64x64 -> 32x32
  155. { 174, 35, 49 }, // a/l both not split
  156. { 68, 11, 27 }, // a split, l not split
  157. { 57, 15, 9 }, // l split, a not split
  158. { 12, 3, 3 }, // a/l both split
  159. };
  160. static constexpr KfYModeProbs constant_kf_y_mode_probs = {
  161. {
  162. // above = dc
  163. { 137, 30, 42, 148, 151, 207, 70, 52, 91 }, // left = dc
  164. { 92, 45, 102, 136, 116, 180, 74, 90, 100 }, // left = v
  165. { 73, 32, 19, 187, 222, 215, 46, 34, 100 }, // left = h
  166. { 91, 30, 32, 116, 121, 186, 93, 86, 94 }, // left = d45
  167. { 72, 35, 36, 149, 68, 206, 68, 63, 105 }, // left = d135
  168. { 73, 31, 28, 138, 57, 124, 55, 122, 151 }, // left = d117
  169. { 67, 23, 21, 140, 126, 197, 40, 37, 171 }, // left = d153
  170. { 86, 27, 28, 128, 154, 212, 45, 43, 53 }, // left = d207
  171. { 74, 32, 27, 107, 86, 160, 63, 134, 102 }, // left = d63
  172. { 59, 67, 44, 140, 161, 202, 78, 67, 119 } // left = tm
  173. },
  174. {
  175. // above = v
  176. { 63, 36, 126, 146, 123, 158, 60, 90, 96 }, // left = dc
  177. { 43, 46, 168, 134, 107, 128, 69, 142, 92 }, // left = v
  178. { 44, 29, 68, 159, 201, 177, 50, 57, 77 }, // left = h
  179. { 58, 38, 76, 114, 97, 172, 78, 133, 92 }, // left = d45
  180. { 46, 41, 76, 140, 63, 184, 69, 112, 57 }, // left = d135
  181. { 38, 32, 85, 140, 46, 112, 54, 151, 133 }, // left = d117
  182. { 39, 27, 61, 131, 110, 175, 44, 75, 136 }, // left = d153
  183. { 52, 30, 74, 113, 130, 175, 51, 64, 58 }, // left = d207
  184. { 47, 35, 80, 100, 74, 143, 64, 163, 74 }, // left = d63
  185. { 36, 61, 116, 114, 128, 162, 80, 125, 82 } // left = tm
  186. },
  187. {
  188. // above = h
  189. { 82, 26, 26, 171, 208, 204, 44, 32, 105 }, // left = dc
  190. { 55, 44, 68, 166, 179, 192, 57, 57, 108 }, // left = v
  191. { 42, 26, 11, 199, 241, 228, 23, 15, 85 }, // left = h
  192. { 68, 42, 19, 131, 160, 199, 55, 52, 83 }, // left = d45
  193. { 58, 50, 25, 139, 115, 232, 39, 52, 118 }, // left = d135
  194. { 50, 35, 33, 153, 104, 162, 64, 59, 131 }, // left = d117
  195. { 44, 24, 16, 150, 177, 202, 33, 19, 156 }, // left = d153
  196. { 55, 27, 12, 153, 203, 218, 26, 27, 49 }, // left = d207
  197. { 53, 49, 21, 110, 116, 168, 59, 80, 76 }, // left = d63
  198. { 38, 72, 19, 168, 203, 212, 50, 50, 107 } // left = tm
  199. },
  200. {
  201. // above = d45
  202. { 103, 26, 36, 129, 132, 201, 83, 80, 93 }, // left = dc
  203. { 59, 38, 83, 112, 103, 162, 98, 136, 90 }, // left = v
  204. { 62, 30, 23, 158, 200, 207, 59, 57, 50 }, // left = h
  205. { 67, 30, 29, 84, 86, 191, 102, 91, 59 }, // left = d45
  206. { 60, 32, 33, 112, 71, 220, 64, 89, 104 }, // left = d135
  207. { 53, 26, 34, 130, 56, 149, 84, 120, 103 }, // left = d117
  208. { 53, 21, 23, 133, 109, 210, 56, 77, 172 }, // left = d153
  209. { 77, 19, 29, 112, 142, 228, 55, 66, 36 }, // left = d207
  210. { 61, 29, 29, 93, 97, 165, 83, 175, 162 }, // left = d63
  211. { 47, 47, 43, 114, 137, 181, 100, 99, 95 } // left = tm
  212. },
  213. {
  214. // above = d135
  215. { 69, 23, 29, 128, 83, 199, 46, 44, 101 }, // left = dc
  216. { 53, 40, 55, 139, 69, 183, 61, 80, 110 }, // left = v
  217. { 40, 29, 19, 161, 180, 207, 43, 24, 91 }, // left = h
  218. { 60, 34, 19, 105, 61, 198, 53, 64, 89 }, // left = d45
  219. { 52, 31, 22, 158, 40, 209, 58, 62, 89 }, // left = d135
  220. { 44, 31, 29, 147, 46, 158, 56, 102, 198 }, // left = d117
  221. { 35, 19, 12, 135, 87, 209, 41, 45, 167 }, // left = d153
  222. { 55, 25, 21, 118, 95, 215, 38, 39, 66 }, // left = d207
  223. { 51, 38, 25, 113, 58, 164, 70, 93, 97 }, // left = d63
  224. { 47, 54, 34, 146, 108, 203, 72, 103, 151 } // left = tm
  225. },
  226. {
  227. // above = d117
  228. { 64, 19, 37, 156, 66, 138, 49, 95, 133 }, // left = dc
  229. { 46, 27, 80, 150, 55, 124, 55, 121, 135 }, // left = v
  230. { 36, 23, 27, 165, 149, 166, 54, 64, 118 }, // left = h
  231. { 53, 21, 36, 131, 63, 163, 60, 109, 81 }, // left = d45
  232. { 40, 26, 35, 154, 40, 185, 51, 97, 123 }, // left = d135
  233. { 35, 19, 34, 179, 19, 97, 48, 129, 124 }, // left = d117
  234. { 36, 20, 26, 136, 62, 164, 33, 77, 154 }, // left = d153
  235. { 45, 18, 32, 130, 90, 157, 40, 79, 91 }, // left = d207
  236. { 45, 26, 28, 129, 45, 129, 49, 147, 123 }, // left = d63
  237. { 38, 44, 51, 136, 74, 162, 57, 97, 121 } // left = tm
  238. },
  239. {
  240. // above = d153
  241. { 75, 17, 22, 136, 138, 185, 32, 34, 166 }, // left = dc
  242. { 56, 39, 58, 133, 117, 173, 48, 53, 187 }, // left = v
  243. { 35, 21, 12, 161, 212, 207, 20, 23, 145 }, // left = h
  244. { 56, 29, 19, 117, 109, 181, 55, 68, 112 }, // left = d45
  245. { 47, 29, 17, 153, 64, 220, 59, 51, 114 }, // left = d135
  246. { 46, 16, 24, 136, 76, 147, 41, 64, 172 }, // left = d117
  247. { 34, 17, 11, 108, 152, 187, 13, 15, 209 }, // left = d153
  248. { 51, 24, 14, 115, 133, 209, 32, 26, 104 }, // left = d207
  249. { 55, 30, 18, 122, 79, 179, 44, 88, 116 }, // left = d63
  250. { 37, 49, 25, 129, 168, 164, 41, 54, 148 } // left = tm
  251. },
  252. {
  253. // above = d207
  254. { 82, 22, 32, 127, 143, 213, 39, 41, 70 }, // left = dc
  255. { 62, 44, 61, 123, 105, 189, 48, 57, 64 }, // left = v
  256. { 47, 25, 17, 175, 222, 220, 24, 30, 86 }, // left = h
  257. { 68, 36, 17, 106, 102, 206, 59, 74, 74 }, // left = d45
  258. { 57, 39, 23, 151, 68, 216, 55, 63, 58 }, // left = d135
  259. { 49, 30, 35, 141, 70, 168, 82, 40, 115 }, // left = d117
  260. { 51, 25, 15, 136, 129, 202, 38, 35, 139 }, // left = d153
  261. { 68, 26, 16, 111, 141, 215, 29, 28, 28 }, // left = d207
  262. { 59, 39, 19, 114, 75, 180, 77, 104, 42 }, // left = d63
  263. { 40, 61, 26, 126, 152, 206, 61, 59, 93 } // left = tm
  264. },
  265. {
  266. // above = d63
  267. { 78, 23, 39, 111, 117, 170, 74, 124, 94 }, // left = dc
  268. { 48, 34, 86, 101, 92, 146, 78, 179, 134 }, // left = v
  269. { 47, 22, 24, 138, 187, 178, 68, 69, 59 }, // left = h
  270. { 56, 25, 33, 105, 112, 187, 95, 177, 129 }, // left = d45
  271. { 48, 31, 27, 114, 63, 183, 82, 116, 56 }, // left = d135
  272. { 43, 28, 37, 121, 63, 123, 61, 192, 169 }, // left = d117
  273. { 42, 17, 24, 109, 97, 177, 56, 76, 122 }, // left = d153
  274. { 58, 18, 28, 105, 139, 182, 70, 92, 63 }, // left = d207
  275. { 46, 23, 32, 74, 86, 150, 67, 183, 88 }, // left = d63
  276. { 36, 38, 48, 92, 122, 165, 88, 137, 91 } // left = tm
  277. },
  278. {
  279. // above = tm
  280. { 65, 70, 60, 155, 159, 199, 61, 60, 81 }, // left = dc
  281. { 44, 78, 115, 132, 119, 173, 71, 112, 93 }, // left = v
  282. { 39, 38, 21, 184, 227, 206, 42, 32, 64 }, // left = h
  283. { 58, 47, 36, 124, 137, 193, 80, 82, 78 }, // left = d45
  284. { 49, 50, 35, 144, 95, 205, 63, 78, 59 }, // left = d135
  285. { 41, 53, 52, 148, 71, 142, 65, 128, 51 }, // left = d117
  286. { 40, 36, 28, 143, 143, 202, 40, 55, 137 }, // left = d153
  287. { 52, 34, 29, 129, 183, 227, 42, 35, 43 }, // left = d207
  288. { 42, 44, 44, 104, 105, 164, 64, 130, 80 }, // left = d63
  289. { 43, 81, 53, 140, 169, 204, 68, 84, 72 } // left = tm
  290. }
  291. };
  292. static constexpr KfUVModeProbs constant_kf_uv_mode_prob = {
  293. { 144, 11, 54, 157, 195, 130, 46, 58, 108 }, // y = dc
  294. { 118, 15, 123, 148, 131, 101, 44, 93, 131 }, // y = v
  295. { 113, 12, 23, 188, 226, 142, 26, 32, 125 }, // y = h
  296. { 120, 11, 50, 123, 163, 135, 64, 77, 103 }, // y = d45
  297. { 113, 9, 36, 155, 111, 157, 32, 44, 161 }, // y = d135
  298. { 116, 9, 55, 176, 76, 96, 37, 61, 149 }, // y = d117
  299. { 115, 9, 28, 141, 161, 167, 21, 25, 193 }, // y = d153
  300. { 120, 12, 32, 145, 195, 142, 32, 38, 86 }, // y = d207
  301. { 116, 12, 64, 120, 140, 125, 49, 115, 121 }, // y = d63
  302. { 102, 19, 66, 162, 182, 122, 35, 59, 128 } // y = tm
  303. };
  304. static constexpr PartitionProbs default_partition_probs = {
  305. // 8x8 -> 4x4
  306. { 199, 122, 141 }, // a/l both not split
  307. { 147, 63, 159 }, // a split, l not split
  308. { 148, 133, 118 }, // l split, a not split
  309. { 121, 104, 114 }, // a/l both split
  310. // 16x16 -> 8x8
  311. { 174, 73, 87 }, // a/l both not split
  312. { 92, 41, 83 }, // a split, l not split
  313. { 82, 99, 50 }, // l split, a not split
  314. { 53, 39, 39 }, // a/l both split
  315. // 32x32 -> 16x16
  316. { 177, 58, 59 }, // a/l both not split
  317. { 68, 26, 63 }, // a split, l not split
  318. { 52, 79, 25 }, // l split, a not split
  319. { 17, 14, 12 }, // a/l both split
  320. // 64x64 -> 32x32
  321. { 222, 34, 30 }, // a/l both not split
  322. { 72, 16, 44 }, // a split, l not split
  323. { 58, 32, 12 }, // l split, a not split
  324. { 10, 7, 6 }, // a/l both split
  325. };
  326. static constexpr YModeProbs default_y_mode_probs = {
  327. { 65, 32, 18, 144, 162, 194, 41, 51, 98 }, // block_size < 8x8
  328. { 132, 68, 18, 165, 217, 196, 45, 40, 78 }, // block_size < 16x16
  329. { 173, 80, 19, 176, 240, 193, 64, 35, 46 }, // block_size < 32x32
  330. { 221, 135, 38, 194, 248, 121, 96, 85, 29 } // block_size >= 32x32
  331. };
  332. static constexpr UVModeProbs default_uv_mode_probs = {
  333. { 120, 7, 76, 176, 208, 126, 28, 54, 103 }, // y = dc
  334. { 48, 12, 154, 155, 139, 90, 34, 117, 119 }, // y = v
  335. { 67, 6, 25, 204, 243, 158, 13, 21, 96 }, // y = h
  336. { 97, 5, 44, 131, 176, 139, 48, 68, 97 }, // y = d45
  337. { 83, 5, 42, 156, 111, 152, 26, 49, 152 }, // y = d135
  338. { 80, 5, 58, 178, 74, 83, 33, 62, 145 }, // y = d117
  339. { 86, 5, 32, 154, 192, 168, 14, 22, 163 }, // y = d153
  340. { 85, 5, 32, 156, 216, 148, 19, 29, 73 }, // y = d207
  341. { 77, 7, 64, 116, 132, 122, 37, 126, 120 }, // y = d63
  342. { 101, 21, 107, 181, 192, 103, 19, 67, 125 } // y = tm
  343. };
  344. static constexpr SkipProb default_skip_prob = {
  345. 192, 128, 64
  346. };
  347. static constexpr IsInterProb default_is_inter_prob = {
  348. 9, 102, 187, 225
  349. };
  350. static constexpr CompModeProb default_comp_mode_prob = {
  351. 239, 183, 119, 96, 41
  352. };
  353. static constexpr CompRefProb default_comp_ref_prob = {
  354. 50, 126, 123, 221, 226
  355. };
  356. static constexpr SingleRefProb default_single_ref_prob = {
  357. { 33, 16 },
  358. { 77, 74 },
  359. { 142, 142 },
  360. { 172, 170 },
  361. { 238, 247 }
  362. };
  363. static constexpr MvSignProb default_mv_sign_prob = {
  364. 128, 128
  365. };
  366. static constexpr MvBitsProb default_mv_bits_prob = {
  367. { 136, 140, 148, 160, 176, 192, 224, 234, 234, 240 },
  368. { 136, 140, 148, 160, 176, 192, 224, 234, 234, 240 }
  369. };
  370. static constexpr MvClass0BitProb default_mv_class0_bit_prob = {
  371. 216, 208
  372. };
  373. static constexpr TxProbs default_tx_probs = {
  374. { { 0, 0, 0 }, { 0, 0, 0 } },
  375. { { 100, 0, 0 }, { 66, 0, 0 } },
  376. { { 20, 152, 0 }, { 15, 101, 0 } },
  377. { { 3, 136, 37 }, { 5, 52, 13 } }
  378. };
  379. static constexpr InterModeProbs default_inter_mode_probs = {
  380. { 2, 173, 34 }, // 0 = both zero mv
  381. { 7, 145, 85 }, // 1 = one zero mv + one a predicted mv
  382. { 7, 166, 63 }, // 2 = two predicted mvs
  383. { 7, 94, 66 }, // 3 = one predicted/zero and one new mv
  384. { 8, 64, 46 }, // 4 = two new mvs
  385. { 17, 81, 31 }, // 5 = one intra neighbour + x
  386. { 25, 29, 30 }, // 6 = two intra neighbours
  387. };
  388. static constexpr InterpFilterProbs default_interp_filter_probs = {
  389. { 235, 162 }, { 36, 255 }, { 34, 3 }, { 149, 144 }
  390. };
  391. static constexpr MvJointProbs default_mv_joint_probs = {
  392. 32, 64, 96
  393. };
  394. static constexpr MvClassProbs default_mv_class_probs = {
  395. { 224, 144, 192, 168, 192, 176, 192, 198, 198, 245 }, { 216, 128, 176, 160, 176, 176, 192, 198, 198, 208 }
  396. };
  397. static constexpr MvClass0FrProbs default_mv_class0_fr_probs = {
  398. { { 128, 128, 64 }, { 96, 112, 64 } }, { { 128, 128, 64 }, { 96, 112, 64 } }
  399. };
  400. static constexpr MvClass0HpProbs default_mv_class0_hp_prob = {
  401. 160, 160
  402. };
  403. static constexpr MvFrProbs default_mv_fr_probs = {
  404. { 64, 96, 64 }, { 64, 96, 64 }
  405. };
  406. static constexpr MvHpProb default_mv_hp_prob = {
  407. 128, 128
  408. };
  409. static constexpr CoefProbs default_coef_probs = {
  410. { { /* block Type 0 */
  411. { /* Intra */
  412. {
  413. /* Coeff Band 0 */
  414. { 195, 29, 183 },
  415. { 84, 49, 136 },
  416. { 8, 42, 71 },
  417. { 0, 0, 0 }, // unused
  418. { 0, 0, 0 }, // unused
  419. { 0, 0, 0 } // unused
  420. },
  421. { /* Coeff Band 1 */
  422. { 31, 107, 169 },
  423. { 35, 99, 159 },
  424. { 17, 82, 140 },
  425. { 8, 66, 114 },
  426. { 2, 44, 76 },
  427. { 1, 19, 32 } },
  428. { /* Coeff Band 2 */
  429. { 40, 132, 201 },
  430. { 29, 114, 187 },
  431. { 13, 91, 157 },
  432. { 7, 75, 127 },
  433. { 3, 58, 95 },
  434. { 1, 28, 47 } },
  435. { /* Coeff Band 3 */
  436. { 69, 142, 221 },
  437. { 42, 122, 201 },
  438. { 15, 91, 159 },
  439. { 6, 67, 121 },
  440. { 1, 42, 77 },
  441. { 1, 17, 31 } },
  442. { /* Coeff Band 4 */
  443. { 102, 148, 228 },
  444. { 67, 117, 204 },
  445. { 17, 82, 154 },
  446. { 6, 59, 114 },
  447. { 2, 39, 75 },
  448. { 1, 15, 29 } },
  449. { /* Coeff Band 5 */
  450. { 156, 57, 233 },
  451. { 119, 57, 212 },
  452. { 58, 48, 163 },
  453. { 29, 40, 124 },
  454. { 12, 30, 81 },
  455. { 3, 12, 31 } } },
  456. { /* Inter */
  457. {
  458. /* Coeff Band 0 */
  459. { 191, 107, 226 },
  460. { 124, 117, 204 },
  461. { 25, 99, 155 },
  462. { 0, 0, 0 }, // unused
  463. { 0, 0, 0 }, // unused
  464. { 0, 0, 0 } // unused
  465. },
  466. { /* Coeff Band 1 */
  467. { 29, 148, 210 },
  468. { 37, 126, 194 },
  469. { 8, 93, 157 },
  470. { 2, 68, 118 },
  471. { 1, 39, 69 },
  472. { 1, 17, 33 } },
  473. { /* Coeff Band 2 */
  474. { 41, 151, 213 },
  475. { 27, 123, 193 },
  476. { 3, 82, 144 },
  477. { 1, 58, 105 },
  478. { 1, 32, 60 },
  479. { 1, 13, 26 } },
  480. { /* Coeff Band 3 */
  481. { 59, 159, 220 },
  482. { 23, 126, 198 },
  483. { 4, 88, 151 },
  484. { 1, 66, 114 },
  485. { 1, 38, 71 },
  486. { 1, 18, 34 } },
  487. { /* Coeff Band 4 */ { 114, 136, 232 },
  488. { 51, 114, 207 },
  489. { 11, 83, 155 },
  490. { 3, 56, 105 },
  491. { 1, 33, 65 },
  492. { 1, 17, 34 } },
  493. { /* Coeff Band 5 */
  494. { 149, 65, 234 },
  495. { 121, 57, 215 },
  496. { 61, 49, 166 },
  497. { 28, 36, 114 },
  498. { 12, 25, 76 },
  499. { 3, 16, 42 } } } },
  500. { /* block Type 1 */
  501. { /* Intra */
  502. {
  503. /* Coeff Band 0 */
  504. { 214, 49, 220 },
  505. { 132, 63, 188 },
  506. { 42, 65, 137 },
  507. { 0, 0, 0 }, // unused
  508. { 0, 0, 0 }, // unused
  509. { 0, 0, 0 } // unused
  510. },
  511. { /* Coeff Band 1 */
  512. { 85, 137, 221 },
  513. { 104, 131, 216 },
  514. { 49, 111, 192 },
  515. { 21, 87, 155 },
  516. { 2, 49, 87 },
  517. { 1, 16, 28 } },
  518. { /* Coeff Band 2 */
  519. { 89, 163, 230 },
  520. { 90, 137, 220 },
  521. { 29, 100, 183 },
  522. { 10, 70, 135 },
  523. { 2, 42, 81 },
  524. { 1, 17, 33 } },
  525. { /* Coeff Band 3 */
  526. { 108, 167, 237 },
  527. { 55, 133, 222 },
  528. { 15, 97, 179 },
  529. { 4, 72, 135 },
  530. { 1, 45, 85 },
  531. { 1, 19, 38 } },
  532. { /* Coeff Band 4 */
  533. { 124, 146, 240 },
  534. { 66, 124, 224 },
  535. { 17, 88, 175 },
  536. { 4, 58, 122 },
  537. { 1, 36, 75 },
  538. { 1, 18, 37 } },
  539. { /* Coeff Band 5 */
  540. { 141, 79, 241 },
  541. { 126, 70, 227 },
  542. { 66, 58, 182 },
  543. { 30, 44, 136 },
  544. { 12, 34, 96 },
  545. { 2, 20, 47 } } },
  546. { /* Inter */
  547. {
  548. /* Coeff Band 0 */
  549. { 229, 99, 249 },
  550. { 143, 111, 235 },
  551. { 46, 109, 192 },
  552. { 0, 0, 0 }, // unused
  553. { 0, 0, 0 }, // unused
  554. { 0, 0, 0 } // unused
  555. },
  556. { /* Coeff Band 1 */
  557. { 82, 158, 236 },
  558. { 94, 146, 224 },
  559. { 25, 117, 191 },
  560. { 9, 87, 149 },
  561. { 3, 56, 99 },
  562. { 1, 33, 57 } },
  563. { /* Coeff Band 2 */
  564. { 83, 167, 237 },
  565. { 68, 145, 222 },
  566. { 10, 103, 177 },
  567. { 2, 72, 131 },
  568. { 1, 41, 79 },
  569. { 1, 20, 39 } },
  570. { /* Coeff Band 3 */
  571. { 99, 167, 239 },
  572. { 47, 141, 224 },
  573. { 10, 104, 178 },
  574. { 2, 73, 133 },
  575. { 1, 44, 85 },
  576. { 1, 22, 47 } },
  577. { /* Coeff Band 4 */ { 127, 145, 243 },
  578. { 71, 129, 228 },
  579. { 17, 93, 177 },
  580. { 3, 61, 124 },
  581. { 1, 41, 84 },
  582. { 1, 21, 52 } },
  583. { /* Coeff Band 5 */
  584. { 157, 78, 244 },
  585. { 140, 72, 231 },
  586. { 69, 58, 184 },
  587. { 31, 44, 137 },
  588. { 14, 38, 105 },
  589. { 8, 23, 61 } } } } },
  590. { { /* block Type 0 */
  591. { /* Intra */
  592. {
  593. /* Coeff Band 0 */
  594. { 125, 34, 187 },
  595. { 52, 41, 133 },
  596. { 6, 31, 56 },
  597. { 0, 0, 0 }, // unused
  598. { 0, 0, 0 }, // unused
  599. { 0, 0, 0 } // unused
  600. },
  601. { /* Coeff Band 1 */
  602. { 37, 109, 153 },
  603. { 51, 102, 147 },
  604. { 23, 87, 128 },
  605. { 8, 67, 101 },
  606. { 1, 41, 63 },
  607. { 1, 19, 29 } },
  608. { /* Coeff Band 2 */
  609. { 31, 154, 185 },
  610. { 17, 127, 175 },
  611. { 6, 96, 145 },
  612. { 2, 73, 114 },
  613. { 1, 51, 82 },
  614. { 1, 28, 45 } },
  615. { /* Coeff Band 3 */
  616. { 23, 163, 200 },
  617. { 10, 131, 185 },
  618. { 2, 93, 148 }, { 1, 67, 111 },
  619. { 1, 41, 69 },
  620. { 1, 14, 24 } },
  621. { /* Coeff Band 4 */
  622. { 29, 176, 217 },
  623. { 12, 145, 201 },
  624. { 3, 101, 156 },
  625. { 1, 69, 111 },
  626. { 1, 39, 63 },
  627. { 1, 14, 23 } },
  628. { /* Coeff Band 5 */
  629. { 57, 192, 233 },
  630. { 25, 154, 215 },
  631. { 6, 109, 167 },
  632. { 3, 78, 118 },
  633. { 1, 48, 69 },
  634. { 1, 21, 29 } } },
  635. { /* Inter */
  636. {
  637. /* Coeff Band 0 */
  638. { 202, 105, 245 },
  639. { 108, 106, 216 },
  640. { 18, 90, 144 },
  641. { 0, 0, 0 }, // unused
  642. { 0, 0, 0 }, // unused
  643. { 0, 0, 0 } // unused
  644. },
  645. { /* Coeff Band 1 */
  646. { 33, 172, 219 },
  647. { 64, 149, 206 },
  648. { 14, 117, 177 },
  649. { 5, 90, 141 },
  650. { 2, 61, 95 },
  651. { 1, 37, 57 } },
  652. { /* Coeff Band 2 */
  653. { 33, 179, 220 },
  654. { 11, 140, 198 },
  655. { 1, 89, 148 },
  656. { 1, 60, 104 },
  657. { 1, 33, 57 },
  658. { 1, 12, 21 } },
  659. { /* Coeff Band 3 */
  660. { 30, 181, 221 },
  661. { 8, 141, 198 },
  662. { 1, 87, 145 },
  663. { 1, 58, 100 }, { 1, 31, 55 },
  664. { 1, 12, 20 } },
  665. { /* Coeff Band 4 */
  666. { 32, 186, 224 },
  667. { 7, 142, 198 },
  668. { 1, 86, 143 },
  669. { 1, 58, 100 },
  670. { 1, 31, 55 },
  671. { 1, 12, 22 } },
  672. { /* Coeff Band 5 */
  673. { 57, 192, 227 },
  674. { 20, 143, 204 },
  675. { 3, 96, 154 },
  676. { 1, 68, 112 },
  677. { 1, 42, 69 },
  678. { 1, 19, 32 } } } },
  679. { /* block Type 1 */
  680. { /* Intra */
  681. {
  682. /* Coeff Band 0 */
  683. { 212, 35, 215 },
  684. { 113, 47, 169 },
  685. { 29, 48, 105 },
  686. { 0, 0, 0 }, // unused
  687. { 0, 0, 0 }, // unused
  688. { 0, 0, 0 } // unused
  689. },
  690. { /* Coeff Band 1 */
  691. { 74, 129, 203 },
  692. { 106, 120, 203 },
  693. { 49, 107, 178 },
  694. { 19, 84, 144 },
  695. { 4, 50, 84 },
  696. { 1, 15, 25 } },
  697. { /* Coeff Band 2 */
  698. { 71, 172, 217 },
  699. { 44, 141, 209 },
  700. { 15, 102, 173 },
  701. { 6, 76, 133 },
  702. { 2, 51, 89 },
  703. { 1, 24, 42 } },
  704. { /* Coeff Band 3 */
  705. { 64, 185, 231 },
  706. { 31, 148, 216 },
  707. { 8, 103, 175 }, { 3, 74, 131 },
  708. { 1, 46, 81 },
  709. { 1, 18, 30 } },
  710. { /* Coeff Band 4 */
  711. { 65, 196, 235 },
  712. { 25, 157, 221 },
  713. { 5, 105, 174 },
  714. { 1, 67, 120 },
  715. { 1, 38, 69 },
  716. { 1, 15, 30 } },
  717. { /* Coeff Band 5 */
  718. { 65, 204, 238 },
  719. { 30, 156, 224 },
  720. { 7, 107, 177 },
  721. { 2, 70, 124 },
  722. { 1, 42, 73 },
  723. { 1, 18, 34 } } },
  724. { /* Inter */
  725. {
  726. /* Coeff Band 0 */
  727. { 225, 86, 251 },
  728. { 144, 104, 235 },
  729. { 42, 99, 181 },
  730. { 0, 0, 0 }, // unused
  731. { 0, 0, 0 }, // unused
  732. { 0, 0, 0 } // unused
  733. },
  734. { /* Coeff Band 1 */
  735. { 85, 175, 239 },
  736. { 112, 165, 229 },
  737. { 29, 136, 200 },
  738. { 12, 103, 162 },
  739. { 6, 77, 123 },
  740. { 2, 53, 84 } },
  741. { /* Coeff Band 2 */
  742. { 75, 183, 239 },
  743. { 30, 155, 221 },
  744. { 3, 106, 171 },
  745. { 1, 74, 128 },
  746. { 1, 44, 76 },
  747. { 1, 17, 28 } },
  748. { /* Coeff Band 3 */
  749. { 73, 185, 240 },
  750. { 27, 159, 222 },
  751. { 2, 107, 172 },
  752. { 1, 75, 127 }, { 1, 42, 73 },
  753. { 1, 17, 29 } },
  754. { /* Coeff Band 4 */
  755. { 62, 190, 238 },
  756. { 21, 159, 222 },
  757. { 2, 107, 172 },
  758. { 1, 72, 122 },
  759. { 1, 40, 71 },
  760. { 1, 18, 32 } },
  761. { /* Coeff Band 5 */
  762. { 61, 199, 240 },
  763. { 27, 161, 226 },
  764. { 4, 113, 180 },
  765. { 1, 76, 129 },
  766. { 1, 46, 80 },
  767. { 1, 23, 41 } } } } },
  768. { { /* block Type 0 */
  769. { /* Intra */
  770. {
  771. /* Coeff Band 0 */
  772. { 7, 27, 153 },
  773. { 5, 30, 95 },
  774. { 1, 16, 30 },
  775. { 0, 0, 0 }, // unused
  776. { 0, 0, 0 }, // unused
  777. { 0, 0, 0 } // unused
  778. },
  779. { /* Coeff Band 1 */
  780. { 50, 75, 127 },
  781. { 57, 75, 124 },
  782. { 27, 67, 108 },
  783. { 10, 54, 86 },
  784. { 1, 33, 52 },
  785. { 1, 12, 18 } },
  786. { /* Coeff Band 2 */
  787. { 43, 125, 151 },
  788. { 26, 108, 148 },
  789. { 7, 83, 122 },
  790. { 2, 59, 89 },
  791. { 1, 38, 60 },
  792. { 1, 17, 27 } },
  793. { /* Coeff Band 3 */ { 23, 144, 163 },
  794. { 13, 112, 154 },
  795. { 2, 75, 117 },
  796. { 1, 50, 81 },
  797. { 1, 31, 51 },
  798. { 1, 14, 23 } },
  799. { /* Coeff Band 4 */
  800. { 18, 162, 185 },
  801. { 6, 123, 171 },
  802. { 1, 78, 125 },
  803. { 1, 51, 86 },
  804. { 1, 31, 54 },
  805. { 1, 14, 23 } },
  806. { /* Coeff Band 5 */
  807. { 15, 199, 227 },
  808. { 3, 150, 204 },
  809. { 1, 91, 146 },
  810. { 1, 55, 95 },
  811. { 1, 30, 53 },
  812. { 1, 11, 20 } } },
  813. { /* Inter */
  814. {
  815. /* Coeff Band 0 */
  816. { 19, 55, 240 },
  817. { 19, 59, 196 },
  818. { 3, 52, 105 },
  819. { 0, 0, 0 }, // unused
  820. { 0, 0, 0 }, // unused
  821. { 0, 0, 0 } // unused
  822. },
  823. { /* Coeff Band 1 */
  824. { 41, 166, 207 },
  825. { 104, 153, 199 },
  826. { 31, 123, 181 },
  827. { 14, 101, 152 },
  828. { 5, 72, 106 },
  829. { 1, 36, 52 } },
  830. { /* Coeff Band 2 */
  831. { 35, 176, 211 },
  832. { 12, 131, 190 },
  833. { 2, 88, 144 },
  834. { 1, 60, 101 },
  835. { 1, 36, 60 },
  836. { 1, 16, 28 } },
  837. { /* Coeff Band 3 */
  838. { 28, 183, 213 }, { 8, 134, 191 },
  839. { 1, 86, 142 },
  840. { 1, 56, 96 },
  841. { 1, 30, 53 },
  842. { 1, 12, 20 } },
  843. { /* Coeff Band 4 */
  844. { 20, 190, 215 },
  845. { 4, 135, 192 },
  846. { 1, 84, 139 },
  847. { 1, 53, 91 },
  848. { 1, 28, 49 },
  849. { 1, 11, 20 } },
  850. { /* Coeff Band 5 */
  851. { 13, 196, 216 },
  852. { 2, 137, 192 },
  853. { 1, 86, 143 },
  854. { 1, 57, 99 },
  855. { 1, 32, 56 },
  856. { 1, 13, 24 } } } },
  857. { /* block Type 1 */
  858. { /* Intra */
  859. {
  860. /* Coeff Band 0 */
  861. { 211, 29, 217 },
  862. { 96, 47, 156 },
  863. { 22, 43, 87 },
  864. { 0, 0, 0 }, // unused
  865. { 0, 0, 0 }, // unused
  866. { 0, 0, 0 } // unused
  867. },
  868. { /* Coeff Band 1 */
  869. { 78, 120, 193 },
  870. { 111, 116, 186 },
  871. { 46, 102, 164 },
  872. { 15, 80, 128 },
  873. { 2, 49, 76 },
  874. { 1, 18, 28 } },
  875. { /* Coeff Band 2 */
  876. { 71, 161, 203 },
  877. { 42, 132, 192 },
  878. { 10, 98, 150 },
  879. { 3, 69, 109 },
  880. { 1, 44, 70 },
  881. { 1, 18, 29 } },
  882. { /* Coeff Band 3 */ { 57, 186, 211 },
  883. { 30, 140, 196 },
  884. { 4, 93, 146 },
  885. { 1, 62, 102 },
  886. { 1, 38, 65 },
  887. { 1, 16, 27 } },
  888. { /* Coeff Band 4 */
  889. { 47, 199, 217 },
  890. { 14, 145, 196 },
  891. { 1, 88, 142 },
  892. { 1, 57, 98 },
  893. { 1, 36, 62 },
  894. { 1, 15, 26 } },
  895. { /* Coeff Band 5 */
  896. { 26, 219, 229 },
  897. { 5, 155, 207 },
  898. { 1, 94, 151 },
  899. { 1, 60, 104 },
  900. { 1, 36, 62 },
  901. { 1, 16, 28 } } },
  902. { /* Inter */
  903. {
  904. /* Coeff Band 0 */
  905. { 233, 29, 248 },
  906. { 146, 47, 220 },
  907. { 43, 52, 140 },
  908. { 0, 0, 0 }, // unused
  909. { 0, 0, 0 }, // unused
  910. { 0, 0, 0 } // unused
  911. },
  912. { /* Coeff Band 1 */
  913. { 100, 163, 232 },
  914. { 179, 161, 222 },
  915. { 63, 142, 204 },
  916. { 37, 113, 174 },
  917. { 26, 89, 137 },
  918. { 18, 68, 97 } },
  919. { /* Coeff Band 2 */
  920. { 85, 181, 230 },
  921. { 32, 146, 209 },
  922. { 7, 100, 164 },
  923. { 3, 71, 121 },
  924. { 1, 45, 77 },
  925. { 1, 18, 30 } },
  926. { /* Coeff Band 3 */
  927. { 65, 187, 230 }, { 20, 148, 207 },
  928. { 2, 97, 159 },
  929. { 1, 68, 116 },
  930. { 1, 40, 70 },
  931. { 1, 14, 29 } },
  932. { /* Coeff Band 4 */
  933. { 40, 194, 227 },
  934. { 8, 147, 204 },
  935. { 1, 94, 155 },
  936. { 1, 65, 112 },
  937. { 1, 39, 66 },
  938. { 1, 14, 26 } },
  939. { /* Coeff Band 5 */
  940. { 16, 208, 228 },
  941. { 3, 151, 207 },
  942. { 1, 98, 160 },
  943. { 1, 67, 117 },
  944. { 1, 41, 74 },
  945. { 1, 17, 31 } } } } },
  946. { { /* block Type 0 */
  947. { /* Intra */
  948. {
  949. /* Coeff Band 0 */
  950. { 17, 38, 140 },
  951. { 7, 34, 80 },
  952. { 1, 17, 29 },
  953. { 0, 0, 0 }, // unused
  954. { 0, 0, 0 }, // unused
  955. { 0, 0, 0 } // unused
  956. },
  957. { /* Coeff Band 1 */
  958. { 37, 75, 128 },
  959. { 41, 76, 128 },
  960. { 26, 66, 116 },
  961. { 12, 52, 94 },
  962. { 2, 32, 55 },
  963. { 1, 10, 16 } },
  964. { /* Coeff Band 2 */
  965. { 50, 127, 154 },
  966. { 37, 109, 152 },
  967. { 16, 82, 121 },
  968. { 5, 59, 85 }, { 1, 35, 54 },
  969. { 1, 13, 20 } },
  970. { /* Coeff Band 3 */
  971. { 40, 142, 167 },
  972. { 17, 110, 157 },
  973. { 2, 71, 112 },
  974. { 1, 44, 72 },
  975. { 1, 27, 45 },
  976. { 1, 11, 17 } },
  977. { /* Coeff Band 4 */
  978. { 30, 175, 188 },
  979. { 9, 124, 169 },
  980. { 1, 74, 116 },
  981. { 1, 48, 78 },
  982. { 1, 30, 49 },
  983. { 1, 11, 18 } },
  984. { /* Coeff Band 5 */
  985. { 10, 222, 223 },
  986. { 2, 150, 194 },
  987. { 1, 83, 128 },
  988. { 1, 48, 79 },
  989. { 1, 27, 45 },
  990. { 1, 11, 17 } } },
  991. { /* Inter */
  992. {
  993. /* Coeff Band 0 */
  994. { 36, 41, 235 },
  995. { 29, 36, 193 },
  996. { 10, 27, 111 },
  997. { 0, 0, 0 }, // unused
  998. { 0, 0, 0 }, // unused
  999. { 0, 0, 0 } // unused
  1000. },
  1001. { /* Coeff Band 1 */
  1002. { 85, 165, 222 },
  1003. { 177, 162, 215 },
  1004. { 110, 135, 195 },
  1005. { 57, 113, 168 },
  1006. { 23, 83, 120 },
  1007. { 10, 49, 61 } },
  1008. { /* Coeff Band 2 */
  1009. { 85, 190, 223 },
  1010. { 36, 139, 200 },
  1011. { 5, 90, 146 },
  1012. { 1, 60, 103 },
  1013. { 1, 38, 65 }, { 1, 18, 30 } },
  1014. { /* Coeff Band 3 */
  1015. { 72, 202, 223 },
  1016. { 23, 141, 199 },
  1017. { 2, 86, 140 },
  1018. { 1, 56, 97 },
  1019. { 1, 36, 61 },
  1020. { 1, 16, 27 } },
  1021. { /* Coeff Band 4 */
  1022. { 55, 218, 225 },
  1023. { 13, 145, 200 },
  1024. { 1, 86, 141 },
  1025. { 1, 57, 99 },
  1026. { 1, 35, 61 },
  1027. { 1, 13, 22 } },
  1028. { /* Coeff Band 5 */
  1029. { 15, 235, 212 },
  1030. { 1, 132, 184 },
  1031. { 1, 84, 139 },
  1032. { 1, 57, 97 },
  1033. { 1, 34, 56 },
  1034. { 1, 14, 23 } } } },
  1035. { /* block Type 1 */
  1036. { /* Intra */
  1037. {
  1038. /* Coeff Band 0 */
  1039. { 181, 21, 201 },
  1040. { 61, 37, 123 },
  1041. { 10, 38, 71 },
  1042. { 0, 0, 0 }, // unused
  1043. { 0, 0, 0 }, // unused
  1044. { 0, 0, 0 } // unused
  1045. },
  1046. { /* Coeff Band 1 */
  1047. { 47, 106, 172 },
  1048. { 95, 104, 173 },
  1049. { 42, 93, 159 },
  1050. { 18, 77, 131 },
  1051. { 4, 50, 81 },
  1052. { 1, 17, 23 } },
  1053. { /* Coeff Band 2 */
  1054. { 62, 147, 199 },
  1055. { 44, 130, 189 },
  1056. { 28, 102, 154 },
  1057. { 18, 75, 115 }, { 2, 44, 65 },
  1058. { 1, 12, 19 } },
  1059. { /* Coeff Band 3 */
  1060. { 55, 153, 210 },
  1061. { 24, 130, 194 },
  1062. { 3, 93, 146 },
  1063. { 1, 61, 97 },
  1064. { 1, 31, 50 },
  1065. { 1, 10, 16 } },
  1066. { /* Coeff Band 4 */
  1067. { 49, 186, 223 },
  1068. { 17, 148, 204 },
  1069. { 1, 96, 142 },
  1070. { 1, 53, 83 },
  1071. { 1, 26, 44 },
  1072. { 1, 11, 17 } },
  1073. { /* Coeff Band 5 */
  1074. { 13, 217, 212 },
  1075. { 2, 136, 180 },
  1076. { 1, 78, 124 },
  1077. { 1, 50, 83 },
  1078. { 1, 29, 49 },
  1079. { 1, 14, 23 } } },
  1080. { /* Inter */
  1081. {
  1082. /* Coeff Band 0 */
  1083. { 197, 13, 247 },
  1084. { 82, 17, 222 },
  1085. { 25, 17, 162 },
  1086. { 0, 0, 0 }, // unused
  1087. { 0, 0, 0 }, // unused
  1088. { 0, 0, 0 } // unused
  1089. },
  1090. { /* Coeff Band 1 */
  1091. { 126, 186, 247 },
  1092. { 234, 191, 243 },
  1093. { 176, 177, 234 },
  1094. { 104, 158, 220 },
  1095. { 66, 128, 186 },
  1096. { 55, 90, 137 } },
  1097. { /* Coeff Band 2 */
  1098. { 111, 197, 242 },
  1099. { 46, 158, 219 },
  1100. { 9, 104, 171 },
  1101. { 2, 65, 125 },
  1102. { 1, 44, 80 }, { 1, 17, 91 } },
  1103. { /* Coeff Band 3 */
  1104. { 104, 208, 245 },
  1105. { 39, 168, 224 },
  1106. { 3, 109, 162 },
  1107. { 1, 79, 124 },
  1108. { 1, 50, 102 },
  1109. { 1, 43, 102 } },
  1110. { /* Coeff Band 4 */
  1111. { 84, 220, 246 },
  1112. { 31, 177, 231 },
  1113. { 2, 115, 180 },
  1114. { 1, 79, 134 },
  1115. { 1, 55, 77 },
  1116. { 1, 60, 79 } },
  1117. { /* Coeff Band 5 */
  1118. { 43, 243, 240 },
  1119. { 8, 180, 217 },
  1120. { 1, 115, 166 },
  1121. { 1, 84, 121 },
  1122. { 1, 51, 67 },
  1123. { 1, 16, 6 } } } } }
  1124. };
  1125. ParetoTable const& ProbabilityTables::pareto_table() const
  1126. {
  1127. return constant_pareto_table;
  1128. }
  1129. KfPartitionProbs const& ProbabilityTables::kf_partition_probs() const
  1130. {
  1131. return constant_kf_partition_probs;
  1132. }
  1133. KfYModeProbs const& ProbabilityTables::kf_y_mode_probs() const
  1134. {
  1135. return constant_kf_y_mode_probs;
  1136. }
  1137. KfUVModeProbs const& ProbabilityTables::kf_uv_mode_prob() const
  1138. {
  1139. return constant_kf_uv_mode_prob;
  1140. }
  1141. void ProbabilityTables::save_probs(size_t index)
  1142. {
  1143. m_saved_probability_tables.insert(index, m_current_probability_table);
  1144. }
  1145. void ProbabilityTables::reset_probs()
  1146. {
  1147. __builtin_memcpy(m_current_probability_table.partition_probs, default_partition_probs, sizeof(PartitionProbs));
  1148. __builtin_memcpy(m_current_probability_table.y_mode_probs, default_y_mode_probs, sizeof(YModeProbs));
  1149. __builtin_memcpy(m_current_probability_table.uv_mode_probs, default_uv_mode_probs, sizeof(UVModeProbs));
  1150. __builtin_memcpy(m_current_probability_table.skip_prob, default_skip_prob, sizeof(SkipProb));
  1151. __builtin_memcpy(m_current_probability_table.is_inter_prob, default_is_inter_prob, sizeof(IsInterProb));
  1152. __builtin_memcpy(m_current_probability_table.comp_mode_prob, default_comp_mode_prob, sizeof(CompModeProb));
  1153. __builtin_memcpy(m_current_probability_table.comp_ref_prob, default_comp_ref_prob, sizeof(CompRefProb));
  1154. __builtin_memcpy(m_current_probability_table.single_ref_prob, default_single_ref_prob, sizeof(SingleRefProb));
  1155. __builtin_memcpy(m_current_probability_table.mv_sign_prob, default_mv_sign_prob, sizeof(MvSignProb));
  1156. __builtin_memcpy(m_current_probability_table.mv_bits_prob, default_mv_bits_prob, sizeof(MvBitsProb));
  1157. __builtin_memcpy(m_current_probability_table.mv_class0_bit_prob, default_mv_class0_bit_prob, sizeof(MvClass0BitProb));
  1158. __builtin_memcpy(m_current_probability_table.tx_probs, default_tx_probs, sizeof(TxProbs));
  1159. __builtin_memcpy(m_current_probability_table.inter_mode_probs, default_inter_mode_probs, sizeof(InterModeProbs));
  1160. __builtin_memcpy(m_current_probability_table.interp_filter_probs, default_interp_filter_probs, sizeof(InterpFilterProbs));
  1161. __builtin_memcpy(m_current_probability_table.mv_joint_probs, default_mv_joint_probs, sizeof(MvJointProbs));
  1162. __builtin_memcpy(m_current_probability_table.mv_class_probs, default_mv_class_probs, sizeof(MvClassProbs));
  1163. __builtin_memcpy(m_current_probability_table.mv_class0_fr_probs, default_mv_class0_fr_probs, sizeof(MvClass0FrProbs));
  1164. __builtin_memcpy(m_current_probability_table.mv_class0_hp_prob, default_mv_class0_hp_prob, sizeof(MvClass0HpProbs));
  1165. __builtin_memcpy(m_current_probability_table.mv_fr_probs, default_mv_fr_probs, sizeof(MvFrProbs));
  1166. __builtin_memcpy(m_current_probability_table.mv_hp_prob, default_mv_hp_prob, sizeof(MvHpProb));
  1167. __builtin_memcpy(m_current_probability_table.coef_probs, default_coef_probs, sizeof(CoefProbs));
  1168. }
  1169. void ProbabilityTables::load_probs(size_t index)
  1170. {
  1171. auto old_table = m_current_probability_table;
  1172. m_current_probability_table = m_saved_probability_tables.at(index);
  1173. __builtin_memcpy(m_current_probability_table.skip_prob, old_table.skip_prob, sizeof(SkipProb));
  1174. __builtin_memcpy(m_current_probability_table.tx_probs, old_table.tx_probs, sizeof(TxProbs));
  1175. }
  1176. void ProbabilityTables::load_probs2(size_t index)
  1177. {
  1178. auto new_table = m_saved_probability_tables.at(index);
  1179. __builtin_memcpy(m_current_probability_table.skip_prob, new_table.skip_prob, sizeof(SkipProb));
  1180. __builtin_memcpy(m_current_probability_table.tx_probs, new_table.tx_probs, sizeof(TxProbs));
  1181. }
  1182. }