Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Daom_scale.c237 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/
Dvpx_scale.c234 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/
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));
/external/freetype/
DChangeLog.233229 Add parameter `source_height' and use it for main loop.