Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek_usb2_reflective.c1362 unsigned short * lpRWhiteSort; in Reflective_LineCalibration16Bits() local
1542 lpRWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight); in Reflective_LineCalibration16Bits()
1550 || lpRWhiteSort == NULL || lpGWhiteSort == NULL || lpBWhiteSort == NULL in Reflective_LineCalibration16Bits()
1659 lpRWhiteSort[j] = in Reflective_LineCalibration16Bits()
1661 lpRWhiteSort[j] += in Reflective_LineCalibration16Bits()
1700 (double) (MustScanner_FiltLower (lpRWhiteSort, wCalHeight, 20, 30) - in Reflective_LineCalibration16Bits()
1730 free (lpRWhiteSort); in Reflective_LineCalibration16Bits()
H A Dmustek_usb2_transparent.c1292 unsigned short * lpRWhiteSort; in Transparent_LineCalibration16Bits() local
1393 lpRWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight); in Transparent_LineCalibration16Bits()
1401 || lpRWhiteSort == NULL || lpGWhiteSort == NULL || lpBWhiteSort == NULL in Transparent_LineCalibration16Bits()
1510 lpRWhiteSort[j] = in Transparent_LineCalibration16Bits()
1512 lpRWhiteSort[j] += in Transparent_LineCalibration16Bits()
1578 (double) (MustScanner_FiltLower (lpRWhiteSort, wCalHeight, 20, 30) - in Transparent_LineCalibration16Bits()
1631 free (lpRWhiteSort); in Transparent_LineCalibration16Bits()

Completed in 4 milliseconds