Home
last modified time | relevance | path

Searched defs:crop_height (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcrop_and_resize_op_gpu.cu.cc44 int image_width, int crop_height, int crop_width, int depth, int method_id, in CropAndResizeKernel()
136 int image_width, int crop_height, int crop_width, int depth, in CropAndResizeBackpropImageKernel()
231 int image_height, int image_width, int crop_height, int crop_width, in CropAndResizeBackpropBoxesKernel()
360 const int crop_height = crops.dimension(1); in operator ()() local
398 const int crop_height = grads.dimension(1); in operator ()() local
448 const int crop_height = grads.dimension(1); in operator ()() local
Dcrop_and_resize_op.cc160 const int crop_height = internal::SubtleMustCopy(crop_size_vec(0)); in ComputeAsync() local
214 const int crop_height = crops.dimension(1); in operator ()() local
359 const int crop_height = grads.dim_size(1); in ComputeAsync() local
439 const int crop_height = grads.dimension(1); in operator ()() local
541 const int crop_height = grads.dim_size(1); in ComputeAsync() local
614 const int crop_height = grads.dimension(1); in operator ()() local
Dcrop_and_resize_op_benchmark_test.cc25 int crop_height, int crop_width) { in BM_CropAndResize()
/external/webrtc/webrtc/tools/barcode_tools/
Dyuv_cropper.py47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height): argument
/external/libyuv/files/source/
Dconvert_to_argb.cc41 int crop_height, in ConvertToARGB()
Dconvert_to_i420.cc41 int crop_height, in ConvertToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc51 int crop_height, in ConvertToARGB()
Dconvert_to_i420.cc41 int crop_height, in ConvertToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_argb.cc36 int crop_width, int crop_height, in ConvertToARGB()
Dconvert_to_i420.cc35 int crop_width, int crop_height, in ConvertToI420()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.h74 int crop_height = 0; member
Djpeg_mem_unittest.cc132 int crop_height) { in TestCropAndDecodeJpeg()
/external/libvpx/libvpx/test/
Dvpx_scale_test.h115 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane()
/external/libjpeg-turbo/
Dtransupp.h137 JDIMENSION crop_height; /* Height of selected region */ member
Ddjpeg.c101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
/external/webp/include/webp/
Ddecode.h454 int crop_width, crop_height; // dimension of the cropping area member
/external/webp/src/webp/
Ddecode.h454 int crop_width, crop_height; // dimension of the cropping area member