HomeSort by relevance Sort by last modified time
    Searched full:source_band_height (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 258 int source_band_height; local
312 source_band_height = 5;
318 source_band_height = 5;
335 source_band_height = 2;
366 for (i = 0; i < source_band_height; i++) {
382 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width);
385 source += (unsigned long) source_band_height * source_pitch;
415 source_band_height = dest_band_height * source_height / dest_height;
417 source_band_height = temp_area_height - 1;
418 dest_band_height = source_band_height * vratio / vscale
    [all...]

Completed in 550 milliseconds