Home
last modified time | relevance | path

Searched refs:mpThisRedErr (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp1390 OutPixel.Red += mpThisRedErr[Col + 1] / FS_SCALE ; in DitherOneRow()
1440 mpThisRedErr[Col + 2] += ( err * 7 ) / 16; in DitherOneRow()
1447 mpThisRedErr[Col + 2] = 0; in DitherOneRow()
1493 mpThisRedErr[Col ] += ( err * 7 ) / 16; in DitherOneRow()
1500 mpThisRedErr[Col ] = 0; in DitherOneRow()
1553 int *temperr = mpThisRedErr; in DitherOneRow()
1554 mpThisRedErr = mpNextRedErr; in DitherOneRow()
1568 delete mpThisRedErr; in DitherCleanup()
1581 mpThisRedErr = new int[cols + 2]; in InitDither()
1588 memset(mpThisRedErr, 0, sizeof(int) * (cols + 2)); in InitDither()
Dimage_reader.h228 int *mpThisRedErr; variable