Searched refs:source_height (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument 270 offset = (source_height - 1); in Scale2D() 333 if (source_height == dest_height) { in Scale2D() 389 if (source_height == dest_height) { in Scale2D() 401 if (dest_height > source_height) { in Scale2D() 403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D() 420 if (k * source_band_height + i < source_height) { in Scale2D()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 234 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument 268 offset = (source_height - 1); in Scale2D() 331 if (source_height == dest_height) { in Scale2D() 388 if (source_height == dest_height) { in Scale2D() 400 if (dest_height > source_height) { in Scale2D() 402 source_band_height = dest_band_height * source_height / dest_height; in Scale2D() 419 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));
|
/external/freetype/ |
D | ChangeLog.23 | 3229 Add parameter `source_height' and use it for main loop.
|