Home
last modified time | relevance | path

Searched refs:source_height (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c242 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/
Dframe_generator.cc136 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()
Dframe_generator.h55 size_t source_height,
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc37 int source_height,
334 int source_height, argument
345 source_height, 0, kVideoRotation_0, cropped_frame));