Searched refs:image_scale (Results 1 – 2 of 2) sorted by relevance
99 const float image_scale = output_width * scale; in StereographicProjection() local103 float xf = (x - output_width / 2.0f) / image_scale; in StereographicProjection()107 float yf = (y - output_height / 2.0f) / image_scale; in StereographicProjection()
98 const float image_scale = output_width * scale; in StereographicProjection() local102 float xf = (x - output_width / 2.0f) / image_scale; in StereographicProjection()106 float yf = (y - output_height / 2.0f) / image_scale; in StereographicProjection()