Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-references for get_rac #245

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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