Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dgop_structure.c45 gf_group->pyramid_level[*frame_ind] = MIN_PYRAMID_LVL; in set_multi_layer_params()
58 gf_group->pyramid_level[*frame_ind] = level; in set_multi_layer_params()
70 gf_group->pyramid_level[*frame_ind] = MIN_PYRAMID_LVL; in set_multi_layer_params()
94 gf_group->pyramid_level[frame_index] = MIN_PYRAMID_LVL; in construct_multi_layer_gf_structure()
104 gf_group->pyramid_level[frame_index] = gf_group->pyramid_height; in construct_multi_layer_gf_structure()
132 gf_group->arf_update_idx[i], gf_group->pyramid_level[i]); in check_frame_params()
Dfirstpass.h122 unsigned char pyramid_level[MAX_STATIC_GF_GROUP_LENGTH + 1]; member
Dpass2_strategy.c690 const int this_lvl = gf_group->pyramid_level[arf_pos]; in allocate_gf_group_bits()
Dratectrl.c809 int this_height = gf_group->pyramid_level[gf_group->index]; in gf_group_pyramid_level()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dflow_cache.h77 for (int pyramid_level = kMinNumPyramidLevelsToUseForAdjustment - 1; in FindFlowAtPoint() local
78 pyramid_level >= 0; --pyramid_level) { in FindFlowAtPoint()
80 pyramid_level, u_x, u_y, false, flow_x, flow_y)) { in FindFlowAtPoint()
223 const int pyramid_level = PyramidLevelForCacheLevel(cache_level); in LookupGuessFromLevel() local
233 pyramid_level, center_x, center_y, false, in LookupGuessFromLevel()