Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp1392 OutPixel.Blue += mpThisBlueErr[Col + 1] / FS_SCALE; in DitherOneRow()
1474 mpThisBlueErr[Col + 2] += ( err * 7 ) / 16; in DitherOneRow()
1481 mpThisBlueErr[Col + 2] = 0; in DitherOneRow()
1527 mpThisBlueErr[Col ] += ( err * 7 ) / 16; in DitherOneRow()
1534 mpThisBlueErr[Col ] = 0; in DitherOneRow()
1559 temperr = mpThisBlueErr; in DitherOneRow()
1560 mpThisBlueErr = mpNextBlueErr; in DitherOneRow()
1572 delete mpThisBlueErr; in DitherCleanup()
1585 mpThisBlueErr = new int[cols + 2]; in InitDither()
1590 memset(mpThisBlueErr, 0, sizeof(int) * (cols + 2)); in InitDither()
Dimage_reader.h226 int *mpThisBlueErr; variable