Searched defs:right_child (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman.h58 // Go down one level. Most critical function. 'right_child' must be 0 or 1.
60 const HuffmanTreeNode* node, int right_child) {
61 return node + node->children_ + right_child;
59 HuffmanTreeNextNode( const HuffmanTreeNode* node, int right_child) argument
/external/webp/src/utils/
H A Dhuffman.h58 // Go down one level. Most critical function. 'right_child' must be 0 or 1.
60 const HuffmanTreeNode* node, int right_child) {
61 return node + node->children_ + right_child;
59 HuffmanTreeNextNode( const HuffmanTreeNode* node, int right_child) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator.h59 PartitionTreeNode* right_child() const { return children_[kRightChild]; } function in class:webrtc::PartitionTreeNode

Completed in 241 milliseconds