Home
last modified time | relevance | path

Searched defs:box_width (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcut_out_op.cc33 CutOutOp::CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color, u… in CutOutOp()
Dimage_utils.cc1225int32_t box_width, int32_t num_patches, bool bounded, bool random_color, std::mt19937 *rnd, uint8_… in Erase()
/third_party/toybox/kconfig/lxdialog/
Dinputbox.c47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
/third_party/boost/libs/compute/example/
Dqimage_blur.cpp34 compute::uint_ box_width, in box_filter_image()
/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c479 int box_width = FFMIN(width - x, dst_width); in subimage_with_fill_template() local