Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:DQ

328   double U,V,Q,DQ,DDQ;
592 DQ = resample_filter->A*(2.0*U+1) + resample_filter->B*V;
643 Q += DQ;
644 DQ += DDQ;