예제 #1
0
파일: SubBand.cs 프로젝트: mono/csdirac
 public SubBand(Buffer b, int q, Parameters p)
 {
     par = p;
     qi = q;
     buf = b;
 }