Lines Matching refs:dstPtrL
42 uint16* dstPtrL; in bim_createHisto() local
46 dstPtrL = histoPtrA; in bim_createHisto()
49 *dstPtrL++ = 0; in bim_createHisto()
54 dstPtrL = histoPtrA; in bim_createHisto()
57 dstPtrL[ *srcPtrL++ ]++; in bim_createHisto()
71 uint16* dstPtrL; in bim_createHistoOfSection() local
92 dstPtrL = histoPtrA; in bim_createHistoOfSection()
95 *dstPtrL++ = 0; in bim_createHistoOfSection()
100 dstPtrL = histoPtrA; in bim_createHistoOfSection()
105 dstPtrL[ *srcPtrL++ ]++; in bim_createHistoOfSection()
122 uint8* dstPtrL; in bim_equalize() local
143 dstPtrL = imagePtrA->arrE.arrPtrE; in bim_equalize()
146 *dstPtrL = mappingL[ *dstPtrL ]; in bim_equalize()
147 dstPtrL++; in bim_equalize()