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

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

Completed in 96 milliseconds