Lines Matching refs:hscale
348 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()
647 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame()