Skip to content

Commit

Permalink
cross-references for get_rac
Browse files Browse the repository at this point in the history
Github: Closes #245
  • Loading branch information
dericed authored and michaelni committed Oct 7, 2020
1 parent 68ff2d5 commit ae3de36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ffv1.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ SVGI:![svg](rangebinaryvalues1.svg "range binary values 1")
SVGI:!---
SVGC:rangebinaryvalues1.svg=$$r_{i}=\\\\lfloor\\\\frac{R_{i}S_{i,C_{i}}}{2^{8}}\\\\rfloor$$
AART:r_(i) = floor( ( R_(i) * S_(i, C_(i)) ) / 2 ^ 8 )
Figure: A formula of the read of a binary value in Range Binary mode. {#figureGetRacFormula}
SVGI:!---
SVGI:![svg](rangebinaryvalues2.svg "range binary values 2")
Expand Down Expand Up @@ -518,7 +519,7 @@ get_rac(state) {
}
}
```
Figure: A pseudo-code description of the read of a binary value in Range Binary mode.
Figure: A pseudo-code description of the read of a binary value in Range Binary mode. {#figureGetRacPseudoCode}
##### Termination
Expand Down Expand Up @@ -572,7 +573,7 @@ Figure: A pseudo-code description of the contexts of Range Non Binary Values. {#

`get_symbol` is used for the read out of `sample_difference` indicated in [@figureSampleDifference].

`get_rac` returns a boolean, computed from the bytestream as described in (#range-binary-values).
`get_rac` returns a boolean, computed from the bytestream as described in [@figureGetRacFormula] as a formula and in [@figureGetRacPseudoCode] as pseudo-code.

#### Initial Values for the Context Model

Expand Down

0 comments on commit ae3de36

Please sign in to comment.