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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 34 children_[kLeftChild] = NULL;
47 delete children_[kLeftChild];
68 assert(!children_[kLeftChild]);
69 children_[kLeftChild] =
72 children_[kLeftChild]->set_max_parent_size(max_parent_size_);
73 children_[kLeftChild]->set_min_parent_size(min_parent_size_);
75 children_[kLeftChild]->set_packet_start(false);
99 if (parent_->children_[kLeftChild] == this) {
111 PartitionTreeNode* left = children_[kLeftChild];
vp8_partition_aggregator.h 58 PartitionTreeNode* left_child() const { return children_[kLeftChild]; }
65 kLeftChild = 0,

Completed in 212 milliseconds