Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DHistoEq16.c74 uint32 sectWidthL; in bim_createHistoOfSection16() local
91 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection16()
106 for( xL = 0; xL < sectWidthL; xL++ ) in bim_createHistoOfSection16()
113 srcPtrL += imgWidthL - sectWidthL; in bim_createHistoOfSection16()
DHistoEq.c73 uint32 sectWidthL; in bim_createHistoOfSection() local
88 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection()
103 for( xL = 0; xL < sectWidthL; xL++ ) in bim_createHistoOfSection()
107 srcPtrL += imgWidthL - sectWidthL; in bim_createHistoOfSection()