/external/tensorflow/tensorflow/core/kernels/image/ |
D | crop_and_resize_op_gpu.cu.cc | 44 int crop_height, int crop_width, int depth, int method_id, in CropAndResizeKernel() 137 int crop_height, int crop_width, int depth, T* __restrict__ grads_image_ptr, in CropAndResizeBackpropImageKernel() 233 int image_height, int image_width, int crop_height, int crop_width, in CropAndResizeBackpropBoxesKernel() 363 const int crop_width = crops.dimension(2); in operator ()() local 401 const int crop_width = grads.dimension(2); in operator ()() local 452 const int crop_width = grads.dimension(2); in operator ()() local
|
D | crop_and_resize_op.cc | 167 const int crop_width = internal::SubtleMustCopy(crop_size_vec(1)); in ComputeAsync() local 222 const int crop_width = crops.dimension(2); in operator ()() local 378 const int crop_width = grads.dim_size(2); in ComputeAsync() local 458 const int crop_width = grads.dimension(2); in operator ()() local 584 const int crop_width = grads.dim_size(2); in ComputeAsync() local 657 const int crop_width = grads.dimension(2); in operator ()() local
|
D | crop_and_resize_op_benchmark_test.cc | 25 int crop_height, int crop_width) { in CropAndResize()
|
/external/webrtc/api/video/ |
D | i420_buffer.cc | 187 int crop_width, in CropAndScaleFrom() 217 const int crop_width = in CropAndScaleFrom() local
|
D | i010_buffer.cc | 214 int crop_width, in CropAndScaleFrom()
|
D | video_frame.cc | 68 int crop_width, in ScaleWithFrame()
|
/external/webrtc/sdk/android/src/jni/ |
D | java_i420_buffer.cc | 27 jint crop_width, in JNI_JavaI420Buffer_CropAndScaleI420()
|
D | nv21_buffer.cc | 27 jint crop_width, in JNI_NV21Buffer_CropAndScale()
|
D | nv12_buffer.cc | 26 jint crop_width, in JNI_NV12Buffer_CropAndScale()
|
D | android_video_track_source.cc | 111 int crop_width = 0; in AdaptFrame() local
|
D | video_frame.cc | 159 int crop_width, in CropAndScale()
|
/external/webrtc/media/base/ |
D | adapted_video_track_source.cc | 91 int* crop_width, in AdaptFrame()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 50 int crop_width, in ConvertToARGB()
|
D | convert_to_i420.cc | 40 int crop_width, in ConvertToI420()
|
/external/libaom/libaom/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/libyuv/files/source/ |
D | convert_to_i420.cc | 40 int crop_width, in ConvertToI420()
|
D | convert_to_argb.cc | 48 int crop_width, in ConvertToARGB()
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.h | 72 int crop_width = 0; member
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 115 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane()
|
/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 74 int crop_width, in CropAndScaleFrom() 99 int crop_width, in CropAndScaleFrom() 111 ScaleFrom(const VideoFrameBuffer& src, int crop_width, int crop_height) { in ScaleFrom()
|
/external/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
|
/external/webrtc/test/ |
D | frame_generator_capturer.cc | 117 int crop_width = config.crop.width.value_or(config.width); in Create() local
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | image_preprocessing_stage.cc | 109 int crop_height, crop_width; in Crop() local
|