pub fn dequantize_and_idct_block_8x8( coefficients: &[i16; 64], quantization_table: &[u16; 64], output_linestride: usize, output: &mut [u8], )