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

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 258 int dest_band_height; local
314 dest_band_height = 4;
320 dest_band_height = 3;
337 dest_band_height = 1;
365 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) {
387 dest += (unsigned long) dest_band_height * dest_pitch;
415 dest_band_height = temp_area_height - 1;
416 source_band_height = dest_band_height * source_height / dest_height;
419 dest_band_height = source_band_height * vratio / vscale
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 257 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 = source_band_height * vratio / vscale
    [all...]

Completed in 346 milliseconds