Searched refs:height_less_one_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image-inl.h | 30 height_less_one_(height - 1), in Image() 42 height_less_one_(size.height - 1), in Image() 58 height_less_one_(height - 1), in Image() 89 (trunc_y + patchheight) >= height_less_one_) { in ExtractPatchAtSubpixelFixed1616() 146 x, width_less_one_, y, height_less_one_); in GetPixelInterp() 205 InRange(y, ZERO, height_less_one_); in ValidPixel() 211 0, 0, width_less_one_ - EPSILON, height_less_one_ - EPSILON); in GetContainingBox() 226 (y >= ZERO) && (y < height_less_one_); in ValidInterpPixel() 361 const int trunc_y_b = MIN(original.height_less_one_, trunc_y + 1); in DownsampleInterpolateLinear() 410 const int orig_y = Clip(2 * y, ZERO, original.height_less_one_); in DownsampleSmoothed3x3() [all …]
|
D | image.h | 164 return (*this)[Clip(y, ZERO, height_less_one_)] in GetPixelClipped() 170 SCHECK(InRange(row, 0, height_less_one_), 171 "Row out of range: %d (%d max)", row, height_less_one_); 176 SCHECK(InRange(row, 0, height_less_one_), 177 "Row out of range: %d (%d max)", row, height_less_one_); 301 const int height_less_one_; variable
|
D | optical_flow.cc | 70 const int fixed_y_max = RealToFixed1616(img_I.height_less_one_) - 1; in FindFlowAtPoint_LK() 73 const float real_y_max = I_x.height_less_one_ - EPSILON; in FindFlowAtPoint_LK() 267 (top_trunc + patch_size) < img_J.height_less_one_) { in FindFlowAtPoint_ESM() 367 (top_trunc + patch_size) >= J_y.height_less_one_) { in FindFlowAtPoint_ESM()
|
D | image_utils.h | 62 const int max_y = MIN(y + d_y, img->height_less_one_); in MarkImage()
|