Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:DQ

329   double U,V,Q,DQ,DDQ;
593 DQ = resample_filter->A*(2.0*U+1) + resample_filter->B*V;
644 Q += DQ;
645 DQ += DDQ;