/third_party/mindspore/mindspore/core/ops/ |
D | resize.cc | 28 …(const Format format, const ResizeMethod method, const int64_t new_height, const int64_t new_width, in Init() 55 void Resize::set_new_width(const int64_t new_width) { (void)this->AddAttr(kNewWidth, MakeValue(new_… in set_new_width()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | resize_fp32.c | 78 int new_width = output_shape[2]; in PrepareResizeBilinear() local 101 int new_width = output_shape[2]; in PrepareResizeBicubic() local 125 int new_width = output_shape[2]; in PrepareCropAndResizeBilinear() local 162 int InterpRow(const float *src_line, float *linear_output, int new_width, const float *x_left_weigh… in InterpRow() 198 int InterpCol(const float *bottom_line, const float *top_line, float *output, int new_width, float … in InterpCol() 238 int new_width = output_shape[2]; in Bilinear() local 299 int new_width = output_shape[2]; in ResizeBilinear() local 420 int new_width = output_shape[2]; in Bicubic() local 459 int new_width = output_shape[2]; in RewriteExtrapolationValue() local 518 int new_width = output_shape[2]; in CropAndResizeBilinear() local
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_inputs_adjust.cc | 50 int64_t new_width = prim_resize->get_new_width(); in CheckResize() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | resize_int8.c | 163 int in_h, in_w, new_height, new_width; in ResizeNearestNeighborInt8Simple() local 203 int32_t in_h, in_w, new_height, new_width; in ResizeNearestNeighborInt8() local
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | resize_tests.cc | 25 OpParameter *CreateParameter(schema::ResizeMethod method, int new_height, int new_width, bool align… in CreateParameter()
|
/third_party/pixman/demos/ |
D | scale.c | 211 double new_width, new_height; in rescale() local
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_pad.c | 96 int new_width = width + params->paddings[2][0] + params->paddings[2][1]; in ff_dnn_execute_layer_pad() local
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawvideoparse.c | 378 gint new_width = g_value_get_int (value); in gst_raw_video_parse_set_property() local
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadecoder.c | 704 guint new_rtformat, gint new_width, gint new_height) in gst_va_decoder_config_is_equal()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 1050 int new_width = new_size.width; in OnAutoResize() local
|
/third_party/libjpeg-turbo/ |
D | transupp.c | 1182 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 1182 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
|
/third_party/mindspore/third_party/proto/caffe/ |
D | caffe.proto | 818 optional uint32 new_width = 10 [default = 0]; field 1437 optional int32 new_width = 63 [default = 0]; field
|
/third_party/ffmpeg/libavdevice/ |
D | opengl_enc.c | 846 int new_width, new_height; in opengl_configure_texture() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 1875 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 1011 float new_width, new_height, adjusted_width, adjusted_height, adjusted_x, adjusted_y; in update_needed_crop() local
|
/third_party/weston/xwayland/ |
D | window-manager.c | 2737 int new_width, new_height; in send_configure() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 1316 …const float new_width = ImFloor(new_x2 - column->MinX - table->CellSpacingX1 - table->CellPaddingX… in EndTable() local
|
/third_party/mindspore/mindspore/lite/mindir/src/ |
D | mindir.cc | 3036 …mitivePtr MindIR_Resize_CreatePrimitive(ResizeMethod method, int64_t new_height, int64_t new_width, in MindIR_Resize_CreatePrimitive() 3138 void MindIR_Resize_SetNewWidth(PrimitivePtr *primitive, int64_t new_width) { in MindIR_Resize_SetNewWidth()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 839 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()
|