OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_col1
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
fastssim.c
273
#define FS_COL_COPY(
_col1
, _col2) \
275
col_sums_gx2[(
_col1
)] = col_sums_gx2[(_col2)]; \
276
col_sums_gy2[(
_col1
)] = col_sums_gy2[(_col2)]; \
277
col_sums_gxgy[(
_col1
)] = col_sums_gxgy[(_col2)]; \
281
#define FS_COL_HALVE(
_col1
, _col2) \
283
col_sums_gx2[(
_col1
)] = col_sums_gx2[(_col2)] * 0.5; \
284
col_sums_gy2[(
_col1
)] = col_sums_gy2[(_col2)] * 0.5; \
285
col_sums_gxgy[(
_col1
)] = col_sums_gxgy[(_col2)] * 0.5; \
289
#define FS_COL_DOUBLE(
_col1
, _col2) \
291
col_sums_gx2[(
_col1
)] = col_sums_gx2[(_col2)] * 2;
[
all
...]
/external/mesa3d/src/mesa/main/
ffvertex_prog.c
1041
struct ureg _col0 = undef,
_col1
= undef;
local
1068
_col1
= make_temp(p, get_identity_param(p));
1070
_col1
= _col0;
1100
emit_op1(p, OPCODE_MOV, res1, 0,
_col1
);
[
all
...]
/external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar
Completed in 4144 milliseconds