Searched refs:pyramid_level (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | gop_structure.c | 45 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()
|
D | firstpass.h | 122 unsigned char pyramid_level[MAX_STATIC_GF_GROUP_LENGTH + 1]; member
|
D | pass2_strategy.c | 690 const int this_lvl = gf_group->pyramid_level[arf_pos]; in allocate_gf_group_bits()
|
D | ratectrl.c | 809 int this_height = gf_group->pyramid_level[gf_group->index]; in gf_group_pyramid_level()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | flow_cache.h | 77 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()
|