OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histogramL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c
164
uint16
histogramL
[ 256 ];
165
bim_createHisto( cpA,
histogramL
, imagePtrA );
166
bim_equalize( cpA, imagePtrA,
histogramL
);
175
uint16
histogramL
[ 256 ];
176
bim_createHistoOfSection( cpA,
histogramL
, sectionPtrA, imagePtrA );
177
bim_equalize( cpA, imagePtrA,
histogramL
);
HistoEq16.c
168
uint16
histogramL
[ 256 ];
169
bim_createHisto16(
histogramL
, imagePtrA );
170
bim_equalize16( imagePtrA,
histogramL
);
178
uint16
histogramL
[ 256 ];
179
bim_createHistoOfSection16(
histogramL
, sectionPtrA, imagePtrA );
180
bim_equalize16( imagePtrA,
histogramL
);
Completed in 129 milliseconds