Searched refs:dest_band_height (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c257 int dest_band_height; local
313 dest_band_height = 4;
319 dest_band_height = 3;
336 dest_band_height = 1;
364 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) {
386 dest += (unsigned long) dest_band_height * dest_pitch;
414 dest_band_height = temp_area_height - 1;
415 source_band_height = dest_band_height * source_height / dest_height;
418 dest_band_height
[all...]
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c257 int dest_band_height; local
313 dest_band_height = 4;
319 dest_band_height = 3;
336 dest_band_height = 1;
364 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) {
386 dest += (unsigned long) dest_band_height * dest_pitch;
414 dest_band_height = temp_area_height - 1;
415 source_band_height = dest_band_height * source_height / dest_height;
418 dest_band_height
[all...]

Completed in 196 milliseconds