Searched refs:GetPixelInterpFixed1616 (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | optical_flow.cc | 93 *vals_I_ptr++ = img_I.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK() 94 *vals_I_x_ptr++ = I_x.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK() 95 *vals_I_y_ptr++ = I_y.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK() 146 *vals_J_ptr++ = img_J.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK() 308 int32_t target_dx = J_x.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_ESM() 309 int32_t target_dy = J_y.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_ESM()
|
D | image_utils.h | 167 *vals_x_ptr++ = I_x.GetPixelInterpFixed1616(fp_x, fp_y); in CalculateG() 168 *vals_y_ptr++ = I_y.GetPixelInterpFixed1616(fp_x, fp_y); in CalculateG()
|
D | image.h | 142 inline T GetPixelInterpFixed1616(const int fp_x_whole,
|
D | image-inl.h | 97 static_cast<DstType>(GetPixelInterpFixed1616(fp_x + (x << 16), in ExtractPatchAtSubpixelFixed1616() 170 inline T Image<T>::GetPixelInterpFixed1616( in GetPixelInterpFixed1616() function
|