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

  /external/opencv/cxcore/src/
cxdatastructs.cpp 163 CvMemBlock *dst_top = 0; local
169 dst_top = storage->parent->top;
178 if( dst_top )
180 temp->prev = dst_top;
181 temp->next = dst_top->next;
184 dst_top = dst_top->next = temp;
188 dst_top = storage->parent->bottom = storage->parent->top = temp;
    [all...]

Completed in 33 milliseconds