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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp163 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;

Completed in 44 milliseconds