OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPGM
(Results
1 - 3
of
3
) sorted by null
/external/brotli/research/
draw_diff.cc
23
void
ReadPGM
(FILE* f, uint8_t*** image, size_t* height, size_t* width) {
91
ReadPGM
(fimage1, &image1, &h1, &w1);
95
ReadPGM
(fimage2, &image2, &h2, &w2);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h
66
bool
ReadPGM
(const std::string filename);
PgmImage.cpp
25
if ( !
ReadPGM
(filename) )
109
bool PgmImage::
ReadPGM
(const std::string filename)
Completed in 699 milliseconds