/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
D | PictureParameterSet.java | 76 public int[] bottom_right; field in PictureParameterSet 201 int[] bottom_right = new int[1]; in write() local
|
/external/clang/test/FixIt/ |
D | typo.c | 13 bottom_right; member
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | geometry.py | 51 def __new__(cls, top_left, bottom_right): argument
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | geometry.py | 51 def __new__(cls, top_left, bottom_right): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op.cc | 95 const float bottom_left, const float bottom_right, in compute_lerp() 185 const float bottom_right(ys_input_upper_ptr[xs_upper + c]); in resize_image() local
|
D | quantized_resize_bilinear_op.cc | 102 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); in ComputeLerpReference() local 117 const T bottom_right, const T_SCALE x_lerp, in ComputeLerp() 253 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in OutputLerpForChannels() local 495 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in ResizeImageReference() local
|
D | quantized_resize_bilinear_op_test.cc | 87 const float bottom_right = QuantizedToFloat<T>(in_bottom_right, min, max); in ComputeLerpReference() local 135 const float bottom_right = image_data[y_upper_index + xs_upper + c]; in CalcReferenceResizedVal() local
|
D | resize_bilinear_op_gpu.cu.cc | 75 const float bottom_right( in ResizeBilinearKernel() local
|
D | quantization_utils_test.cc | 827 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()
|
D | resize_bilinear_op_test.cc | 99 const float bottom_right = in ResizeBilinearBaseline() local
|
D | conv_ops_fused.cc | 162 const T1* bottom_right; member
|
D | quantization_utils.h | 473 const int32x2_t bottom_right, in ComputeLerp32x2()
|
/external/libmojo/ui/gfx/geometry/ |
D | rect_f.h | 71 constexpr PointF bottom_right() const { return PointF(right(), bottom()); } in bottom_right() function
|
D | rect.h | 102 constexpr Point bottom_right() const { return Point(right(), bottom()); } in bottom_right() function
|
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/ |
D | label_image.cc | 195 const float bottom_right((in_bottom_right_pixel[c] - input_mean) / in ReadTensorFromImageFile() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 384 const float bottom_right((in_bottom_right_pixel[c] - input_mean) / in TensorFromFrame() local
|
/external/clang/test/Sema/ |
D | designated-initializers.c | 58 struct point bottom_right; member
|