Searched defs:histogramL (Results 1 - 2 of 2) sorted by path

/external/neven/Embedded/common/src/b_ImageEm/
H A DHistoEq.c164 uint16 histogramL[ 256 ]; local
165 bim_createHisto( cpA, histogramL, imagePtrA );
166 bim_equalize( cpA, imagePtrA, histogramL );
175 uint16 histogramL[ 256 ]; local
176 bim_createHistoOfSection( cpA, histogramL, sectionPtrA, imagePtrA );
177 bim_equalize( cpA, imagePtrA, histogramL );
H A DHistoEq16.c168 uint16 histogramL[ 256 ]; local
169 bim_createHisto16( histogramL, imagePtrA );
170 bim_equalize16( imagePtrA, histogramL );
178 uint16 histogramL[ 256 ]; local
179 bim_createHistoOfSection16( histogramL, sectionPtrA, imagePtrA );
180 bim_equalize16( imagePtrA, histogramL );

Completed in 240 milliseconds