Searched refs:fy_scale (Results 1 – 3 of 3) sorted by relevance
30 int fy_scale, fx_scale; // fixed-point scaling factor member
443 wrk->fy_scale = (1 << RFIX) / y_sub; in InitRescaler()491 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRow()
283 const int fy_scale = (1 << RFIX) / dst_height; in RescalePlane() local300 const int yscale = fy_scale * (-y_accum); in RescalePlane()