Searched refs:spatial_x_computed_ (Results 1 – 1 of 1) sorted by relevance
50 spatial_x_computed_[i] = false; in ResetComputationCache()164 if (!spatial_x_computed_[level]) { in GetSpatialX()170 spatial_x_computed_[level] = true; in GetSpatialX()245 mutable bool spatial_x_computed_[kNumPyramidLevels]; variable