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

/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale.h18 unsigned int hscale, unsigned int hratio,
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c211 * 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,
480 int dw = (hscale
231 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced) argument
474 vpx_scale_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, unsigned char *temp_area, unsigned char temp_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2203 int hscale, vscale, default_shear, italic_shear; local
2226 hscale = cvRound(font->hscale*XY_ONE);
2278 dx = p.y*hscale;
2279 view_x -= p.x*hscale;
2297 pt[count].x = p.x*hscale - p.y*shear + view_x;
2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, argument
2320 if( hscale <= 0 || vscale <= 0 || thickness < 0 )
2354 font->hscale = (float)hscale;
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.h1388 float hscale, vscale; member in struct:CvFont
1398 double hscale, double vscale,

Completed in 141 milliseconds