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

  /external/chromium_org/remoting/codec/
video_encoder_vpx.h 70 int active_map_height_; member in class:remoting::VideoEncoderVpx
video_encoder_vpx.cc 268 act_map.rows = active_map_height_;
322 active_map_height_(0) {
342 active_map_height_ = (image_->h + kMacroBlockSize - 1) / kMacroBlockSize;
343 active_map_.reset(new uint8[active_map_width_ * active_map_height_]);
431 memset(active_map_.get(), 0, active_map_width_ * active_map_height_);
442 DCHECK_LT(bottom, active_map_height_);

Completed in 54 milliseconds