Home
last modified time | relevance | path

Searched refs:icvPower2ShiftTab (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp71 static const schar icvPower2ShiftTab[] = variable
590 if( elem_size <= ICV_SHIFT_TAB_MAX && (id = icvPower2ShiftTab[elem_size - 1]) >= 0 ) in cvSeqElemIdx()
1197 if( elem_size <= ICV_SHIFT_TAB_MAX && (index = icvPower2ShiftTab[elem_size - 1]) >= 0 ) in cvGetSeqReaderPos()