/third_party/mindspore/tests/ut/cpp/dataset/ |
D | crop_op_test.cc | 37 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
|
D | random_crop_with_bbox_op_test.cc | 42 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
|
D | random_crop_op_test.cc | 37 unsigned int crop_width = 128; in TEST_F() local 57 unsigned int crop_width = 1280; in TEST_F() local
|
D | random_crop_decode_resize_op_test.cc | 106 int crop_width, crop_height; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/ |
D | dvpp_crop_jpeg_op.h | 40 …DvppCropJpegOp(int32_t crop_height, int32_t crop_width) : crop_height_(crop_height), crop_width_(c… in DvppCropJpegOp()
|
D | dvpp_decode_resize_crop_jpeg_op.h | 39 …DvppDecodeResizeCropJpegOp(int32_t crop_height, int32_t crop_width, int32_t resized_height, int32_… in DvppDecodeResizeCropJpegOp()
|
D | dvpp_crop_jpeg_op.cc | 117 uint32_t crop_width = CropOut->width; in Compute() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_crop_and_resize_op.cc | 67 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()
|
D | random_crop_and_resize_with_bbox_op.cc | 40 int crop_width = 0; in Compute() local
|
D | random_crop_with_bbox_op.h | 35 …: RandomCropOp(crop_height, crop_width, pad_top, pad_bottom, pad_left, pad_right, pad_if_needed, p… in RandomCropOp() argument
|
D | random_crop_decode_resize_op.cc | 37 int crop_width = 0; in Compute() local
|
D | cutmix_batch_op.cc | 43 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
|
D | random_crop_op.cc | 35 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/ |
D | soft_vpc.cc | 98 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/ |
D | center_crop_ir.cc | 38 int32_t crop_width = size_[0]; in Build() local
|
D | random_crop_decode_resize_ir.cc | 47 int32_t crop_width = size_[dimension_zero]; in Build() local
|
D | random_crop_with_bbox_ir.cc | 73 int32_t crop_width = size_[dimension_zero]; in Build() local
|
D | random_crop_ir.cc | 73 int32_t crop_width = size_[dimension_zero]; in Build() local
|
/third_party/libjpeg-turbo/ |
D | transupp.h | 135 JDIMENSION crop_width; /* Width of selected region */ member
|
D | djpeg.c | 101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.h | 135 JDIMENSION crop_width; /* Width of selected region */ member
|
D | djpeg.c | 101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
|
D | transupp.h | 149 JDIMENSION crop_width; /* Width of selected region */ member
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 451 int crop_width, crop_height; // dimension of the cropping area member
|