Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek_usb2_reflective.c1364 unsigned short * lpBWhiteSort; in Reflective_LineCalibration16Bits() local
1544 lpBWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight); in Reflective_LineCalibration16Bits()
1550 || lpRWhiteSort == NULL || lpGWhiteSort == NULL || lpBWhiteSort == NULL in Reflective_LineCalibration16Bits()
1669 lpBWhiteSort[j] = in Reflective_LineCalibration16Bits()
1671 lpBWhiteSort[j] += in Reflective_LineCalibration16Bits()
1706 (double) (MustScanner_FiltLower (lpBWhiteSort, wCalHeight, 20, 30) - in Reflective_LineCalibration16Bits()
1732 free (lpBWhiteSort); in Reflective_LineCalibration16Bits()
H A Dmustek_usb2_transparent.c1294 unsigned short * lpBWhiteSort; in Transparent_LineCalibration16Bits() local
1395 lpBWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight); in Transparent_LineCalibration16Bits()
1401 || lpRWhiteSort == NULL || lpGWhiteSort == NULL || lpBWhiteSort == NULL in Transparent_LineCalibration16Bits()
1520 lpBWhiteSort[j] = in Transparent_LineCalibration16Bits()
1522 lpBWhiteSort[j] += in Transparent_LineCalibration16Bits()
1584 (double) (MustScanner_FiltLower (lpBWhiteSort, wCalHeight, 20, 30) - in Transparent_LineCalibration16Bits()
1633 free (lpBWhiteSort); in Transparent_LineCalibration16Bits()

Completed in 4 milliseconds