Skip to content
Snippets Groups Projects
Commit 3a410e29 authored by Luca Barbato's avatar Luca Barbato Committed by Thomas Daede
Browse files

Fix a rebase glitch in quantize

parent 8afddfe0
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,9 @@ impl QuantizationContext {
self.ac_quant = ac_q(qindex) as u32;
self.ac_mul_add = divu_gen(self.ac_quant);
self.dc_offset = self.dc_quant as i32 * 21 / 64;
self.ac_offset = self.ac_quant as i32 * 21 / 64;
}
#[inline]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment