Searched refs:source_height (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 242 unsigned int source_height, in Scale2D() argument 282 offset = (source_height - 1); in Scale2D() 347 if (source_height == dest_height) { in Scale2D() 403 if (source_height == dest_height) { in Scale2D() 414 if (dest_height > source_height) { in Scale2D() 416 source_band_height = dest_band_height * source_height / dest_height; in Scale2D() 431 if (k * source_band_height + i < (int) source_height) { in Scale2D()
|
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 136 size_t source_height, in ScrollingImageFrameGenerator() argument 148 file_generator_(files, source_width, source_height, 1) { in ScrollingImageFrameGenerator() 151 RTC_DCHECK_GE(source_height, target_height); in ScrollingImageFrameGenerator() 261 size_t source_height, in CreateScrollingInputFromYuvFiles() argument 275 clock, files, source_width, source_height, target_width, target_height, in CreateScrollingInputFromYuvFiles()
|
D | frame_generator.h | 55 size_t source_height,
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 37 int source_height, 334 int source_height, argument 345 source_height, 0, kVideoRotation_0, cropped_frame));
|