Home
last modified time | relevance | path

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

/external/libvpx/vpx_scale/generic/
Dvpxscale.c341 unsigned int source_height, in Scale2D() argument
383 offset = (source_height - 1); in Scale2D()
454 if (source_height == dest_height) in Scale2D()
516 if (source_height == dest_height) in Scale2D()
529 if (dest_height > source_height) in Scale2D()
532 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
551 if (k * source_band_height + i < (int) source_height) in Scale2D()
688 unsigned int source_height, in any_ratio_2d_scale() argument
708 …const unsigned char *source_base = ((source_pitch >= 0) ? source : (source + ((source_height - 1) … in any_ratio_2d_scale()
/external/chromium/chrome/browser/
Daeropeek_manager.cc390 float source_height = static_cast<float>(height);
391 DCHECK(source_width && source_height);
394 float ratio_height = thumbnail_height / source_height;
398 thumbnail_height = source_height * ratio_width;
/external/freetype/src/sfnt/
Dttsbit.c88 FT_Int source_height ) in blit_sbit() argument
121 for ( height = source_height; height > 0; height-- ) in blit_sbit()