Home
last modified time | relevance | path

Searched refs:hscale (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vpx_scale/generic/
Dvpxscale.c348 unsigned int hscale, in Scale2D() argument
390 switch (hratio * 10 / hscale) in Scale2D()
505 if (hscale == 2 && hratio == 1) in Scale2D()
521 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width); in Scale2D()
541 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); in Scale2D()
553 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1, in Scale2D()
609 unsigned int hscale, in vp8_scale_frame() argument
617 int dw = (hscale - 1 + src->y_width * hratio) / hscale; in vp8_scale_frame()
623 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame()
635 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame()
[all …]
/external/opencv/cxcore/src/
Dcxdrawing.cpp2203 int hscale, vscale, default_shear, italic_shear; in cvPutText() local
2226 hscale = cvRound(font->hscale*XY_ONE); in cvPutText()
2278 dx = p.y*hscale; in cvPutText()
2279 view_x -= p.x*hscale; in cvPutText()
2297 pt[count].x = p.x*hscale - p.y*shear + view_x; in cvPutText()
2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, in cvInitFont() argument
2320 if( hscale <= 0 || vscale <= 0 || thickness < 0 ) in cvInitFont()
2354 font->hscale = (float)hscale; in cvInitFont()
2399 view_x += (p.y - p.x)*font->hscale; in cvGetTextSize()
/external/libvpx/vpx_scale/
Dvpxscale.h94 unsigned int hscale,
/external/opencv/cxcore/include/
Dcxcore.h1388 float hscale, vscale; member
1398 double hscale, double vscale,