Home
last modified time | relevance | path

Searched refs:gf_max_pyr_height (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dgf_pyr_height_test.cc24 int gf_max_pyr_height; member
64 << "gf_max_pyr_height = " << p.gf_max_pyr_height << ", " in operator <<()
79 gf_max_pyr_height_ = GET_PARAM(3).gf_max_pyr_height; in GFPyrHeightTest()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c1051 cpi->oxcf.gf_max_pyr_height = in av1_encode_strategy()
1052 AOMMIN(cpi->oxcf.gf_max_pyr_height, USE_ALTREF_FOR_ONE_PASS); in av1_encode_strategy()
1054 AOMMIN(cpi->oxcf.gf_min_pyr_height, cpi->oxcf.gf_max_pyr_height); in av1_encode_strategy()
Dpass2_strategy.c1450 gf_group->max_layer_depth_allowed = cpi->oxcf.gf_max_pyr_height; in define_gf_group_pass0()
1569 cpi->internal_altref_allowed = (oxcf->gf_max_pyr_height > 1); in define_gf_group()
1688 (cpi->oxcf.gf_max_pyr_height > MIN_PYRAMID_LVL); in define_gf_group()
1704 assert(cpi->oxcf.gf_max_pyr_height > MIN_PYRAMID_LVL); in define_gf_group()
1750 gf_group->max_layer_depth_allowed = cpi->oxcf.gf_max_pyr_height; in define_gf_group()
Dencoder.h338 int gf_max_pyr_height; member
/external/libaom/libaom/av1/
Dav1_cx_iface.c48 unsigned int gf_max_pyr_height; member
397 RANGE_CHECK_HI(extra_cfg, gf_max_pyr_height, 5); in validate_config()
398 if (extra_cfg->gf_min_pyr_height > extra_cfg->gf_max_pyr_height) { in validate_config()
875 oxcf->gf_max_pyr_height = extra_cfg->gf_max_pyr_height; in set_encoder_config()
1759 extra_cfg.gf_max_pyr_height = CAST(AV1E_SET_GF_MAX_PYRAMID_HEIGHT, args); in ctrl_set_gf_max_pyr_height()
/external/libaom/libaom/apps/
Daomenc.c666 static const arg_def_t gf_max_pyr_height = variable
895 &gf_max_pyr_height,