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

  /external/libvpx/vpx_scale/generic/
vpxscale.c 358 int dest_band_height; local
417 dest_band_height = 4;
423 dest_band_height = 3;
443 dest_band_height = 1;
475 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++)
499 dest += (unsigned long) dest_band_height * dest_pitch;
531 dest_band_height = temp_area_height - 1;
532 source_band_height = dest_band_height * source_height / dest_height;
537 dest_band_height = source_band_height * vratio / vscale
697 unsigned int dest_band_height = 0; local
    [all...]

Completed in 126 milliseconds