HomeSort by relevance Sort by last modified time
    Searched refs:fp_y (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.cc 88 const int fp_y = Clip(src_top_fixed + (y << 16), 0, fixed_y_max); local
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);
143 const int fp_y = Clip(top_fixed + (win_y << 16), 0, fixed_y_max); local
146 *vals_J_ptr++ = img_J.GetPixelInterpFixed1616(fp_x, fp_y);
305 const int fp_y = top_fixed + (y << 16); local
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-inl.h 79 const int fp_y,
85 const int trunc_y = fp_y >> 16;
98 fp_y + (y << 16)));
179 const int fp_y = fp_y_whole - trunc_y; local
186 const int one_minus_fp_y = kFixedPointOne - fp_y;
197 fp_y * static_cast<int64_t>(one_minus_fp_x * c + fp_x * d) +
351 const int fp_y = src_y_fp - trunc_y; local
356 const int one_minus_fp_y = kFixedPointOne8 - fp_y;
396 (fp_y * one_minus_fp_x * c + fp_x * d) + kFixedPointHalf8) >>
image_utils.h 162 const int fp_y = src_top_fixed + (y << 16); local
167 *vals_x_ptr++ = I_x.GetPixelInterpFixed1616(fp_x, fp_y);
168 *vals_y_ptr++ = I_y.GetPixelInterpFixed1616(fp_x, fp_y);
image.h 114 // Arguments fp_x and fp_y tell the subpixel position in fixed point format,
119 const int fp_y,
137 // Arguments fp_x and fp_y tell the subpixel position in
  /external/epid-sdk/epid/common/math/src/
printutils.c 194 FfElement* fp_y = NULL; local
225 if (kEpidNoErr != NewFfElement(fp, &fp_y)) {
236 fp_y->ipp_ff_elem, g->ipp_ec);
257 sts = ippsGFpGetElementOctString(fp_y->ipp_ff_elem,
281 DeleteFfElement(&fp_y);
ecgroup.c 284 FfElement* fp_y = NULL; local
332 result = NewFfElement(fp, &fp_y);
345 fp_y, fp);
351 sts = ippsGFpECSetPoint(fp_x->ipp_ff_elem, fp_y->ipp_ff_elem, p->ipp_ec_pt,
377 DeleteFfElement(&fp_y);
414 FfElement* fp_y = NULL; local
444 result = NewFfElement(fp, &fp_y);
450 sts = ippsGFpECGetPoint(p->ipp_ec_pt, fp_x->ipp_ff_elem, fp_y->ipp_ff_elem,
478 sts = ippsGFpGetElementOctString(fp_y->ipp_ff_elem,
493 DeleteFfElement(&fp_y);
    [all...]

Completed in 206 milliseconds