HomeSort by relevance Sort by last modified time
    Searched refs:source_height (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vpx_scale/generic/
vpxscale.c 311 * unsigned int source_height : Height of input image.
341 unsigned int source_height,
373 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
383 offset = (source_height - 1);
454 if (source_height == dest_height)
516 if (source_height == dest_height)
529 if (dest_height > source_height)
532 source_band_height = dest_band_height * source_height / dest_height;
551 if (k * source_band_height + i < (int) source_height)
665 * unsigned int source_height : Height of source image (NOT USED)
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.cc 390 float source_height = static_cast<float>(height); local
391 DCHECK(source_width && source_height);
394 float ratio_height = thumbnail_height / source_height;
398 thumbnail_height = source_height * ratio_width;
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 88 FT_Int source_height )
121 for ( height = source_height; height > 0; height-- )
    [all...]

Completed in 151 milliseconds