FLIP_BOTH         672 modules/core/src/copy.cpp enum { FLIP_COLS = 1 << 0, FLIP_ROWS = 1 << 1, FLIP_BOTH = FLIP_ROWS | FLIP_COLS };
FLIP_BOTH         169 modules/cudaarithm/perf/perf_core.cpp enum {FLIP_BOTH = 0, FLIP_X = 1, FLIP_Y = -1};
FLIP_BOTH         245 modules/cudaarithm/test/test_core.cpp enum {FLIP_BOTH = 0, FLIP_X = 1, FLIP_Y = -1};