Home
last modified time | relevance | path

Searched refs:fp_y (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc88 const int fp_y = Clip(src_top_fixed + (y << 16), 0, fixed_y_max); in FindFlowAtPoint_LK() local
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()
143 const int fp_y = Clip(top_fixed + (win_y << 16), 0, fixed_y_max); in FindFlowAtPoint_LK() local
146 *vals_J_ptr++ = img_J.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK()
305 const int fp_y = top_fixed + (y << 16); in FindFlowAtPoint_ESM() local
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()
Dimage-inl.h79 const int fp_y, in ExtractPatchAtSubpixelFixed1616() argument
85 const int trunc_y = fp_y >> 16; in ExtractPatchAtSubpixelFixed1616()
98 fp_y + (y << 16))); in ExtractPatchAtSubpixelFixed1616()
179 const int fp_y = fp_y_whole - trunc_y; in GetPixelInterpFixed1616() local
186 const int one_minus_fp_y = kFixedPointOne - fp_y; in GetPixelInterpFixed1616()
197 fp_y * static_cast<int64_t>(one_minus_fp_x * c + fp_x * d) + in GetPixelInterpFixed1616()
351 const int fp_y = src_y_fp - trunc_y; in DownsampleInterpolateLinear() local
356 const int one_minus_fp_y = kFixedPointOne8 - fp_y; in DownsampleInterpolateLinear()
396 (fp_y * one_minus_fp_x * c + fp_x * d) + kFixedPointHalf8) >> in DownsampleInterpolateLinear()
Dimage_utils.h162 const int fp_y = src_top_fixed + (y << 16); in CalculateG() local
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()
Dimage.h119 const int fp_y,
/external/epid-sdk/epid/common/math/src/
Dprintutils.c194 FfElement* fp_y = NULL; in PrintEcPoint() local
225 if (kEpidNoErr != NewFfElement(fp, &fp_y)) { in PrintEcPoint()
236 fp_y->ipp_ff_elem, g->ipp_ec); in PrintEcPoint()
257 sts = ippsGFpGetElementOctString(fp_y->ipp_ff_elem, in PrintEcPoint()
281 DeleteFfElement(&fp_y); in PrintEcPoint()
Decgroup.c284 FfElement* fp_y = NULL; in eccontains() local
332 result = NewFfElement(fp, &fp_y); in eccontains()
345 fp_y, fp); in eccontains()
351 sts = ippsGFpECSetPoint(fp_x->ipp_ff_elem, fp_y->ipp_ff_elem, p->ipp_ec_pt, in eccontains()
377 DeleteFfElement(&fp_y); in eccontains()
414 FfElement* fp_y = NULL; in WriteEcPoint() local
444 result = NewFfElement(fp, &fp_y); in WriteEcPoint()
450 sts = ippsGFpECGetPoint(p->ipp_ec_pt, fp_x->ipp_ff_elem, fp_y->ipp_ff_elem, in WriteEcPoint()
478 sts = ippsGFpGetElementOctString(fp_y->ipp_ff_elem, in WriteEcPoint()
493 DeleteFfElement(&fp_y); in WriteEcPoint()