fixes experiment binary

This commit is contained in:
2024-05-08 12:01:33 +02:00
parent 1aa32a3788
commit 499f7f7bfd
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use crate::descriptors::{Descriptor, print_matrix, DCT};
impl DCT {
/// Returns a new DCT instance with a calculated DCT matrix.
/// Returns a new DCT instance with a base quality DCT matrix.
pub fn new() -> DCT {
let base_quantization_matrix: [u8; 64] = [
16, 11, 10, 16, 24, 40, 51, 61,