Home
last modified time | relevance | path

Searched defs:yscale (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips_dsp_r2.c33 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRowShrink() local
Drescaler.c132 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrinkC() local
Drescaler_mips32.c215 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRowShrink() local
Drescaler_neon.c122 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink() local
Drescaler_sse2.c294 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrinkSSE2() local
/external/harfbuzz_ng/src/
Dhb-graphite2.cc374 float yscale = font->y_scale / font->x_scale; in _hb_graphite2_shape() local
/external/libdrm/exynos/
Dexynos_fimg2d.h273 unsigned int yscale; member
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1610 FX_FLOAT xscale = 1.0f, yscale = 1.0f; in _Load() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h263 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3879 const float yscale = ((float)m_srcImageHeight) / (float)m_imageHeight; in verify() local