Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dgop_structure.c81 gf_group->pyramid_height = pyr_height; in construct_multi_layer_gf_structure()
98 const int use_altref = (gf_group->pyramid_height > 0); in construct_multi_layer_gf_structure()
104 gf_group->pyramid_level[frame_index] = gf_group->pyramid_height; in construct_multi_layer_gf_structure()
110 use_altref ? gf_group->pyramid_height - 1 : gf_group->pyramid_height; in construct_multi_layer_gf_structure()
136 for (int i = 0; i < gf_group->pyramid_height; ++i) { in check_frame_params()
Dfirstpass.h123 unsigned char pyramid_height; member
Dpass2_strategy.c651 assert(gf_group->pyramid_height <= MAX_PYRAMID_LVL && in allocate_gf_group_bits()
687 assert(gf_group->pyramid_height <= MAX_PYRAMID_LVL && in allocate_gf_group_bits()
691 const int dist2top = gf_group->pyramid_height - 1 - this_lvl; in allocate_gf_group_bits()
693 lvl_budget_factor[gf_group->pyramid_height - 2][dist2top]; in allocate_gf_group_bits()
Dratectrl.c1124 while (this_height < gf_group->pyramid_height) { in rc_pick_q_and_bounds_two_pass()
1145 while (this_height < gf_group->pyramid_height) { in rc_pick_q_and_bounds_two_pass()
1159 while (this_height < gf_group->pyramid_height) { in rc_pick_q_and_bounds_two_pass()