You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

293 lines
9.6KB

  1. /*
  2. * H.263+ tables
  3. *
  4. * This file is part of FFmpeg.
  5. *
  6. * FFmpeg is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * FFmpeg is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with FFmpeg; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  19. */
  20. /**
  21. * @file
  22. * H.263 tables.
  23. */
  24. #include <stdint.h>
  25. #include "h263data.h"
  26. #include "mpegvideo.h"
  27. uint8_t ff_h263_static_rl_table_store[2][2][2 * MAX_RUN + MAX_LEVEL + 3];
  28. /* intra MCBPC, mb_type = (intra), then (intraq) */
  29. const uint8_t ff_h263_intra_MCBPC_code[9] = { 1, 1, 2, 3, 1, 1, 2, 3, 1 };
  30. const uint8_t ff_h263_intra_MCBPC_bits[9] = { 1, 3, 3, 3, 4, 6, 6, 6, 9 };
  31. /* inter MCBPC, mb_type = (inter), (intra), (interq), (intraq), (inter4v) */
  32. /* Changed the tables for interq and inter4v+q, following the standard
  33. * ** Juanjo ** */
  34. const uint8_t ff_h263_inter_MCBPC_code[28] = {
  35. 1, 3, 2, 5,
  36. 3, 4, 3, 3,
  37. 3, 7, 6, 5,
  38. 4, 4, 3, 2,
  39. 2, 5, 4, 5,
  40. 1, 0, 0, 0, /* Stuffing */
  41. 2, 12, 14, 15,
  42. };
  43. const uint8_t ff_h263_inter_MCBPC_bits[28] = {
  44. 1, 4, 4, 6, /* inter */
  45. 5, 8, 8, 7, /* intra */
  46. 3, 7, 7, 9, /* interQ */
  47. 6, 9, 9, 9, /* intraQ */
  48. 3, 7, 7, 8, /* inter4 */
  49. 9, 0, 0, 0, /* Stuffing */
  50. 11, 13, 13, 13, /* inter4Q */
  51. };
  52. const uint8_t ff_h263_mbtype_b_tab[15][2] = {
  53. { 1, 1 },
  54. { 3, 3 },
  55. { 1, 5 },
  56. { 4, 4 },
  57. { 5, 4 },
  58. { 6, 6 },
  59. { 2, 4 },
  60. { 3, 4 },
  61. { 7, 6 },
  62. { 4, 6 },
  63. { 5, 6 },
  64. { 1, 6 },
  65. { 1, 10 },
  66. { 1, 7 },
  67. { 1, 8 },
  68. };
  69. const uint8_t ff_cbpc_b_tab[4][2] = {
  70. { 0, 1 },
  71. { 2, 2 },
  72. { 7, 3 },
  73. { 6, 3 },
  74. };
  75. const uint8_t ff_h263_cbpy_tab[16][2] = {
  76. { 3, 4 }, { 5, 5 }, { 4, 5 }, { 9, 4 }, { 3, 5 }, { 7, 4 }, { 2, 6 },
  77. { 11, 4 }, { 2, 5 }, { 3, 6 }, { 5, 4 }, { 10, 4 }, { 4, 4 }, { 8, 4 },
  78. { 6, 4 }, { 3, 2 }
  79. };
  80. const uint8_t ff_mvtab[33][2] = {
  81. { 1, 1 }, { 1, 2 }, { 1, 3 }, { 1, 4 }, { 3, 6 }, { 5, 7 },
  82. { 4, 7 }, { 3, 7 }, { 11, 9 }, { 10, 9 }, { 9, 9 }, { 17, 10 },
  83. { 16, 10 }, { 15, 10 }, { 14, 10 }, { 13, 10 }, { 12, 10 }, { 11, 10 },
  84. { 10, 10 }, { 9, 10 }, { 8, 10 }, { 7, 10 }, { 6, 10 }, { 5, 10 },
  85. { 4, 10 }, { 7, 11 }, { 6, 11 }, { 5, 11 }, { 4, 11 }, { 3, 11 },
  86. { 2, 11 }, { 3, 12 }, { 2, 12 }
  87. };
  88. /* third non intra table */
  89. const uint16_t ff_inter_vlc[103][2] = {
  90. { 0x2, 2 }, { 0xf, 4 }, { 0x15, 6 }, { 0x17, 7 },
  91. { 0x1f, 8 }, { 0x25, 9 }, { 0x24, 9 }, { 0x21, 10 },
  92. { 0x20, 10 }, { 0x7, 11 }, { 0x6, 11 }, { 0x20, 11 },
  93. { 0x6, 3 }, { 0x14, 6 }, { 0x1e, 8 }, { 0xf, 10 },
  94. { 0x21, 11 }, { 0x50, 12 }, { 0xe, 4 }, { 0x1d, 8 },
  95. { 0xe, 10 }, { 0x51, 12 }, { 0xd, 5 }, { 0x23, 9 },
  96. { 0xd, 10 }, { 0xc, 5 }, { 0x22, 9 }, { 0x52, 12 },
  97. { 0xb, 5 }, { 0xc, 10 }, { 0x53, 12 }, { 0x13, 6 },
  98. { 0xb, 10 }, { 0x54, 12 }, { 0x12, 6 }, { 0xa, 10 },
  99. { 0x11, 6 }, { 0x9, 10 }, { 0x10, 6 }, { 0x8, 10 },
  100. { 0x16, 7 }, { 0x55, 12 }, { 0x15, 7 }, { 0x14, 7 },
  101. { 0x1c, 8 }, { 0x1b, 8 }, { 0x21, 9 }, { 0x20, 9 },
  102. { 0x1f, 9 }, { 0x1e, 9 }, { 0x1d, 9 }, { 0x1c, 9 },
  103. { 0x1b, 9 }, { 0x1a, 9 }, { 0x22, 11 }, { 0x23, 11 },
  104. { 0x56, 12 }, { 0x57, 12 }, { 0x7, 4 }, { 0x19, 9 },
  105. { 0x5, 11 }, { 0xf, 6 }, { 0x4, 11 }, { 0xe, 6 },
  106. { 0xd, 6 }, { 0xc, 6 }, { 0x13, 7 }, { 0x12, 7 },
  107. { 0x11, 7 }, { 0x10, 7 }, { 0x1a, 8 }, { 0x19, 8 },
  108. { 0x18, 8 }, { 0x17, 8 }, { 0x16, 8 }, { 0x15, 8 },
  109. { 0x14, 8 }, { 0x13, 8 }, { 0x18, 9 }, { 0x17, 9 },
  110. { 0x16, 9 }, { 0x15, 9 }, { 0x14, 9 }, { 0x13, 9 },
  111. { 0x12, 9 }, { 0x11, 9 }, { 0x7, 10 }, { 0x6, 10 },
  112. { 0x5, 10 }, { 0x4, 10 }, { 0x24, 11 }, { 0x25, 11 },
  113. { 0x26, 11 }, { 0x27, 11 }, { 0x58, 12 }, { 0x59, 12 },
  114. { 0x5a, 12 }, { 0x5b, 12 }, { 0x5c, 12 }, { 0x5d, 12 },
  115. { 0x5e, 12 }, { 0x5f, 12 }, { 0x3, 7 },
  116. };
  117. const int8_t ff_inter_level[102] = {
  118. 1, 2, 3, 4, 5, 6, 7, 8,
  119. 9, 10, 11, 12, 1, 2, 3, 4,
  120. 5, 6, 1, 2, 3, 4, 1, 2,
  121. 3, 1, 2, 3, 1, 2, 3, 1,
  122. 2, 3, 1, 2, 1, 2, 1, 2,
  123. 1, 2, 1, 1, 1, 1, 1, 1,
  124. 1, 1, 1, 1, 1, 1, 1, 1,
  125. 1, 1, 1, 2, 3, 1, 2, 1,
  126. 1, 1, 1, 1, 1, 1, 1, 1,
  127. 1, 1, 1, 1, 1, 1, 1, 1,
  128. 1, 1, 1, 1, 1, 1, 1, 1,
  129. 1, 1, 1, 1, 1, 1, 1, 1,
  130. 1, 1, 1, 1, 1, 1,
  131. };
  132. const int8_t ff_inter_run[102] = {
  133. 0, 0, 0, 0, 0, 0, 0, 0,
  134. 0, 0, 0, 0, 1, 1, 1, 1,
  135. 1, 1, 2, 2, 2, 2, 3, 3,
  136. 3, 4, 4, 4, 5, 5, 5, 6,
  137. 6, 6, 7, 7, 8, 8, 9, 9,
  138. 10, 10, 11, 12, 13, 14, 15, 16,
  139. 17, 18, 19, 20, 21, 22, 23, 24,
  140. 25, 26, 0, 0, 0, 1, 1, 2,
  141. 3, 4, 5, 6, 7, 8, 9, 10,
  142. 11, 12, 13, 14, 15, 16, 17, 18,
  143. 19, 20, 21, 22, 23, 24, 25, 26,
  144. 27, 28, 29, 30, 31, 32, 33, 34,
  145. 35, 36, 37, 38, 39, 40,
  146. };
  147. RLTable ff_h263_rl_inter = {
  148. 102,
  149. 58,
  150. ff_inter_vlc,
  151. ff_inter_run,
  152. ff_inter_level,
  153. };
  154. static const uint16_t intra_vlc_aic[103][2] = {
  155. { 0x2, 2 }, { 0x6, 3 }, { 0xe, 4 }, { 0xc, 5 },
  156. { 0xd, 5 }, { 0x10, 6 }, { 0x11, 6 }, { 0x12, 6 },
  157. { 0x16, 7 }, { 0x1b, 8 }, { 0x20, 9 }, { 0x21, 9 },
  158. { 0x1a, 9 }, { 0x1b, 9 }, { 0x1c, 9 }, { 0x1d, 9 },
  159. { 0x1e, 9 }, { 0x1f, 9 }, { 0x23, 11 }, { 0x22, 11 },
  160. { 0x57, 12 }, { 0x56, 12 }, { 0x55, 12 }, { 0x54, 12 },
  161. { 0x53, 12 }, { 0xf, 4 }, { 0x14, 6 }, { 0x14, 7 },
  162. { 0x1e, 8 }, { 0xf, 10 }, { 0x21, 11 }, { 0x50, 12 },
  163. { 0xb, 5 }, { 0x15, 7 }, { 0xe, 10 }, { 0x9, 10 },
  164. { 0x15, 6 }, { 0x1d, 8 }, { 0xd, 10 }, { 0x51, 12 },
  165. { 0x13, 6 }, { 0x23, 9 }, { 0x7, 11 }, { 0x17, 7 },
  166. { 0x22, 9 }, { 0x52, 12 }, { 0x1c, 8 }, { 0xc, 10 },
  167. { 0x1f, 8 }, { 0xb, 10 }, { 0x25, 9 }, { 0xa, 10 },
  168. { 0x24, 9 }, { 0x6, 11 }, { 0x21, 10 }, { 0x20, 10 },
  169. { 0x8, 10 }, { 0x20, 11 }, { 0x7, 4 }, { 0xc, 6 },
  170. { 0x10, 7 }, { 0x13, 8 }, { 0x11, 9 }, { 0x12, 9 },
  171. { 0x4, 10 }, { 0x27, 11 }, { 0x26, 11 }, { 0x5f, 12 },
  172. { 0xf, 6 }, { 0x13, 9 }, { 0x5, 10 }, { 0x25, 11 },
  173. { 0xe, 6 }, { 0x14, 9 }, { 0x24, 11 }, { 0xd, 6 },
  174. { 0x6, 10 }, { 0x5e, 12 }, { 0x11, 7 }, { 0x7, 10 },
  175. { 0x13, 7 }, { 0x5d, 12 }, { 0x12, 7 }, { 0x5c, 12 },
  176. { 0x14, 8 }, { 0x5b, 12 }, { 0x15, 8 }, { 0x1a, 8 },
  177. { 0x19, 8 }, { 0x18, 8 }, { 0x17, 8 }, { 0x16, 8 },
  178. { 0x19, 9 }, { 0x15, 9 }, { 0x16, 9 }, { 0x18, 9 },
  179. { 0x17, 9 }, { 0x4, 11 }, { 0x5, 11 }, { 0x58, 12 },
  180. { 0x59, 12 }, { 0x5a, 12 }, { 0x3, 7 },
  181. };
  182. static const int8_t intra_run_aic[102] = {
  183. 0, 0, 0, 0, 0, 0, 0, 0,
  184. 0, 0, 0, 0, 0, 0, 0, 0,
  185. 0, 0, 0, 0, 0, 0, 0, 0,
  186. 0, 1, 1, 1, 1, 1, 1, 1,
  187. 2, 2, 2, 2, 3, 3, 3, 3,
  188. 4, 4, 4, 5, 5, 5, 6, 6,
  189. 7, 7, 8, 8, 9, 9, 10, 11,
  190. 12, 13, 0, 0, 0, 0, 0, 0,
  191. 0, 0, 0, 0, 1, 1, 1, 1,
  192. 2, 2, 2, 3, 3, 3, 4, 4,
  193. 5, 5, 6, 6, 7, 7, 8, 9,
  194. 10, 11, 12, 13, 14, 15, 16, 17,
  195. 18, 19, 20, 21, 22, 23,
  196. };
  197. static const int8_t intra_level_aic[102] = {
  198. 1, 2, 3, 4, 5, 6, 7, 8,
  199. 9, 10, 11, 12, 13, 14, 15, 16,
  200. 17, 18, 19, 20, 21, 22, 23, 24,
  201. 25, 1, 2, 3, 4, 5, 6, 7,
  202. 1, 2, 3, 4, 1, 2, 3, 4,
  203. 1, 2, 3, 1, 2, 3, 1, 2,
  204. 1, 2, 1, 2, 1, 2, 1, 1,
  205. 1, 1, 1, 2, 3, 4, 5, 6,
  206. 7, 8, 9, 10, 1, 2, 3, 4,
  207. 1, 2, 3, 1, 2, 3, 1, 2,
  208. 1, 2, 1, 2, 1, 2, 1, 1,
  209. 1, 1, 1, 1, 1, 1, 1, 1,
  210. 1, 1, 1, 1, 1, 1,
  211. };
  212. RLTable ff_rl_intra_aic = {
  213. 102,
  214. 58,
  215. intra_vlc_aic,
  216. intra_run_aic,
  217. intra_level_aic,
  218. };
  219. const uint16_t ff_h263_format[8][2] = {
  220. { 0, 0 },
  221. { 128, 96 },
  222. { 176, 144 },
  223. { 352, 288 },
  224. { 704, 576 },
  225. { 1408, 1152 },
  226. };
  227. const uint8_t ff_aic_dc_scale_table[32] = {
  228. // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  229. 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62
  230. };
  231. const uint8_t ff_modified_quant_tab[2][32] = {
  232. // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  233. {
  234. 0, 3, 1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28
  235. },
  236. {
  237. 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 31, 31, 26
  238. }
  239. };
  240. const uint8_t ff_h263_chroma_qscale_table[32] = {
  241. // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  242. 0, 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15
  243. };
  244. const uint16_t ff_mba_max[6] = {
  245. 47, 98, 395, 1583, 6335, 9215
  246. };
  247. const uint8_t ff_mba_length[7] = {
  248. 6, 7, 9, 11, 13, 14, 14
  249. };
  250. const AVRational ff_h263_pixel_aspect[16] = {
  251. { 0, 1 },
  252. { 1, 1 },
  253. { 12, 11 },
  254. { 10, 11 },
  255. { 16, 11 },
  256. { 40, 33 },
  257. { 0, 1 },
  258. { 0, 1 },
  259. { 0, 1 },
  260. { 0, 1 },
  261. { 0, 1 },
  262. { 0, 1 },
  263. { 0, 1 },
  264. { 0, 1 },
  265. { 0, 1 },
  266. { 0, 1 },
  267. };