OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yscale
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
rescaler.c
77
const int
yscale
= wrk->fy_scale * (-wrk->y_accum);
local
80
const int frac = (int)MULT_FIX(frow[x_out],
yscale
);
197
const int
yscale
= wrk->fy_scale * (-wrk->y_accum);
local
220
"madd %[temp0], %[
yscale
] \n\t"
244
: [temp2]"r"(temp2), [
yscale
]"r"(
yscale
), [temp8]"r"(temp8)
/external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc
504
float
yscale
= static_cast<float>(input->height()) / output->height();
local
506
float clamped_yscale =
yscale
< 1.0 ? 1.0 : 1.0 /
yscale
;
511
float dst_y_in_src = (dst_y + 0.5f) *
yscale
;
557
(dst_y * ymag + y + 0.5) *
yscale
/ ymag,
626
float
yscale
= static_cast<float>(output->height()) / input->height();
local
627
if ((xscale == 1.0f &&
yscale
== 1.0f) ||
628
(xscale == 0.5f &&
yscale
== 1.0f) ||
629
(xscale == 1.0f &&
yscale
== 0.5f) ||
630
(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 630 milliseconds