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

  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 103 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
107 const int frac = (int)MULT_FIX(frow[x_out], yscale);
  /external/webp/src/utils/
rescaler.c 103 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
107 const int frac = (int)MULT_FIX(frow[x_out], yscale);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 440 float yscale = static_cast<float>(input->height()) / output->height(); local
442 float clamped_yscale = yscale < 1.0 ? 1.0 : 1.0 / yscale;
447 float dst_y_in_src = (dst_y + 0.5f) * yscale;
492 (dst_y * ymag + y + 0.5) * yscale / ymag,
539 float yscale = static_cast<float>(output->height()) / input->height();
540 if ((xscale == 1.0f && yscale == 1.0f) ||
541 (xscale == 0.5f && yscale == 1.0f) ||
542 (xscale == 1.0f && yscale == 0.5f) ||
543 (xscale >= 1.0f && yscale == 1.0f) |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 263 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 263 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state

Completed in 5329 milliseconds