HomeSort by relevance Sort by last modified time
    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 1323 milliseconds