Home
last modified time | relevance | path

Searched refs:sub_tree (Results 1 – 5 of 5) sorted by relevance

/external/libaom/av1/encoder/
Dpartition_strategy.c505 SIMPLE_MOTION_DATA_TREE *sub_tree = sms_tree->split[r_idx]; in simple_motion_search_get_best_ref() local
506 sub_tree->start_mvs[ref] = sms_tree->start_mvs[ref]; in simple_motion_search_get_best_ref()
560 SIMPLE_MOTION_DATA_TREE *sub_tree = sms_tree->split[r_idx]; in simple_motion_search_prune_part_features() local
562 if (!sub_tree->sms_none_valid) { in simple_motion_search_prune_part_features()
564 cpi, x, sub_tree, sub_mi_row, sub_mi_col, subsize, ref_list, in simple_motion_search_prune_part_features()
565 num_refs, use_subpixel, 1, &sub_tree->sms_none_feat[0], in simple_motion_search_prune_part_features()
566 &sub_tree->sms_none_feat[1]); in simple_motion_search_prune_part_features()
567 sub_tree->sms_none_valid = 1; in simple_motion_search_prune_part_features()
611 SIMPLE_MOTION_DATA_TREE *sub_tree = sms_tree->split[sub_idx]; in simple_motion_search_prune_part_features() local
612 features[f_idx++] = logf(1.0f + sub_tree->sms_none_feat[0]); in simple_motion_search_prune_part_features()
[all …]
/external/python/cpython3/Python/
Dhamt.c995 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local
996 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()
997 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()
1014 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()
1015 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()
1022 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
/external/libabigail/tools/
Dabitidy.cc1224 sub_tree(xmlNodePtr left, xmlNodePtr right) in sub_tree() function
1278 if (sub_tree(left_child, right_child)) in sub_tree()
1432 if (sub_tree(definitions[candidate], definitions[ix])) in handle_duplicate_types()
1448 if (!ok[ix] && !sub_tree(definition, candidate_definition)) in handle_duplicate_types()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp9697 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
9701 sub_tree->traverse(this); in createSpvConstant()
9702 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp9782 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
9786 sub_tree->traverse(this); in createSpvConstant()
9787 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()