OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_parent_size_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h
55
void set_max_parent_size(int size) {
max_parent_size_
= size; }
77
int
max_parent_size_
;
member in class:webrtc::PartitionTreeNode
vp8_partition_aggregator.cc
29
max_parent_size_
(0),
55
cost = std::max(
max_parent_size_
, this_size_int()) -
58
cost = std::max(
max_parent_size_
, this_size_int()) - min_parent_size_;
72
children_[kLeftChild]->set_max_parent_size(
max_parent_size_
);
83
std::max(
max_parent_size_
, this_size_int()));
Completed in 199 milliseconds