Home
last modified time | relevance | path

Searched defs:crop_width (Results 1 – 25 of 32) 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()
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
Dcrop_and_resize_op.cc167 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
Dcrop_and_resize_op_benchmark_test.cc25 int crop_height, int crop_width) { in CropAndResize()
/external/webrtc/api/video/
Di420_buffer.cc187 int crop_width, in CropAndScaleFrom()
217 const int crop_width = in CropAndScaleFrom() local
Di010_buffer.cc214 int crop_width, in CropAndScaleFrom()
Dvideo_frame.cc68 int crop_width, in ScaleWithFrame()
/external/webrtc/media/base/
Dadapted_video_track_source.cc91 int* crop_width, in AdaptFrame()
/external/webrtc/sdk/android/src/jni/
Djava_i420_buffer.cc27 jint crop_width, in JNI_JavaI420Buffer_CropAndScaleI420()
Dnv21_buffer.cc27 jint crop_width, in JNI_NV21Buffer_CropAndScale()
Dnv12_buffer.cc26 jint crop_width, in JNI_NV12Buffer_CropAndScale()
Dandroid_video_track_source.cc111 int crop_width = 0; in AdaptFrame() local
Dvideo_frame.cc159 int crop_width, in CropAndScale()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc50 int crop_width, in ConvertToARGB()
Dconvert_to_i420.cc40 int crop_width, in ConvertToI420()
/external/libyuv/files/source/
Dconvert_to_i420.cc40 int crop_width, in ConvertToI420()
Dconvert_to_argb.cc48 int crop_width, in ConvertToARGB()
/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.h72 int crop_width = 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.cc74 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/
Ddjpeg.c103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
Dtransupp.h149 JDIMENSION crop_width; /* Width of selected region */ member
/external/webrtc/test/
Dframe_generator_capturer.cc117 int crop_width = config.crop.width.value_or(config.width); in Create() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.cc109 int crop_height, crop_width; in Crop() local

12