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

  /external/chromium_org/third_party/libvpx/source/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...]
  /external/libvpx/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...]
  /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 304 milliseconds