HomeSort by relevance Sort by last modified time
    Searched refs:active_map_width_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/codec/
video_encoder_vpx.h 68 int active_map_width_; member in class:remoting::VideoEncoderVpx
video_encoder_vpx.cc 269 act_map.cols = active_map_width_;
335 active_map_width_(0),
358 active_map_width_ = (image_->w + kMacroBlockSize - 1) / kMacroBlockSize;
360 active_map_.reset(new uint8[active_map_width_ * active_map_height_]);
448 memset(active_map_.get(), 0, active_map_width_ * active_map_height_);
458 DCHECK_LT(right, active_map_width_);
461 uint8* map = active_map_.get() + top * active_map_width_;
465 map += active_map_width_;

Completed in 87 milliseconds