Home
last modified time | relevance | path

Searched defs:new_width (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dresize.cc28 …(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/
Dresize_fp32.c78 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/
Dtflite_inputs_adjust.cc50 int64_t new_width = prim_resize->get_new_width(); in CheckResize() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dresize_int8.c163 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/
Dresize_tests.cc25 OpParameter *CreateParameter(schema::ResizeMethod method, int new_height, int new_width, bool align… in CreateParameter()
/third_party/pixman/demos/
Dscale.c211 double new_width, new_height; in rescale() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c96 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/
Dgstrawvideoparse.c378 gint new_width = g_value_get_int (value); in gst_raw_video_parse_set_property() local
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadecoder.c704 guint new_rtformat, gint new_width, gint new_height) in gst_va_decoder_config_is_equal()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc1050 int new_width = new_size.width; in OnAutoResize() local
/third_party/libjpeg-turbo/
Dtransupp.c1182 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c1182 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto818 optional uint32 new_width = 10 [default = 0]; field
1437 optional int32 new_width = 63 [default = 0]; field
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c846 int new_width, new_height; in opengl_configure_texture() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c1875 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c1011 float new_width, new_height, adjusted_width, adjusted_height, adjusted_x, adjusted_y; in update_needed_crop() local
/third_party/weston/xwayland/
Dwindow-manager.c2737 int new_width, new_height; in send_configure() local
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp1316 …const float new_width = ImFloor(new_x2 - column->MinX - table->CellSpacingX1 - table->CellPaddingX… in EndTable() local
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir.cc3036 …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/
Dffplay.c839 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()