Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_gpu.cu.cc44 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
Dcrop_and_resize_op.cc166 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
Dcrop_and_resize_op_benchmark_test.cc25 int crop_height, int crop_width) { in CropAndResize()
/external/webrtc/api/video/
Di420_buffer.cc188 int crop_height) { in CropAndScaleFrom()
219 const int crop_height = in CropAndScaleFrom() local
Di010_buffer.cc215 int crop_height) { in CropAndScaleFrom()
Dvideo_frame.cc69 int crop_height, in ScaleWithFrame()
/external/webrtc/sdk/android/src/jni/
Djava_i420_buffer.cc28 jint crop_height, in JNI_JavaI420Buffer_CropAndScaleI420()
Dnv21_buffer.cc28 jint crop_height, in JNI_NV21Buffer_CropAndScale()
Dnv12_buffer.cc27 jint crop_height, in JNI_NV12Buffer_CropAndScale()
Dandroid_video_track_source.cc112 int crop_height = 0; in AdaptFrame() local
Dvideo_frame.cc160 int crop_height, in CropAndScale()
/external/webrtc/media/base/
Dadapted_video_track_source.cc92 int* crop_height, in AdaptFrame()
/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/libyuv/files/source/
Dconvert_to_i420.cc41 int crop_height, in ConvertToI420()
Dconvert_to_argb.cc49 int crop_height, in ConvertToARGB()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.h74 int crop_height = 0; member
/external/libvpx/libvpx/test/
Dvpx_scale_test.h115 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane()
/external/webrtc/common_video/
Dvideo_frame_unittest.cc75 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/
Ddjpeg.c103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
Dtransupp.h151 JDIMENSION crop_height; /* Height of selected region */ member
/external/webrtc/test/
Dframe_generator_capturer.cc118 int crop_height = config.crop.height.value_or(config.height); in Create() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.cc109 int crop_height, crop_width; in Crop() local

12