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

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 259 int source_band_height; local
313 source_band_height = 5;
319 source_band_height = 5;
336 source_band_height = 2;
367 for (i = 0; i < source_band_height; i++) {
383 memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width);
386 source += (unsigned long) source_band_height * source_pitch;
416 source_band_height = dest_band_height * source_height / dest_height;
418 source_band_height = temp_area_height - 1;
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 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 92 milliseconds