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

  /external/libvpx/vpx_scale/generic/
vpxscale.c 66 int VRatio;
321 * unsigned int vratio : Vertical scale factor denominator.
351 unsigned int vratio,
411 switch (vratio * 10 / vscale)
508 if (vscale == 2 && vratio == 1)
537 dest_band_height = source_band_height * vratio / vscale;
567 &dest[j], dest_pitch, vratio, dest_band_height);
590 * unsigned int vratio : Vertical scale factor denominator.
612 unsigned int vratio,
618 int dh = (vscale - 1 + src->y_height * vratio) / vscale
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 53 int VRatio;
303 * unsigned int vratio : Vertical scale factor denominator.
332 unsigned int vratio,
350 if (vscale == 2 && vratio == 1)
379 dest_band_height = source_band_height * vratio / vscale;
409 &dest[j], dest_pitch, vratio, dest_band_height);
432 * unsigned int vratio : Vertical scale factor denominator.
454 unsigned int vratio,
460 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
465 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced)
    [all...]
  /external/libvpx/vpx_scale/
vpxscale.h 86 int VRatio
97 unsigned int vratio,

Completed in 58 milliseconds