Home
last modified time | relevance | path

Searched refs:img_y (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc465 for (int img_y = start_y; img_y < end_y; ++img_y) { in FindFastKeypoints() local
466 const uint8_t* curr_pixel_ptr = frame[img_y] + start_x; in FindFastKeypoints()
480 uint8_t* const center_ptr = (*keypoint_scratch_)[img_y] + img_x; in FindFastKeypoints()
501 for (int img_y = start_y + 1; img_y < end_y - 1; ++img_y) { in FindFastKeypoints() local
502 const uint8_t* curr_pixel_ptr = (*keypoint_scratch_)[img_y] + start_x; in FindFastKeypoints()
508 img_x * downsample_factor, img_y * downsample_factor); in FindFastKeypoints()
/external/libxcam/xcore/
Dxcam_utils.cpp51 float img_y = 0.0f; in transform_bowl_coord_to_image_y() local
54 img_y = (config.wall_height - bowl_z) * wall_image_height / config.wall_height; in transform_bowl_coord_to_image_y()
55 img_y = XCAM_CLAMP (img_y, 0.0f, wall_image_height - 1.0f); in transform_bowl_coord_to_image_y()
68 img_y = (max_semimajor - cur_semimajor) * step + wall_image_height; in transform_bowl_coord_to_image_y()
69 img_y = XCAM_CLAMP (img_y, wall_image_height, img_height - 1.0f); in transform_bowl_coord_to_image_y()
71 return img_y; in transform_bowl_coord_to_image_y()