Searched defs:crop_width (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | crop_and_resize_op_gpu.cu.cc | 39 int image_width, int crop_height, int crop_width, int depth, in CropAndResizeKernel() 121 int image_width, int crop_height, int crop_width, int depth, in CropAndResizeBackpropImageKernel() 205 int image_height, int image_width, int crop_height, int crop_width, in CropAndResizeBackpropBoxesKernel() 335 const int crop_width = crops.dimension(2); in operator ()() local 366 const int crop_width = grads.dimension(2); in operator ()() local 408 const int crop_width = grads.dimension(2); in operator ()() local
|
D | crop_and_resize_op.cc | 162 const int crop_width = internal::SubtleMustCopy(crop_size_vec(1)); in ComputeAsync() local 215 const int crop_width = crops.dimension(2); in operator ()() local 335 const int crop_width = grads.dim_size(2); in ComputeAsync() local 411 const int crop_width = grads.dimension(2); in operator ()() local 504 const int crop_width = grads.dim_size(2); in ComputeAsync() local 577 const int crop_width = grads.dimension(2); in operator ()() local
|
/external/libyuv/files/source/ |
D | convert_to_argb.cc | 40 int crop_width, in ConvertToARGB()
|
D | convert_to_i420.cc | 40 int crop_width, in ConvertToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 36 int crop_width, int crop_height, in ConvertToARGB()
|
D | convert_to_i420.cc | 35 int crop_width, int crop_height, in ConvertToI420()
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.h | 72 int crop_width = 0; member
|
D | jpeg_mem.cc | 198 JDIMENSION crop_width = flags.crop_width; in UncompressLow() local
|
D | jpeg_mem_unittest.cc | 131 int crop_height) { in TestCropAndDecodeJpeg()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 114 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane()
|
/external/libjpeg-turbo/ |
D | transupp.h | 135 JDIMENSION crop_width; /* Width of selected region */ member
|
D | djpeg.c | 96 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
|
/external/webp/src/webp/ |
D | decode.h | 442 int crop_width, crop_height; // dimension of the cropping area member
|
/external/webp/include/webp/ |
D | decode.h | 442 int crop_width, crop_height; // dimension of the cropping area member
|