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

  /external/libvpx/libvpx/vpx_scale/
vpx_scale.h 18 unsigned int hscale, unsigned int hratio,
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 31 int HScale;
211 * unsigned int hscale : Horizontal scale factor
236 unsigned char temp_area_height, unsigned int hscale, unsigned int hratio,
275 switch (hratio * 10 / hscale) {
379 if (hscale == 2 && hratio == 1) Scale1Dh = scale1d_2t1_ps;
391 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio,
410 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio,
420 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
454 * unsigned int hscale : Horizontal scale factor
476 unsigned int hscale, unsigned int hratio
    [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 176 milliseconds