Lines Matching refs:Baseline
681 which specifies `Baseline` and `Number_of_Bits` to add.
689 The literals length is equal to the decoded `Baseline` plus
700 | `Baseline` | 16 | 18 | 20 | 22 | 24 | 28 | 32 | 40 |
705 | `Baseline` | 48 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 |
710 | `Baseline` | 8192 |16384 |32768 |65536 |
718 The match length is equal to the decoded `Baseline` plus
729 | `Baseline` | 35 | 37 | 39 | 41 | 43 | 47 | 51 | 59 |
734 | `Baseline` | 67 | 83 | 99 | 131 | 259 | 515 | 1027 | 2051 |
739 | `Baseline` | 4099 | 8195 |16387 |32771 |65539 |
814 The code then defines the `Baseline` and `Number_of_Bits` to read for each type.
1025 `Symbol`, `Num_Bits`, and `Baseline`.
1032 …ould consume `Num_Bits` bits from the stream as a __little-endian__ value and add it to `Baseline`.
1117 and instructions to get the next state (`Number_of_Bits` and `Baseline`).
1143 To add the `Number_of_Bits` and `Baseline` required to retrieve next state,
1161 Baseline is assigned starting from the higher states using fewer bits,
1163 each state takes its allocated width from Baseline.
1171 | `Baseline` | 32 | 64 | 96 | 0 | 16 |
1175 by reading the required `Number_of_Bits`, and adding the specified `Baseline`.