Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcut_out_op.cc30 CutOutOp::CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color, in CutOutOp()
Dimage_utils.cc1555 …utImage(const std::shared_ptr<Tensor> &input, bool is_hwc, int32_t box_height, int32_t box_width) { in ValidateCutOutImage()
1611int32_t box_width, int32_t num_patches, bool bounded, bool random_color, std::mt19937 *rnd, in CutOut()
/third_party/toybox/kconfig/lxdialog/
Dinputbox.c47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c481 int box_width = FFMIN(width - x, dst_width); in subimage_with_fill_template() local