Home
last modified time | relevance | path

Searched defs:bottom_right (Results 1 – 21 of 21) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java76 public int[] bottom_right; field in PictureParameterSet
201 int[] bottom_right = new int[1]; in write() local
/external/clang/test/FixIt/
Dtypo.c13 bottom_right; member
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py50 def __new__(cls, top_left, bottom_right): argument
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op.cc113 const float bottom_left, const float bottom_right, in compute_lerp()
124 const __m128 bottom_right, const __m128 x_lerp, in compute_lerp_v()
149 const float bottom_right(ys_input_upper_ptr[xs_upper + c]); in ResizeLineChannels() local
Dresize_bilinear_op_gpu.cu.cc154 const float bottom_right( in ResizeBilinearKernel() local
322 const float bottom_right( in LegacyResizeBilinearKernel() local
Dresize_bilinear_op_test.cc124 const float bottom_right = in ResizeBilinearBaseline() local
/external/tensorflow/tensorflow/lite/kernels/perception/
Ddense_image_warp.cc75 float bottom_right = input_data[Offset(input_shape, batch, in DenseImageWarp() local
/external/libchrome/ui/gfx/geometry/
Drect_f.h71 constexpr PointF bottom_right() const { return PointF(right(), bottom()); } in bottom_right() function
Drect.h104 constexpr Point bottom_right() const { return Point(right(), bottom()); } in bottom_right() function
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc110 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); in ComputeLerpReference() local
125 const T bottom_right, const T_SCALE x_lerp, in ComputeLerp()
261 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in OutputLerpForChannels() local
504 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in ResizeImageReference() local
Dquantized_resize_bilinear_op_test.cc91 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); in ComputeLerpReference() local
139 const float bottom_right = image_data[y_upper_index + xs_upper + c]; in CalcReferenceResizedVal() local
Dquantization_utils_test.cc827 T_CALC bottom_right, T_CALC x_lerp, T_CALC y_lerp) { in ComputeRefLerp()
839 uint8 bottom_right, int16 x_lerp, int16 y_lerp) { in TestComputeLerp8x8()
871 int32 bottom_right, int32 x_lerp, int32 y_lerp) { in TestComputeLerp32x2()
Dconv_ops_fused_image_transform.cc164 const T1* bottom_right; member
Dquantization_utils.h482 const int32x2_t bottom_right, in ComputeLerp32x2()
/external/rust/android-crates-io/crates/plotters/src/element/
Dboxplot.rs233 let bottom_right = (corner1.0.max(corner2.0), corner1.1.max(corner2.1)); in draw() localVariable
/external/clang/test/Sema/
Ddesignated-initializers.c58 struct point bottom_right; member
/external/chromiumos-config/proto/chromiumos/config/api/
Dcomponent.proto265 RoundedCorner bottom_right = 4; field
/external/freetype/include/freetype/
Dftcolor.h1400 FT_Vector bottom_right; member
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp871 const CFX_PointF bottom_right = matrix.Transform({bbox.right, bbox.bottom}); in FPDFPageObj_GetRotatedBounds() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dcanvas.rs1820 let bottom_right = self.get(i + 1, j + 1); in compute_block_penalty_score() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dcanvas.rs1820 let bottom_right = self.get(i + 1, j + 1); in compute_block_penalty_score() localVariable