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

  /external/libvpx/libvpx/vpx_scale/
vpxscale.h 22 int HScale,
31 unsigned int hscale,
  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 32 int HScale;
279 * unsigned int hscale : Horizontal scale factor numerator.
309 unsigned int hscale,
349 switch (hratio * 10 / hscale) {
453 if (hscale == 2 && hratio == 1)
466 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
483 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
492 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
523 * unsigned int hscale : Horizontal scale factor numerator.
545 unsigned int hscale,
    [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 455 milliseconds