/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A D | image-inl.h | 417 const int max_x = Clip(orig_x + 1, ZERO, original.width_less_one_); in DownsampleSmoothed3x3() local 441 const int max_x = original.width_less_one_; in DownsampleSmoothed5x5() local 488 const int max_x = Clip(center_x + 1, ZERO, original.width_less_one_); in ScharrPixelX() local 506 const int max_x = Clip(center_x + 1, 0, original.width_less_one_); in ScharrPixelY() local
|
H A D | sprite.h | 68 const float max_x = float_width / texture_width_; in Draw() local
|
H A D | image_utils.h | 73 const int max_x = MIN(x + d_x, img->width_less_one_); in MarkImage() local
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | rect_conversions.cc | 41 int max_x = ToRoundedInt(float_max_x); in ToNearestRect() local 65 int max_x = ToRoundedInt(float_max_x); in IsNearestRectWithinDistance() local
|
H A D | box_f.cc | 36 float max_x = std::max(right(), max.x()); in ExpandTo() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | AccessWindowTranspose.cpp | 149 const int max_x = window.y().end() * _scale_x + _x; in update_window_if_needed() local 201 const int max_x = (window.y().end() - window.y().step()) * _scale_x + _x + _width; in update_padding_if_needed() local
|
H A D | IAccessWindow.cpp | 168 const int max_x = (window.x().end() - window.x().step()) * _scale_x + _x + _width; in update_window_if_needed() local 229 const int max_x = (window.x().end() - window.x().step()) * _scale_x + _x + _width; in get_needed_padding() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_add_op.cc | 161 float max_x, const T* y_data, float min_y, float max_y, in VectorAddition() 177 float max_x, const quint8* y_data, float min_y, float max_y, in VectorAddition() 246 float max_x, const quint8* y_data, float min_y, float max_y, in VectorAddition() 480 const float max_x = max_x_tensor.scalar<float>()(); in Compute() local
|
/aosp_15_r20/external/pdfium/third_party/agg23/ |
H A D | agg_rasterizer_scanline_aa.h | 91 int max_x() const in max_x() function 211 int max_x() const in max_x() function
|
H A D | agg_scanline_u.h | 57 void reset(int min_x, int max_x) in reset()
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_inter_pred.c | 493 WORD32 min_x, max_x = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_wd; in ihevce_luma_inter_pred_pu() local 604 WORD32 min_x, max_x = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_wd; in ihevce_luma_inter_pred_pu() local
|
/aosp_15_r20/external/arm-optimized-routines/math/ |
H A D | tgamma128.h | 9 static const long double max_x = 0x1.b6e3180cd66a5c4206f128ba77f4p+10L; variable
|
/aosp_15_r20/art/test/478-checker-inliner-nested-loop/src/ |
H A D | Main.java | 43 public static int NestedLoop(int max_x, int max_y) { in NestedLoop()
|
/aosp_15_r20/art/test/478-checker-inline-noreturn/src/ |
H A D | Main.java | 49 public static int callerLoop(int max_x, int max_y) { in callerLoop()
|
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/ |
H A D | trace_renderer.h | 49 float max_x() const { return max_x_; } in max_x() function
|
H A D | trace_program.cc | 367 const float max_x = renderer_->max_x() + kTimeMargin; in EnsureBounds() local
|
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/ |
H A D | neural_stylus_palm_detection_filter_util.h | 28 float max_x = 0.f; in COMPONENT_EXPORT() local
|
/aosp_15_r20/external/libkmsxx/utils/ |
H A D | kmstouch.cpp | 150 int32_t max_x = s_abs_map[ABS_X].second; in handle_event() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-cff2-table.cc | 62 number_t max_x; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/ |
H A D | max_pool_with_argmax.cc | 67 int32_t max_x = 0; in MaxPool() local
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | vec_ops.h | 198 U max_x = *std::max_element(x, x + n); in vec_softmax() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_textobject.cpp | 271 float max_x = -10000.0f; in CalcPositionDataInternal() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_rcl.c | 464 const uint32_t max_x = min_x + w - 1; in supertile_in_job_scissors() local
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | prediction.cc | 233 const int max_x = (MultiplyBy4(frame_header_.columns4x4) >> x_shift) - 1; in IntraPrediction() local 410 int width, int height, int max_x, int max_y, in DirectionalPrediction()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | glyf.hh | 292 float min_x, min_y, max_x, max_y; member
|