Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Dresize_util.c55 int width, height, target_width, target_height; in main() local
/external/libvpx/libvpx/examples/
Dresize_util.c54 int width, height, target_width, target_height; in main() local
/external/tensorflow/tensorflow/core/kernels/image/
Drandom_crop_op.cc48 const int32 target_height = shape_vec(0); in Compute() local
Dresize_area_op_test.cc149 void RunRandomTest(int in_height, int in_width, int target_height, in RunRandomTest()
Dsample_distorted_bounding_box_op.cc378 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in DoCompute() local
Dresize_bicubic_op_test.cc162 const int64 in_width, const int target_height, in RunRandomTest()
/external/webrtc/api/test/
Dcreate_frame_generator.cc62 size_t target_height, in CreateScrollingInputFromYuvFilesFrameGenerator()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc139 int target_height = abs(height); in IncomingFrame() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py994 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument
1106 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument
1191 def resize_image_with_crop_or_pad(image, target_height, target_width): argument
1674 def _resize_image_with_pad_common(image, target_height, target_width, argument
1752 target_height, argument
1795 target_height, argument
Dimage_ops_test.py1698 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1739 target_height, argument
2025 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument
2068 target_height, argument
3696 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3729 target_height, argument
3816 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3849 target_height, argument
3934 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument
3970 target_height, argument
/external/webrtc/test/
Dframe_generator.cc277 size_t target_height, in ScrollingImageFrameGenerator()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc185 int target_height) { in ScaleI420ABuffer()
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c726 int target_width, target_height, target_depth, i; in present() local