Home
last modified time | relevance | path

Searched refs:bottom_right (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py51 def __new__(cls, top_left, bottom_right): argument
54 if not isinstance(bottom_right, Point):
55 bottom_right = Point(*bottom_right)
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
60 return '[%s, %s]' % (self.top_left, self.bottom_right)
65 return 0.5 * (self.top_left + self.bottom_right)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java76 public int[] bottom_right; field in PictureParameterSet
102 pps.bottom_right = new int[pps.num_slice_groups_minus1 + 1]; in read()
111 pps.bottom_right[iGroup] = reader in read()
201 int[] bottom_right = new int[1]; in write() local
210 writer.writeUE(bottom_right[iGroup], "PPS: "); in write()
287 result = prime * result + Arrays.hashCode(bottom_right); in hashCode()
326 if (!Arrays.equals(bottom_right, other.bottom_right)) in equals()
399 ",\n bottom_right=" + bottom_right + in toString()
/external/clang/test/Sema/
Ddesignated-initializers.c58 struct point bottom_right; member
65 [4].bottom_right = { .y = 1.0 },
67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } }
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils_test.cc827 T_CALC bottom_right, T_CALC x_lerp, T_CALC y_lerp) { in ComputeRefLerp() argument
832 bottom_left * RESOLUTION_POW + (bottom_right - bottom_left) * x_lerp; in ComputeRefLerp()
839 uint8 bottom_right, int16 x_lerp, int16 y_lerp) { in TestComputeLerp8x8() argument
843 uint8x8_t bottom_right8x8 = To8x8(bottom_right); in TestComputeLerp8x8()
855 static_cast<int16>(bottom_left), static_cast<int16>(bottom_right), x_lerp, in TestComputeLerp8x8()
865 << static_cast<int>(bottom_right) << ", " << x_lerp << ", " << y_lerp in TestComputeLerp8x8()
871 int32 bottom_right, int32 x_lerp, int32 y_lerp) { in TestComputeLerp32x2() argument
875 int32x2_t bottom_right32x2 = To32x2(bottom_right); in TestComputeLerp32x2()
885 static_cast<int64>(bottom_left), static_cast<int64>(bottom_right), in TestComputeLerp32x2()
889 << bottom_left << ", " << bottom_right << ", " << x_lerp << ", " in TestComputeLerp32x2()
Dresize_bilinear_op_gpu.cu.cc76 const float bottom_right( in ResizeBilinearKernel() local
82 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ResizeBilinearKernel()
190 const float bottom_right( in LegacyResizeBilinearKernel() local
196 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in LegacyResizeBilinearKernel()
Dcrop_and_resize_op_gpu.cu.cc112 const float bottom_right(static_cast<float>( in CropAndResizeKernel()
118 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in CropAndResizeKernel()
302 const float bottom_right(static_cast<float>( in CropAndResizeBackpropBoxesKernel()
310 x_lerp * (bottom_right - top_right); in CropAndResizeBackpropBoxesKernel()
312 y_lerp * (bottom_right - bottom_left); in CropAndResizeBackpropBoxesKernel()
Dresize_bilinear_op.cc103 const float bottom_left, const float bottom_right, in compute_lerp() argument
106 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in compute_lerp()
193 const float bottom_right(ys_input_upper_ptr[xs_upper + c]); in resize_image() local
195 compute_lerp(top_left, top_right, bottom_left, bottom_right, in resize_image()
Dquantized_resize_bilinear_op.cc108 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); in ComputeLerpReference() local
110 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ComputeLerpReference()
123 const T bottom_right, const T_SCALE x_lerp, in ComputeLerp() argument
130 MulOffset<T, T_SCALE, T_CALC>(bottom_right, bottom_left, x_lerp); in ComputeLerp()
259 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in OutputLerpForChannels() local
261 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp); in OutputLerpForChannels()
502 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in ResizeImageReference() local
504 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp, in ResizeImageReference()
Dquantized_resize_bilinear_op_test.cc88 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); in ComputeLerpReference() local
90 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ComputeLerpReference()
136 const float bottom_right = image_data[y_upper_index + xs_upper + c]; in CalcReferenceResizedVal() local
138 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right, in CalcReferenceResizedVal()
Dcrop_and_resize_op.cc277 const float bottom_right(static_cast<float>( in operator ()()
281 bottom_left + (bottom_right - bottom_left) * x_lerp; in operator ()()
673 const float bottom_right(static_cast<float>( in operator ()()
677 x_lerp * (bottom_right - top_right); in operator ()()
679 y_lerp * (bottom_right - bottom_left); in operator ()()
Dresize_bilinear_op_test.cc110 const float bottom_right = in ResizeBilinearBaseline() local
114 bottom_left + (bottom_right - bottom_left) * x_lerp; in ResizeBilinearBaseline()
Dconv_ops_fused_image_transform.cc149 bottom_right(in_bottom_right) {} in SampleRect()
156 (bottom_right[channel] - bottom_left[channel]) * x_lerp; in BilinearSample()
163 const T1* bottom_right; member
/external/gemmlowp/internal/
Doutput_sse.h387 RegBlockInt32<4, 4> bottom_right;
388 bottom_right.buf.reg[0] = src.buf.reg[9];
389 bottom_right.buf.reg[1] = src.buf.reg[11];
390 bottom_right.buf.reg[2] = src.buf.reg[13];
391 bottom_right.buf.reg[3] = src.buf.reg[15];
392 const auto transpose_bottom_right = Transpose(bottom_right);
Doutput_msa.h453 RegBlockInt32<4, 4> bottom_right;
454 bottom_right.buf.reg[0] = src.buf.reg[9];
455 bottom_right.buf.reg[1] = src.buf.reg[11];
456 bottom_right.buf.reg[2] = src.buf.reg[13];
457 bottom_right.buf.reg[3] = src.buf.reg[15];
458 const auto transpose_bottom_right = Transpose(bottom_right);
Doutput_neon.h413 RegBlockInt32<4, 4> bottom_right;
414 bottom_right.buf.reg[0] = src.buf.reg[9];
415 bottom_right.buf.reg[1] = src.buf.reg[11];
416 bottom_right.buf.reg[2] = src.buf.reg[13];
417 bottom_right.buf.reg[3] = src.buf.reg[15];
418 const auto transpose_bottom_right = Transpose(bottom_right);
/external/tensorflow/tensorflow/contrib/image/python/ops/
Ddense_image_warp.py154 bottom_right = gather(ceils[0], ceils[1], 'bottom_right')
159 interp_bottom = alphas[1] * (bottom_right - bottom_left) + bottom_left
/external/clang/test/FixIt/
Dtypo.c13 bottom_right; member
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddense_image_warp_test.py140 bottom_right = image[batch_index, ceil_y, ceil_x, :]
143 interp_bottom = alpha_x * (bottom_right - bottom_left) + bottom_left
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc195 const float bottom_right((in_bottom_right_pixel[c] - input_mean) / in ReadTensorFromImageFile() local
199 bottom_left + (bottom_right - bottom_left) * x_lerp; in ReadTensorFromImageFile()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065717203 …are_test/20130506_032458-fw_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-…
232 …are_test/20130506_032458-fw_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065817203 …are_test/20130506_032659-fw_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-…
232 …are_test/20130506_032659-fw_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065448203 …are_test/20130506_030025-fw_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-…
232 …are_test/20130506_030025-fw_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-…
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc384 const float bottom_right((in_bottom_right_pixel[c] - input_mean) / in TensorFromFrame() local
388 bottom_left + (bottom_right - bottom_left) * x_lerp; in TensorFromFrame()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065557116 …are_test/20130506_031746-fw_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-…
/external/libchrome/ui/gfx/geometry/
Drect_f.h71 constexpr PointF bottom_right() const { return PointF(right(), bottom()); } in bottom_right() function

12