1
0

biaridecod.h 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /*!
  2. ***************************************************************************
  3. * \file
  4. * biaridecod.h
  5. *
  6. * \brief
  7. * Headerfile for binary arithmetic decoder routines
  8. *
  9. * \author
  10. * Detlev Marpe,
  11. * Gabi Blättermann
  12. * Copyright (C) 2000 HEINRICH HERTZ INSTITUTE All Rights Reserved.
  13. *
  14. * \date
  15. * 21. Oct 2000
  16. **************************************************************************
  17. */
  18. #ifndef _BIARIDECOD_H_
  19. #define _BIARIDECOD_H_
  20. /************************************************************************
  21. * D e f i n i t i o n s
  22. ***********************************************************************
  23. */
  24. /* Range table for LPS */
  25. /*
  26. static const byte rLPS_table_64x4[64][4]=
  27. {
  28. { 128, 176, 208, 240},
  29. { 128, 167, 197, 227},
  30. { 128, 158, 187, 216},
  31. { 123, 150, 178, 205},
  32. { 116, 142, 169, 195},
  33. { 111, 135, 160, 185},
  34. { 105, 128, 152, 175},
  35. { 100, 122, 144, 166},
  36. { 95, 116, 137, 158},
  37. { 90, 110, 130, 150},
  38. { 85, 104, 123, 142},
  39. { 81, 99, 117, 135},
  40. { 77, 94, 111, 128},
  41. { 73, 89, 105, 122},
  42. { 69, 85, 100, 116},
  43. { 66, 80, 95, 110},
  44. { 62, 76, 90, 104},
  45. { 59, 72, 86, 99},
  46. { 56, 69, 81, 94},
  47. { 53, 65, 77, 89},
  48. { 51, 62, 73, 85},
  49. { 48, 59, 69, 80},
  50. { 46, 56, 66, 76},
  51. { 43, 53, 63, 72},
  52. { 41, 50, 59, 69},
  53. { 39, 48, 56, 65},
  54. { 37, 45, 54, 62},
  55. { 35, 43, 51, 59},
  56. { 33, 41, 48, 56},
  57. { 32, 39, 46, 53},
  58. { 30, 37, 43, 50},
  59. { 29, 35, 41, 48},
  60. { 27, 33, 39, 45},
  61. { 26, 31, 37, 43},
  62. { 24, 30, 35, 41},
  63. { 23, 28, 33, 39},
  64. { 22, 27, 32, 37},
  65. { 21, 26, 30, 35},
  66. { 20, 24, 29, 33},
  67. { 19, 23, 27, 31},
  68. { 18, 22, 26, 30},
  69. { 17, 21, 25, 28},
  70. { 16, 20, 23, 27},
  71. { 15, 19, 22, 25},
  72. { 14, 18, 21, 24},
  73. { 14, 17, 20, 23},
  74. { 13, 16, 19, 22},
  75. { 12, 15, 18, 21},
  76. { 12, 14, 17, 20},
  77. { 11, 14, 16, 19},
  78. { 11, 13, 15, 18},
  79. { 10, 12, 15, 17},
  80. { 10, 12, 14, 16},
  81. { 9, 11, 13, 15},
  82. { 9, 11, 12, 14},
  83. { 8, 10, 12, 14},
  84. { 8, 9, 11, 13},
  85. { 7, 9, 11, 12},
  86. { 7, 9, 10, 12},
  87. { 7, 8, 10, 11},
  88. { 6, 8, 9, 11},
  89. { 6, 7, 9, 10},
  90. { 6, 7, 8, 9},
  91. { 2, 2, 2, 2}
  92. };*/
  93. static const byte rLPS_table_64x4[4][64]={
  94. {128, 128, 128, 123, 116, 111, 105, 100, 95, 90, 85, 81, 77, 73, 69, 66,
  95. 62, 59, 56, 53, 51, 48, 46, 43, 41, 39, 37, 35, 33, 32, 30, 29,
  96. 27, 26, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 14, 13, 12,
  97. 12, 11, 11, 10, 10, 9, 9, 8, 8, 7, 7, 7, 6, 6, 6, 2,
  98. },
  99. {176, 167, 158, 150, 142, 135, 128, 122, 116, 110, 104, 99, 94, 89, 85, 80,
  100. 76, 72, 69, 65, 62, 59, 56, 53, 50, 48, 45, 43, 41, 39, 37, 35,
  101. 33, 31, 30, 28, 27, 26, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15,
  102. 14, 14, 13, 12, 12, 11, 11, 10, 9, 9, 9, 8, 8, 7, 7, 2,
  103. },
  104. {208, 197, 187, 178, 169, 160, 152, 144, 137, 130, 123, 117, 111, 105, 100, 95,
  105. 90, 86, 81, 77, 73, 69, 66, 63, 59, 56, 54, 51, 48, 46, 43, 41,
  106. 39, 37, 35, 33, 32, 30, 29, 27, 26, 25, 23, 22, 21, 20, 19, 18,
  107. 17, 16, 15, 15, 14, 13, 12, 12, 11, 11, 10, 10, 9, 9, 8, 2,
  108. },
  109. {240, 227, 216, 205, 195, 185, 175, 166, 158, 150, 142, 135, 128, 122, 116, 110,
  110. 104, 99, 94, 89, 85, 80, 76, 72, 69, 65, 62, 59, 56, 53, 50, 48,
  111. 45, 43, 41, 39, 37, 35, 33, 31, 30, 28, 27, 25, 24, 23, 22, 21,
  112. 20, 19, 18, 17, 16, 15, 14, 14, 13, 12, 12, 11, 11, 10, 9, 2,
  113. }};
  114. // make uint16 to match biari_decode_symbol
  115. static const byte AC_next_state_MPS_64[64] =
  116. {
  117. 1,2,3,4,5,6,7,8,9,10,
  118. 11,12,13,14,15,16,17,18,19,20,
  119. 21,22,23,24,25,26,27,28,29,30,
  120. 31,32,33,34,35,36,37,38,39,40,
  121. 41,42,43,44,45,46,47,48,49,50,
  122. 51,52,53,54,55,56,57,58,59,60,
  123. 61,62,62,63
  124. };
  125. // make uint16 to match biari_decode_symbol
  126. static const byte AC_next_state_LPS_64[64] =
  127. {
  128. 0, 0, 1, 2, 2, 4, 4, 5, 6, 7,
  129. 8, 9, 9,11,11,12,13,13,15,15,
  130. 16,16,18,18,19,19,21,21,22,22,
  131. 23,24,24,25,26,26,27,27,28,29,
  132. 29,30,30,30,31,32,32,33,33,33,
  133. 34,34,35,35,35,36,36,36,37,37,
  134. 37,38,38,63
  135. };
  136. static const byte renorm_table_32[32]={6,5,4,4,3,3,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
  137. static const byte renorm_table_256[256]={6, 6, 6, 6, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, };
  138. extern void arideco_start_decoding(DecodingEnvironmentPtr eep, unsigned char *code_buffer, int firstbyte, int *code_len);
  139. //extern int arideco_bits_read(const DecodingEnvironmentPtr dep);
  140. extern void arideco_done_decoding(DecodingEnvironmentPtr dep);
  141. extern void biari_init_context (int qp, BiContextTypePtr ctx, const char* ini);
  142. extern unsigned int biari_decode_symbol(DecodingEnvironmentPtr dep, BiContextTypePtr bi_ct );
  143. extern unsigned int biari_decode_symbol_eq_prob(DecodingEnvironmentPtr dep);
  144. extern unsigned int biari_decode_final(DecodingEnvironmentPtr dep);
  145. extern unsigned int getbyte(DecodingEnvironmentPtr dep);
  146. extern unsigned int getword(DecodingEnvironmentPtr dep);
  147. #endif // BIARIDECOD_H_