Skip to content

Commit ae3de36

Browse files
dericedmichaelni
authored andcommitted
cross-references for get_rac
Github: Closes #245
1 parent 68ff2d5 commit ae3de36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ffv1.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ SVGI:![svg](rangebinaryvalues1.svg "range binary values 1")
419419
SVGI:!---
420420
SVGC:rangebinaryvalues1.svg=$$r_{i}=\\\\lfloor\\\\frac{R_{i}S_{i,C_{i}}}{2^{8}}\\\\rfloor$$
421421
AART:r_(i) = floor( ( R_(i) * S_(i, C_(i)) ) / 2 ^ 8 )
422+
Figure: A formula of the read of a binary value in Range Binary mode. {#figureGetRacFormula}
422423
423424
SVGI:!---
424425
SVGI:![svg](rangebinaryvalues2.svg "range binary values 2")
@@ -518,7 +519,7 @@ get_rac(state) {
518519
}
519520
}
520521
```
521-
Figure: A pseudo-code description of the read of a binary value in Range Binary mode.
522+
Figure: A pseudo-code description of the read of a binary value in Range Binary mode. {#figureGetRacPseudoCode}
522523
523524
##### Termination
524525
@@ -572,7 +573,7 @@ Figure: A pseudo-code description of the contexts of Range Non Binary Values. {#
572573

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

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

577578
#### Initial Values for the Context Model
578579

0 commit comments

Comments
 (0)