Searched refs:pyramid_level (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | flow_cache.h | 76 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/ |
D | gop_structure.c | 150 gf_group->arf_update_idx[i], gf_group->pyramid_level[i]); in check_frame_params()
|
D | ratectrl.c | 1426 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()
|
D | pass2_strategy.c | 2794 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()
|