OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_y
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c
550
float
diff_y
= (float)src_h / (float)dst_h;
local
570
(float) src_x + offset_x*diff_x, (float) src_y + offset_y*
diff_y
,
571
(float) src_w - offset_w*diff_x, (float) src_h - offset_h*
diff_y
,
/external/webp/src/enc/
picture_csp.c
511
const int
diff_y
= target_y[off] - best_rgb_y[i];
local
512
const int new_y = (int)best_y[off] +
diff_y
;
[
all
...]
Completed in 625 milliseconds