OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_DXT_ROWS
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/core/test/
test_dxt.cpp
544
flags = bits & (CV_DXT_INVERSE | CV_DXT_SCALE |
CV_DXT_ROWS
| CV_DXT_MUL_CONJ);
553
if( flags &
CV_DXT_ROWS
&& (bits&1024) )
559
flags &= ~
CV_DXT_ROWS
;
576
if( size.height > 1 && (size.height&1) != 0 && !(flags &
CV_DXT_ROWS
) )
724
if( src.rows == 1 || (src.cols == 1 && !(flags &
CV_DXT_ROWS
)) )
766
if( src.rows == 1 || (src.cols == 1 && !(flags &
CV_DXT_ROWS
)) )
/external/opencv/cxcore/src/
cxdxt.cpp
[
all
...]
/external/opencv3/modules/core/src/
dxt.cpp
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
core_c.h
[
all
...]
Completed in 344 milliseconds