Home
last modified time | relevance | path

Searched refs:yscale (Results 1 – 19 of 19) sorted by relevance

/external/quake/quake/src/QW/client/
Dd_modech.c69 if (yscale > xscale) in D_ViewChanged()
70 scale_for_mip = yscale; in D_ViewChanged()
Dr_shared.h114 extern float xscale, yscale;
Dr_main.c73 float xscale, yscale; variable
439 yscale = xscale * pixelAspect; in R_ViewChanged()
440 aliasyscale = yscale * r_aliasuvscale; in R_ViewChanged()
441 yscaleinv = 1.0 / yscale; in R_ViewChanged()
Dr_draw.c119 scale = yscale * lzi0; in R_EmitEdge()
147 scale = yscale * r_lzi1; in R_EmitEdge()
851 scale = yscale * lzi; in R_RenderPoly()
Dquakeasm.h116 .extern C(yscale)
Dr_sprite.c218 scale = yscale * pout->zi; in R_SetupAndDrawSprite()
Dr_alias.c214 v1 = (viewaux[i].fv[1] * yscale * zi) + ycenter; in R_AliasCheckBBox()
Dr_drawa.s811 fmuls C(yscale) // scale | u0 | lzi0 | y
/external/quake/quake/src/WinQuake/
Dd_modech.cpp69 if (yscale > xscale) in D_ViewChanged()
70 scale_for_mip = yscale; in D_ViewChanged()
Dr_shared.h117 extern float xscale, yscale;
Dr_main.cpp71 float xscale, yscale; variable
419 yscale = xscale * pixelAspect; in R_ViewChanged()
420 aliasyscale = yscale * r_aliasuvscale; in R_ViewChanged()
421 yscaleinv = 1.0 / yscale; in R_ViewChanged()
Dr_draw.cpp119 scale = yscale * lzi0; in R_EmitEdge()
147 scale = yscale * r_lzi1; in R_EmitEdge()
851 scale = yscale * lzi; in R_RenderPoly()
Dquakeasm.h122 .extern C(yscale)
Dr_sprite.cpp218 scale = yscale * pout->zi; in R_SetupAndDrawSprite()
Dr_alias.cpp214 v1 = (viewaux[i].fv[1] * yscale * zi) + ycenter; in R_AliasCheckBBox()
Dr_drawa.s811 fmuls C(yscale) // scale | u0 | lzi0 | y
/external/webp/src/enc/
Dpicture.c267 const int yscale, const int64_t fxy_scale) { in ExportRow() argument
270 const int frac = MULT(frow[x_out], yscale); in ExportRow()
300 const int yscale = fy_scale * (-y_accum); in RescalePlane() local
301 ExportRow(frow, irow, dst, dst_width, yscale, fxy_scale); in RescalePlane()
/external/kernel-headers/original/asm-arm/arch/
Ddma.h428 extern void omap_set_lcd_dma_b1_scale(unsigned int xscale, unsigned int yscale);
/external/webp/src/dec/
Dio.c491 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRow() local
494 const int frac = MULT(wrk->frow[x_out], yscale); in ExportRow()