Home | History | Annotate | Download | only in MagickCore

Lines Matching full:weights

306     weights[ErrorQueueLength];
1857 pixel.red+=p->weights[i]*p->error[i].red;
1858 pixel.green+=p->weights[i]*p->error[i].green;
1859 pixel.blue+=p->weights[i]*p->error[i].blue;
1861 pixel.alpha+=p->weights[i]*p->error[i].alpha;
2066 Distribute weights along a curve of exponential decay.
2071 cube_info->weights[ErrorQueueLength-i-1]=PerceptibleReciprocal(weight);
2079 weight+=cube_info->weights[i];
2083 cube_info->weights[i]/=weight;
2084 sum+=cube_info->weights[i];
2086 cube_info->weights[0]+=1.0-sum;