Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hwang (0.02 sec)

  1. src/image/jpeg/idct.go

    // appropriate quantization table. We use fixed-point computation, with the
    // number of bits for the fractional component varying over the intermediate
    // stages.
    //
    // For more on the actual algorithm, see Z. Wang, "Fast algorithms for the
    // discrete W transform and for the discrete Fourier transform", IEEE Trans. on
    // ASSP, Vol. ASSP- 32, pp. 803-816, Aug. 1984.
    func idct(src *block) {
    	// Horizontal 1-D IDCT.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 23:18:37 UTC 2019
    - 5K bytes
    - Viewed (0)
Back to top