Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dflow_cache.h76 for (int pyramid_level = kMinNumPyramidLevelsToUseForAdjustment - 1; in FindFlowAtPoint() local
77 pyramid_level >= 0; --pyramid_level) { in FindFlowAtPoint()
79 pyramid_level, u_x, u_y, false, flow_x, flow_y)) { in FindFlowAtPoint()
222 const int pyramid_level = PyramidLevelForCacheLevel(cache_level); in LookupGuessFromLevel() local
232 pyramid_level, center_x, center_y, false, in LookupGuessFromLevel()
/external/libaom/libaom/av1/encoder/
Dgop_structure.c150 gf_group->arf_update_idx[i], gf_group->pyramid_level[i]); in check_frame_params()
Dratectrl.c1426 const int pyramid_level = gf_group_pyramid_level(gf_group, gf_index); in rc_pick_q_and_bounds_two_pass() local
1428 rc->active_best_quality[pyramid_level - 1] + in rc_pick_q_and_bounds_two_pass()
1429 AOMMAX((rc->active_best_quality[pyramid_level - 1] / 10), 5); in rc_pick_q_and_bounds_two_pass()
Dpass2_strategy.c2794 const int pyramid_level = cpi->gf_group.layer_depth[cpi->gf_group.index]; in av1_twopass_postencode_update() local
2796 for (i = pyramid_level; i <= MAX_ARF_LAYERS; ++i) { in av1_twopass_postencode_update()