Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dpartition_strategy.c508 SIMPLE_MOTION_DATA_TREE *sub_tree = sms_tree->split[r_idx]; in simple_motion_search_get_best_ref() local
509 sub_tree->start_mvs[ref] = sms_tree->start_mvs[ref]; in simple_motion_search_get_best_ref()
563 SIMPLE_MOTION_DATA_TREE *sub_tree = sms_tree->split[r_idx]; in simple_motion_search_prune_part_features() local
565 if (!sub_tree->sms_none_valid) { in simple_motion_search_prune_part_features()
567 cpi, x, sub_tree, sub_mi_row, sub_mi_col, subsize, ref_list, in simple_motion_search_prune_part_features()
568 num_refs, use_subpixel, 1, &sub_tree->sms_none_feat[0], in simple_motion_search_prune_part_features()
569 &sub_tree->sms_none_feat[1]); in simple_motion_search_prune_part_features()
570 sub_tree->sms_none_valid = 1; in simple_motion_search_prune_part_features()
614 SIMPLE_MOTION_DATA_TREE *sub_tree = sms_tree->split[sub_idx]; in simple_motion_search_prune_part_features() local
615 features[f_idx++] = log1pf((float)sub_tree->sms_none_feat[0]); in simple_motion_search_prune_part_features()
[all …]
/external/python/cpython3/Python/
Dhamt.c969 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local
970 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()
971 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()
988 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()
989 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()
994 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp9978 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
9982 sub_tree->traverse(this); in createSpvConstant()
9983 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp10427 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
10431 sub_tree->traverse(this); in createSpvConstant()
10432 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()