HomeSort by relevance Sort by last modified time
    Searched defs:yscale (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 482 int xscale, yscale; local
489 yscale = 1;
494 yscale = 1;
499 yscale = 2;
509 *yscale_out = yscale;
  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.cpp 47 FX_FLOAT xscale = 1.0f, yscale = 1.0f; local
51 yscale = m_FontMatrix.d;
56 m_FontBBox.bottom = (int32_t)(pBBox->GetNumberAt(1) * yscale * 1000);
58 m_FontBBox.top = (int32_t)(pBBox->GetNumberAt(3) * yscale * 1000);
  /external/webp/src/dsp/
rescaler.c 132 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
136 if (yscale) {
138 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale);
rescaler_mips32.c 215 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
224 if (yscale) {
233 "maddu %[temp0], %[yscale] \n\t"
248 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp6]"r"(temp6)
rescaler_mips_dsp_r2.c 33 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
41 if (yscale) {
54 "maddu $ac0, %[temp0], %[yscale] \n\t"
56 "maddu $ac1, %[temp1], %[yscale] \n\t"
58 "maddu $ac2, %[temp2], %[yscale] \n\t"
60 "maddu $ac3, %[temp5], %[yscale] \n\t"
102 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6)
108 const uint32_t frac = (uint32_t)MULT_FIX(*frow++, yscale);
rescaler_msa.c 267 const uint32_t yscale,
269 const v4u32 y_scale = (v4u32)__msa_fill_w(yscale);
343 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale);
419 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
423 if (yscale) {
424 ExportRowShrink_0(frow, irow, dst, x_out_max, yscale, wrk);
rescaler_neon.c 122 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
125 const int32x4_t yscale_half = MAKE_HALF_CST(yscale);
130 if (yscale) {
147 const uint32_t frac = (uint32_t)MULT_FIX_C(frow[x_out], yscale);
rescaler_sse2.c 295 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
299 if (yscale) {
302 const __m128i mult_y = _mm_set_epi32(0, yscale, 0, yscale);
331 const uint32_t frac = (int)MULT_FIX(frow[x_out], yscale);
  /external/harfbuzz_ng/src/
hb-graphite2.cc 376 float yscale = font->y_scale / font->x_scale; local
387 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
395 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale;
415 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale;
418 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_private.h 64 float yscale; member in struct:hud_pane
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 672 const double yscale = atten * L / (I0(beta) * M_PI); local
692 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
693 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(), x);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8448/
mtkfb.h 169 unsigned int xscale, yscale; member in struct:fb_scale
358 int xscale, yscale, mirror; /* transformations. member in struct:mtkfb_device
  /external/libdrm/exynos/
exynos_fimg2d.h 273 unsigned int yscale; member in struct:g2d_image
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state

Completed in 502 milliseconds