Searched refs:cofs (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c1040 int cofs = ofs; \
1042 if(left - cofs > 0) { \
1043 crun -= left - cofs; \
1044 cofs = left; \
1046 if(crun > right - cofs) \
1047 crun = right - cofs; \
1049 PIXEL_COPY(dstbuf + cofs * sizeof(Ptype), \
1050 srcbuf + (cofs - ofs) * sizeof(Ptype), \
1069 int cofs = ofs; \
1071 if(left - cofs >
[all...]
/external/opencv/ml/src/
H A Dmlboost.cpp1282 const int* cofs;
1325 cofs = data->cat_ofs->data.i;
1368 int a = cofs[ci], b = cofs[ci+1], c = a;
1392 val = (float)(c - cofs[ci]);
1431 value = (float)cmap[cofs[vtype[var_count]] + cls_idx];
H A Dmltree.cpp2898 const int* cofs; local
2935 cofs = data->cat_ofs ? data->cat_ofs->data.i : 0;
2961 int a = c = cofs[ci];
2962 int b = cofs[ci+1];
2982 catbuf[ci] = c -= cofs[ci];

Completed in 397 milliseconds