Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c360 PC_TREE *sub_tree = pc_tree->split[r_idx]; in simple_motion_search_get_best_ref() local
361 sub_tree->start_mvs[ref] = pc_tree->start_mvs[ref]; in simple_motion_search_get_best_ref()
413 PC_TREE *sub_tree = pc_tree->split[r_idx]; in simple_motion_search_prune_part_features() local
415 if (!sub_tree->sms_none_valid) { in simple_motion_search_prune_part_features()
417 cpi, x, sub_tree, sub_mi_row, sub_mi_col, subsize, ref_list, in simple_motion_search_prune_part_features()
418 num_refs, use_subpixel, 1, &sub_tree->sms_none_feat[0], in simple_motion_search_prune_part_features()
419 &sub_tree->sms_none_feat[1]); in simple_motion_search_prune_part_features()
420 sub_tree->sms_none_valid = 1; in simple_motion_search_prune_part_features()
465 PC_TREE *sub_tree = pc_tree->split[sub_idx]; in simple_motion_search_prune_part_features() local
466 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.c1015 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local
1016 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()
1017 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()
1034 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()
1035 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()
1042 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp8292 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
8296 sub_tree->traverse(this); in createSpvConstant()
8297 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp8292 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local
8296 sub_tree->traverse(this); in createSpvConstant()
8297 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()