OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPixelInterpFixed1616
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.cc
93
*vals_I_ptr++ = img_I.
GetPixelInterpFixed1616
(fp_x, fp_y);
94
*vals_I_x_ptr++ = I_x.
GetPixelInterpFixed1616
(fp_x, fp_y);
95
*vals_I_y_ptr++ = I_y.
GetPixelInterpFixed1616
(fp_x, fp_y);
146
*vals_J_ptr++ = img_J.
GetPixelInterpFixed1616
(fp_x, fp_y);
308
int32_t target_dx = J_x.
GetPixelInterpFixed1616
(fp_x, fp_y);
309
int32_t target_dy = J_y.
GetPixelInterpFixed1616
(fp_x, fp_y);
image_utils.h
167
*vals_x_ptr++ = I_x.
GetPixelInterpFixed1616
(fp_x, fp_y);
168
*vals_y_ptr++ = I_y.
GetPixelInterpFixed1616
(fp_x, fp_y);
image.h
142
inline T
GetPixelInterpFixed1616
(const int fp_x_whole,
image-inl.h
97
static_cast<DstType>(
GetPixelInterpFixed1616
(fp_x + (x << 16),
170
inline T Image<T>::
GetPixelInterpFixed1616
(
Completed in 122 milliseconds