/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() 362 const int crop_height = crops.dimension(1); in operator ()() local 400 const int crop_height = grads.dimension(1); in operator ()() local 451 const int crop_height = grads.dimension(1); in operator ()() local
|
D | crop_and_resize_op.cc | 166 const int crop_height = internal::SubtleMustCopy(crop_size_vec(0)); in ComputeAsync() local 221 const int crop_height = crops.dimension(1); in operator ()() local 377 const int crop_height = grads.dim_size(1); in ComputeAsync() local 457 const int crop_height = grads.dimension(1); in operator ()() local 583 const int crop_height = grads.dim_size(1); in ComputeAsync() local 656 const int crop_height = grads.dimension(1); 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 | 188 int crop_height) { in CropAndScaleFrom() 219 const int crop_height = in CropAndScaleFrom() local
|
D | i010_buffer.cc | 215 int crop_height) { in CropAndScaleFrom()
|
D | video_frame.cc | 69 int crop_height, in ScaleWithFrame()
|
/external/webrtc/sdk/android/src/jni/ |
D | java_i420_buffer.cc | 28 jint crop_height, in JNI_JavaI420Buffer_CropAndScaleI420()
|
D | nv21_buffer.cc | 28 jint crop_height, in JNI_NV21Buffer_CropAndScale()
|
D | nv12_buffer.cc | 27 jint crop_height, in JNI_NV12Buffer_CropAndScale()
|
D | android_video_track_source.cc | 112 int crop_height = 0; in AdaptFrame() local
|
D | video_frame.cc | 160 int crop_height, in CropAndScale()
|
/external/webrtc/media/base/ |
D | adapted_video_track_source.cc | 92 int* crop_height, in AdaptFrame()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 51 int crop_height, in ConvertToARGB()
|
D | convert_to_i420.cc | 41 int crop_height, 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 | 41 int crop_height, in ConvertToI420()
|
D | convert_to_argb.cc | 49 int crop_height, in ConvertToARGB()
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.h | 74 int crop_height = 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 | 75 int crop_height) { in CropAndScaleFrom() 100 int crop_height) { 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 | 151 JDIMENSION crop_height; /* Height of selected region */ member
|
/external/webrtc/test/ |
D | frame_generator_capturer.cc | 118 int crop_height = config.crop.height.value_or(config.height); in Create() local
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | image_preprocessing_stage.cc | 109 int crop_height, crop_width; in Crop() local
|