OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shift_x
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/ocl/
cl_image_warp_handler.cpp
122
TMat = [ scale_x, 0.0f,
shift_x
;
129
float
shift_x
= warp_config.trim_ratio * cl_desc_out.width * 8.0f;
local
131
float
shift_x
= warp_config.trim_ratio * cl_desc_out.width;
local
137
warp_config.proj_mat[0] = scale_x * warp_config.proj_mat[0] +
shift_x
* warp_config.proj_mat[6];
138
warp_config.proj_mat[1] = scale_x * warp_config.proj_mat[1] +
shift_x
* warp_config.proj_mat[7];
139
warp_config.proj_mat[2] = scale_x * warp_config.proj_mat[2] +
shift_x
* warp_config.proj_mat[8];
/external/libxcam/tests/
test-cl-image.cpp
450
float
shift_x
= -0.2f * width;
local
461
warp_config.proj_mat[2] =
shift_x
;
Completed in 91 milliseconds