Home
last modified time | relevance | path

Searched refs:lpGWhiteSort (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dmustek_usb2_reflective.c1363 unsigned short * lpGWhiteSort; in Reflective_LineCalibration16Bits() local
1543 lpGWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight); in Reflective_LineCalibration16Bits()
1550 || lpRWhiteSort == NULL || lpGWhiteSort == NULL || lpBWhiteSort == NULL in Reflective_LineCalibration16Bits()
1664 lpGWhiteSort[j] = in Reflective_LineCalibration16Bits()
1666 lpGWhiteSort[j] += in Reflective_LineCalibration16Bits()
1703 (double) (MustScanner_FiltLower (lpGWhiteSort, wCalHeight, 20, 30) - in Reflective_LineCalibration16Bits()
1731 free (lpGWhiteSort); in Reflective_LineCalibration16Bits()
H A Dmustek_usb2_transparent.c1293 unsigned short * lpGWhiteSort; in Transparent_LineCalibration16Bits() local
1394 lpGWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight); in Transparent_LineCalibration16Bits()
1401 || lpRWhiteSort == NULL || lpGWhiteSort == NULL || lpBWhiteSort == NULL in Transparent_LineCalibration16Bits()
1515 lpGWhiteSort[j] = in Transparent_LineCalibration16Bits()
1517 lpGWhiteSort[j] += in Transparent_LineCalibration16Bits()
1581 (double) (MustScanner_FiltLower (lpGWhiteSort, wCalHeight, 20, 30) - in Transparent_LineCalibration16Bits()
1632 free (lpGWhiteSort); in Transparent_LineCalibration16Bits()

Completed in 4 milliseconds