Searched refs:curr_dims (Results 1 – 1 of 1) sorted by relevance
37 const int curr_dims = BlockDimForCacheLevel(i); in FlowCache() local38 has_cache_[i] = new Image<bool>(curr_dims, curr_dims); in FlowCache()39 displacements_[i] = new Image<Point2f>(curr_dims, curr_dims); in FlowCache()