Home
last modified time | relevance | path

Searched defs:target_height (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc311 int target_height,
351 int target_height,
/external/tensorflow/tensorflow/core/kernels/
Drandom_crop_op.cc48 const int32 target_height = shape_vec(0); in Compute() local
Dresize_area_op_test.cc146 void RunRandomTest(int in_height, int in_width, int target_height, in RunRandomTest()
Dsample_distorted_bounding_box_op.cc363 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in Compute() local
Dresize_bicubic_op_test.cc160 const int64 in_width, const int target_height, in RunRandomTest()
/external/libvpx/libvpx/examples/
Dresize_util.c54 int width, height, target_width, target_height; in main() local
/external/libaom/libaom/examples/
Dresize_util.c55 int width, height, target_width, target_height; in main() local
/external/webrtc/webrtc/test/
Dframe_generator.cc138 size_t target_height, in ScrollingImageFrameGenerator()
263 size_t target_height, in CreateScrollingInputFromYuvFiles()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py663 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument
746 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument
826 def resize_image_with_crop_or_pad(image, target_height, target_width): argument
1255 def _resize_image_with_pad_common(image, target_height, target_width, argument
1330 target_height, argument
1372 target_height, argument
Dimage_ops_test.py1499 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1544 target_height, argument
1824 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1869 target_height, argument
3250 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3288 target_height, argument
3348 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3386 target_height, argument
3449 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument
3487 target_height, argument
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc264 int target_height = height; in IncomingFrame() local