Home
last modified time | relevance | path

Searched defs:crop_width (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/tests/ut/cpp/dataset/
Dcrop_op_test.cc37 int crop_width = 12; in TEST_F() local
54 unsigned int crop_width = 10; in TEST_F() local
67 unsigned int crop_width = 1200000; in TEST_F() local
Drandom_crop_with_bbox_op_test.cc42 unsigned int crop_width = 128; in TEST_F() local
76 unsigned int crop_width = 1280; in TEST_F() local
103 unsigned int crop_width = 1280; in TEST_F() local
Drandom_crop_op_test.cc37 unsigned int crop_width = 128; in TEST_F() local
57 unsigned int crop_width = 1280; in TEST_F() local
Drandom_crop_decode_resize_op_test.cc106 int crop_width, crop_height; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/
Ddvpp_crop_jpeg_op.h40 …DvppCropJpegOp(int32_t crop_height, int32_t crop_width) : crop_height_(crop_height), crop_width_(c… in DvppCropJpegOp()
Ddvpp_decode_resize_crop_jpeg_op.h39 …DvppDecodeResizeCropJpegOp(int32_t crop_height, int32_t crop_width, int32_t resized_height, int32_… in DvppDecodeResizeCropJpegOp()
Ddvpp_crop_jpeg_op.cc117 uint32_t crop_width = CropOut->width; in Compute() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_and_resize_op.cc67 int crop_width = 0; in Compute() local
98 …ropAndResizeOp::GetCropBox(int h_in, int w_in, int *x, int *y, int *crop_height, int *crop_width) { in GetCropBox()
Drandom_crop_and_resize_with_bbox_op.cc40 int crop_width = 0; in Compute() local
Drandom_crop_with_bbox_op.h35 …: RandomCropOp(crop_height, crop_width, pad_top, pad_bottom, pad_left, pad_right, pad_if_needed, p… in RandomCropOp() argument
Drandom_crop_decode_resize_op.cc37 int crop_width = 0; in Compute() local
Dcutmix_batch_op.cc43 void CutMixBatchOp::GetCropBox(int height, int width, float lam, int *x, int *y, int *crop_width, i… in GetCropBox()
108 int x, y, crop_width, crop_height; in ComputeImage() local
Drandom_crop_op.cc35 RandomCropOp::RandomCropOp(int32_t crop_height, int32_t crop_width, int32_t pad_top, int32_t pad_bo… in RandomCropOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dsoft_vpc.cc98 uint32_t crop_width = right_ - left_ + 1; in CheckParamter() local
339 uint32_t crop_width = (right_ - left_ + 1); in ChipPreProcess() local
387 int32_t crop_width = right_ - left_ + 1; in SetUvValue() local
405 int32_t crop_width = right_ - left_ + 1; in Yuv444PackedToYuv422Packed() local
492 uint32_t crop_width = right_ - left_ + 1; in PreScaler() local
523 uint32_t crop_width = right_ - left_ + 1; in BypassHorizonScaler() local
618 uint32_t crop_width = right_ - left_ + 1; in HorizonScaler() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dcenter_crop_ir.cc38 int32_t crop_width = size_[0]; in Build() local
Drandom_crop_decode_resize_ir.cc47 int32_t crop_width = size_[dimension_zero]; in Build() local
Drandom_crop_with_bbox_ir.cc73 int32_t crop_width = size_[dimension_zero]; in Build() local
Drandom_crop_ir.cc73 int32_t crop_width = size_[dimension_zero]; in Build() local
/third_party/libjpeg-turbo/
Dtransupp.h135 JDIMENSION crop_width; /* Width of selected region */ member
Ddjpeg.c101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.h135 JDIMENSION crop_width; /* Width of selected region */ member
Ddjpeg.c101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
/third_party/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
Dtransupp.h149 JDIMENSION crop_width; /* Width of selected region */ member
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h451 int crop_width, crop_height; // dimension of the cropping area member

12