Home
last modified time | relevance | path

Searched refs:image_size_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dflow_cache.h33 image_size_(config->image_size), in FlowCache()
105 if (InRange(*final_x, 0.0f, static_cast<float>(image_size_.width) - 1) && in FindNewPositionOfPoint()
106 InRange(*final_y, 0.0f, static_cast<float>(image_size_.height) - 1)) { in FindNewPositionOfPoint()
130 BoundingBox(0, 0, image_size_.width - 1, image_size_.height - 1)); in GetMedianFlow()
204 (image_size_.width + level_dim - 1) / level_dim; in LookupGuessFromLevel()
206 (image_size_.height + level_dim - 1) / level_dim; in LookupGuessFromLevel()
252 if (x < 0 || x >= image_size_.width || y < 0 || y >= image_size_.height) { in LookupGuess()
290 const Size image_size_; variable
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.cc50 return loca * image_size_; in GlyphStartOffset()
57 return image_size_; in GlyphLength()
64 image_size_ = in IndexSubTableFormat2()
Dindex_sub_table_format5.cc55 return image_size_; in GlyphLength()
75 image_size_ = data_->ReadULongAsInt( in IndexSubTableFormat5()
Dindex_sub_table_format2.h98 int32_t image_size_; variable
Dindex_sub_table_format5.h109 int32_t image_size_; variable