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

  /external/opencv3/modules/core/test/
test_dxt.cpp 505 bool allow_complex; // whether input/output may be complex or not: member in class:CxCore_DXTBaseTest
517 : Base(), flags(0), allow_complex(_allow_complex), allow_odd(_allow_odd),
540 int cn = !allow_complex || !(bits & 256) ? 1 : 2;
593 else if( /*(cn == 2 && (bits&32)) ||*/ (cn == 1 && allow_complex) )
611 if( allow_complex )

Completed in 614 milliseconds