fn dequantize_and_idct_block_1x1( coefficients: &[i16; 64], quantization_table: &[u16; 64], _output_linestride: usize, output: &mut [u8], )