Changes between Version 20 and Version 21 of SV8Specification
- Timestamp:
- 11/20/06 20:22:16 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SV8Specification
v20 v21 116 116 Format have to be defined. 117 117 118 Format of seek datas : 119 120 - The first 2 values are stored using the same code as the block length code.[[BR]] 121 - The next values are coded as :[[BR]] 122 code = value(n) - 2*value(n-1) + value(n-2)[[BR]] 123 the 1 bit is sent for code sign, and the absolute value of code is sent as golomb code with k=10. A log code, as Fibonacci or Elias may be better, but golomb is easier to implement. 124 118 125 119 126 == Security Block ==