Searched defs:last_idx (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/co/
H A Dbta_gatts_co.c69 UINT8 i, j, idx, last_idx; local
110 last_idx = p_cb->num_clients - 1;
112 if (i != last_idx )
115 for (j=i; j != last_idx; ++j )
123 memset(&p_cb->srv_chg[last_idx], 0, sizeof(tBTA_GATTS_SRV_CHG));
/external/opencv/ml/src/
H A Dmltestset.cpp138 int last_idx; local
141 last_idx = num_samples * (cur_class + 1) / num_classes - 1;
142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d );
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c847 int last_idx = 0; local
854 last_idx = i;
860 row[x] = last_idx;
/external/webp/src/enc/
H A Dvp8l.c847 int last_idx = 0; local
854 last_idx = i;
860 row[x] = last_idx;
/external/opencv/cv/src/
H A Dcvhaar.cpp1850 int last_idx; local
1874 for( k = 0, last_idx = 0; k < tree_fn->data.seq->total; ++k )
2021 if( last_idx >= classifier->count + 1 )
2027 classifier->left[k] = -last_idx;
2028 classifier->alpha[last_idx++] = (float) fn->data.f;
2060 if( last_idx >= classifier->count + 1 )
2066 classifier->right[k] = -last_idx;
2067 classifier->alpha[last_idx++] = (float) fn->data.f;
2072 if( last_idx != classifier->count + 1 )

Completed in 299 milliseconds