Changes between Version 20 and Version 21 of SV8Specification


Ignore:
Timestamp:
11/20/06 20:22:16 (17 years ago)
Author:
r2d
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SV8Specification

    v20 v21  
    116116Format have to be defined.
    117117
     118Format 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]]
     122code = value(n) - 2*value(n-1) + value(n-2)[[BR]]
     123the 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
    118125
    119126== Security Block ==