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

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 33 int HRatio;
220 * unsigned int hratio : Horizontal scale factor denominator.
250 unsigned int hratio,
289 switch (hratio * 10 / hscale) {
393 if (hscale == 2 && hratio == 1)
406 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
423 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
433 temp_area + i * dest_pitch, 1, hratio, dest_width);
464 * unsigned int hratio : Horizontal scale factor denominator.
486 unsigned int hratio,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 32 int HRatio;
219 * unsigned int hratio : Horizontal scale factor denominator.
249 unsigned int hratio,
288 switch (hratio * 10 / hscale) {
392 if (hscale == 2 && hratio == 1)
405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
432 temp_area + i * dest_pitch, 1, hratio, dest_width);
463 * unsigned int hratio : Horizontal scale factor denominator.
485 unsigned int hratio,
    [all...]

Completed in 101 milliseconds