Ejemplo n.º 1
0
 internal DCT()
 {
     this.quantum             = new int[2][];
     this.divisors            = new double[2][];
     this.DivisorsLuminance   = new double[0x40];
     this.DivisorsChrominance = new double[0x40];
     this._temp  = new float[0x40];
     dynamicIDCT = dynamicIDCT ?? EmitIDCT();
 }
Ejemplo n.º 2
0
Archivo: DCT.cs Proyecto: JuRogn/OA
 internal DCT()
 {
     this.quantum = new int[2][];
     this.divisors = new double[2][];
     this.DivisorsLuminance = new double[0x40];
     this.DivisorsChrominance = new double[0x40];
     this._temp = new float[0x40];
     dynamicIDCT = dynamicIDCT ?? EmitIDCT();
 }