Skip to content

Commit 98e1872

Browse files
Timothy B. Terriberrylu-zero
Timothy B. Terriberry
authored andcommitted
Fix URL for theoretical_results.pdf.
RIP people.xiph.org.
1 parent 3e91d52 commit 98e1872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quantize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ impl QuantizationContext {
230230
// to be quite close (+/- 1/256), for both inter and intra,
231231
// post-deadzoning.
232232
//
233-
// [1] https://people.xiph.org/~jm/notes/theoretical_results.pdf
233+
// [1] https://jmvalin.ca/notes/theoretical_results.pdf
234234
self.dc_offset = self.dc_quant * (if is_intra { 109 } else { 108 }) / 256;
235235
self.ac_offset0 = self.ac_quant * (if is_intra { 98 } else { 97 }) / 256;
236236
self.ac_offset1 = self.ac_quant * (if is_intra { 109 } else { 108 }) / 256;

0 commit comments

Comments
 (0)