OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_value
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp
86
Float2
uv_value
[4];
local
92
in_uv->read_interpolate_array<Float2, 4> (in_pos,
uv_value
);
93
convert_to_uchar2_N<Float2, 4> (
uv_value
, uv_uc);
soft_blender_tasks_priv.cpp
126
Float2
uv_value
;
local
127
uv_value
= gauss_sum (&uv_sum[0]);
128
Uchar2 uv_out(convert_to_uchar(
uv_value
.x), convert_to_uchar(
uv_value
.y));
/hardware/intel/common/libva/test/
loadsurface.h
154
unsigned char
uv_value
= 0x80;
local
180
Y_row[jj*y_factor+1] =
uv_value
; // it is for UV
191
uv_value
= 0xff;
198
memset(U_row,
uv_value
, width);
201
memset (U_row,
uv_value
,width/2);
202
memset (V_row,
uv_value
,width/2);
Completed in 206 milliseconds