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

  /external/libvpx/libvpx/vpx_scale/
vpxscale.h 24 int VScale,
33 unsigned int vscale,
  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 34 int VScale;
281 * unsigned int vscale : Vertical scale factor numerator.
311 unsigned int vscale,
369 switch (vratio * 10 / vscale) {
456 if (vscale == 2 && vratio == 1) {
479 dest_band_height = source_band_height * vratio / vscale;
502 Scale1Dv(&temp_area[j], dest_pitch, vscale, source_band_height + 1,
525 * unsigned int vscale : Vertical scale factor numerator.
547 unsigned int vscale,
553 int dh = (vscale - 1 + src->y_height * vratio) / vscale
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 2203 int hscale, vscale, default_shear, italic_shear; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1388 float hscale, vscale; member in struct:CvFont
    [all...]

Completed in 3467 milliseconds