Searched defs:hratio (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_scan.c54 float wratio, hratio; local
60 hratio = h / (float)scr_vrect.height;
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
/external/quake/quake/src/WinQuake/
H A Dd_scan.cpp54 float wratio, hratio; local
60 hratio = h / (float)scr_vrect.height;
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c319 * unsigned int hratio : Horizontal scale factor denominator.
349 unsigned int hratio,
390 switch (hratio * 10 / hscale)
505 if (hscale == 2 && hratio == 1)
521 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
541 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
554 temp_area + i * dest_pitch, 1, hratio, dest_width);
588 * unsigned int hratio : Horizontal scale factor denominator.
610 unsigned int hratio,
617 int dw = (hscale - 1 + src->y_width * hratio) / hscal
335 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
603 vp8_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...]

Completed in 263 milliseconds