HomeSort by relevance Sort by last modified time
    Searched full:_col1 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 288 #define FS_COL_COPY(_col1, _col2) \
290 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \
291 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \
292 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \
295 #define FS_COL_HALVE(_col1, _col2) \
297 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \
298 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \
299 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \
302 #define FS_COL_DOUBLE(_col1, _col2) \
304 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2;
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1030 struct ureg _col0 = undef, _col1 = undef; local
1057 _col1 = make_temp(p, get_identity_param(p));
1059 _col1 = _col0;
1089 emit_op1(p, OPCODE_MOV, res1, 0, _col1);
    [all...]

Completed in 70 milliseconds