Searched refs:active_map_ (Results 1 – 2 of 2) sorted by relevance
115 act_map.active_map = active_map_.get(); in Encode()208 active_map_.reset(new uint8[active_map_width_ * active_map_height_]); in Initialize()299 memset(active_map_.get(), 0, active_map_width_ * active_map_height_); in PrepareActiveMap()312 uint8* map = active_map_.get() + top * active_map_width_; in PrepareActiveMap()
54 scoped_ptr<uint8[]> active_map_; variable