OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_max_parent_size
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h
55
void
set_max_parent_size
(int size) { max_parent_size_ = size; }
function in class:webrtc::PartitionTreeNode
vp8_partition_aggregator.cc
75
children_[kLeftChild]->
set_max_parent_size
(max_parent_size_);
87
children_[kRightChild]->
set_max_parent_size
(
178
root_->
set_max_parent_size
(max_size);
vp8_partition_aggregator_unittest.cc
54
root->
set_max_parent_size
(500);
Completed in 127 milliseconds