/external/XNNPACK/src/subgraph/ |
D | static-resize-bilinear-2d.c | 18 size_t new_height, in xnn_define_static_resize_bilinear_2d() argument 30 if (new_width == 0 || new_height == 0) { in xnn_define_static_resize_bilinear_2d() 33 xnn_node_type_to_string(xnn_node_type_static_resize_bilinear_2d), new_width, new_height); in xnn_define_static_resize_bilinear_2d() 37 if (max(new_width, new_height) >= 16777216) { in xnn_define_static_resize_bilinear_2d() 40 xnn_node_type_to_string(xnn_node_type_static_resize_bilinear_2d), new_width, new_height); in xnn_define_static_resize_bilinear_2d() 81 node->params.static_resize.new_height = new_height; in xnn_define_static_resize_bilinear_2d()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ops_util_test.cc | 45 int new_height; member 73 int64 new_height, new_width, pad_rows, pad_cols; in VerifyGet2dOutputSizeBoundaries() local 76 pad_struct.input.row_stride, pad_struct.input.padding, &new_height, in VerifyGet2dOutputSizeBoundaries() 88 int64 new_height, new_width, pad_rows, pad_cols; in VerifyGet2dOutputSizeValues() local 91 pad_struct.input.row_stride, pad_struct.input.padding, &new_height, in VerifyGet2dOutputSizeValues() 99 EXPECT_EQ(pad_struct.output.new_height, new_height); in VerifyGet2dOutputSizeValues() 107 int64 new_height, new_width, pad_top, pad_bottom, pad_left, pad_right; in VerifyGet2dOutputVerboseSizeValues() local 110 pad_struct.input.row_stride, pad_struct.input.padding, &new_height, in VerifyGet2dOutputVerboseSizeValues() 118 EXPECT_EQ(pad_struct.output.new_height, new_height); in VerifyGet2dOutputVerboseSizeValues()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 168 float new_height = height(); in AdjustToFit() local 170 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height); in AdjustToFit() 171 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit() 180 float new_height = std::min(height(), size.height()); in ClampToCenteredSize() local 182 float new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() 183 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
|
D | rect.cc | 242 int new_height = height(); in AdjustToFit() local 244 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height); in AdjustToFit() 245 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit() 254 int new_height = std::min(height(), size.height()); in ClampToCenteredSize() local 256 int new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() 257 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResizeNearestNeighbor.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_QuantizedResizeBilinear.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ResizeBicubic.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ResizeBilinear.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ImageProjectiveTransformV2.pbtxt | 21 1-D Tensor [new_height, new_width]. 28 `[batch, new_height, new_width, channels]`.
|
D | api_def_ResizeArea.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ImageProjectiveTransformV3.pbtxt | 21 1-D Tensor [new_height, new_width]. 34 `[batch, new_height, new_width, channels]`.
|
D | api_def_FusedResizeAndPadConv2D.pbtxt | 12 A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image_data.h | 142 const int new_height = in GetPyramidSqrt2Level() local 146 pyramid_sqrt2_[level] = new Image<uint8_t>(new_width, new_height); in GetPyramidSqrt2Level()
|
D | image-inl.h | 117 const int new_height = bottom - top + 1; in Crop() local 119 Image<T>* const cropped_image = new Image(new_width, new_height); in Crop() 121 for (int y = 0; y < new_height; ++y) { in Crop()
|
D | object_tracker_jni.cc | 446 const int new_height = (height + factor - 1) / factor; in OBJECT_TRACKER_METHOD() local 449 new_width, new_height, reinterpret_cast<uint8_t*>(output_array), false); in OBJECT_TRACKER_METHOD()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | winograd.cc | 192 int new_height = in GetGridSize() local 195 int tiles_y = DivideRoundUp(new_height, 4); in GetGridSize() 202 int new_height = in BindArguments() local 205 int tiles_y = DivideRoundUp(new_height, 4); in BindArguments()
|
/external/XNNPACK/src/xnnpack/ |
D | subgraph.h | 199 size_t new_height; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 2981 int new_height = cpi->oxcf.Height; in find_next_key_frame() local 3063 new_height, new_width); in find_next_key_frame() 3115 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in find_next_key_frame() 3121 effective_size_ratio = (double)(new_width * new_height) / in find_next_key_frame() 3138 new_height, new_width); in find_next_key_frame() 3145 (cpi->common.Height != new_height)) { in find_next_key_frame() 3147 cpi->common.Height = new_height; in find_next_key_frame()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/ |
D | conv_test.mm | 245 int new_height = src_shape.h + attr.padding.prepended.h + attr.padding.appended.h - 2; 249 conv_shape.w = DivideRoundUp(new_width, 4) * DivideRoundUp(new_height, 4);
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 67 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate() argument 68 : width(new_width), height(new_height) {} in CFX_STemplate()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v0.fbs | 200 new_height:int;
|
D | schema_v2.fbs | 221 new_height:int;
|
D | schema_v1.fbs | 213 new_height:int;
|
D | schema_v3.fbs | 231 new_height:int;
|
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 521 int new_width, int new_height) { in extend_palette_color_map() argument 524 assert(new_height >= orig_height); in extend_palette_color_map() 525 if (new_width == orig_width && new_height == orig_height) return; in extend_palette_color_map() 534 for (j = orig_height; j < new_height; ++j) { in extend_palette_color_map()
|