MASK 2989 3rdparty/libpng/pngrutil.c mask = MASK(pass, pixel_depth, display, 0); MASK 2993 3rdparty/libpng/pngrutil.c mask = MASK(pass, pixel_depth, display, 1); MASK 21 3rdparty/libwebp/utils/bit_reader.c #define MK(X) (((range_t)(X) << (BITS)) | (MASK)) MASK 217 3rdparty/libwebp/utils/bit_reader.h split |= (MASK); MASK 264 3rdparty/libwebp/utils/bit_reader.h if (br->range_ <= (((range_t)0x7e << (BITS)) | (MASK))) { MASK 175 modules/ts/src/ts_arrtest.cpp types[i][j] >= 0 && (i != MASK || create_mask) ) MASK 233 modules/ts/src/ts_arrtest.cpp if( i == MASK ) MASK 258 modules/ts/src/ts_arrtest.cpp else if( i == INPUT || i == INPUT_OUTPUT || i == MASK ) MASK 65 modules/video/test/test_accum.cpp test_array[MASK].push_back(NULL); MASK 112 modules/video/test/test_accum.cpp cvAcc( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], test_array[MASK][0] ); MASK 120 modules/video/test/test_accum.cpp const Mat& mask = test_array[MASK][0] ? test_mat[MASK][0] : Mat(); MASK 145 modules/video/test/test_accum.cpp cvSquareAcc( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], test_array[MASK][0] ); MASK 153 modules/video/test/test_accum.cpp const Mat& mask = test_array[MASK][0] ? test_mat[MASK][0] : Mat(); MASK 183 modules/video/test/test_accum.cpp test_array[INPUT_OUTPUT][0], test_array[MASK][0] ); MASK 192 modules/video/test/test_accum.cpp const Mat& mask = test_array[MASK][0] ? test_mat[MASK][0] : Mat(); MASK 223 modules/video/test/test_accum.cpp alpha, test_array[MASK][0] ); MASK 232 modules/video/test/test_accum.cpp const Mat& mask = test_array[MASK][0] ? test_mat[MASK][0] : Mat();