Searched refs:vscale (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vpx_scale/generic/ |
D | vpxscale.c | 350 unsigned int vscale, in Scale2D() argument 411 switch (vratio * 10 / vscale) in Scale2D() 508 if (vscale == 2 && vratio == 1) in Scale2D() 537 dest_band_height = source_band_height * vratio / vscale; in Scale2D() 566 Scale1Dv(&temp_area[j], dest_pitch, vscale, source_band_height + 1, in Scale2D() 611 unsigned int vscale, in vp8_scale_frame() argument 618 int dh = (vscale - 1 + src->y_height * vratio) / vscale; 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() 647 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2203 int hscale, vscale, default_shear, italic_shear; in cvPutText() local 2227 vscale = cvRound(font->vscale*XY_ONE); in cvPutText() 2228 default_shear = cvRound(font->shear*font->vscale*XY_ONE); in cvPutText() 2229 italic_shear = !(font->font_face & CV_FONT_ITALIC) ? 0 : cvRound(font->vscale*.25*XY_ONE); in cvPutText() 2237 vscale = -vscale; in cvPutText() 2240 view_y = (org.y << XY_SHIFT) + base_line*vscale; in cvPutText() 2298 pt[count++].y = p.y*vscale + view_y; 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() 2355 font->vscale = (float)vscale; in cvInitFont() [all …]
|
/external/libvpx/vpx_scale/ |
D | vpxscale.h | 96 unsigned int vscale,
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1388 float hscale, vscale; member 1398 double hscale, double vscale,
|