HomeSort by relevance Sort by last modified time
    Searched refs:gf_max_pyr_height (Results 1 - 6 of 6) sorted by null

  /external/libaom/libaom/test/
gf_max_pyr_height_test.cc 21 int gf_max_pyr_height; member in struct:__anon26751::GFMaxPyrHeightTestParam
34 << "gf_max_pyr_height = " << p.gf_max_pyr_height << ", "
47 gf_max_pyr_height_ = GET_PARAM(2).gf_max_pyr_height;
  /external/libaom/libaom/av1/encoder/
gop_structure.c 154 assert(IMPLIES(cpi->oxcf.gf_max_pyr_height == MIN_PYRAMID_LVL,
159 assert(cpi->oxcf.gf_max_pyr_height > MIN_PYRAMID_LVL);
161 assert(MIN_PYRAMID_LVL + 1 <= cpi->oxcf.gf_max_pyr_height);
165 cpi->oxcf.gf_max_pyr_height);
pass2_strategy.c 776 cpi->internal_altref_allowed = (oxcf->gf_max_pyr_height > 1);
811 AOMMIN(rc->max_gf_interval, get_fixed_gf_length(oxcf->gf_max_pyr_height));
    [all...]
encoder.h 302 int gf_max_pyr_height; member in struct:AV1EncoderConfig
    [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c 47 unsigned int gf_max_pyr_height; member in struct:av1_extracfg
162 4, // gf_max_pyr_height
345 RANGE_CHECK_HI(extra_cfg, gf_max_pyr_height, 4);
729 oxcf->gf_max_pyr_height = extra_cfg->gf_max_pyr_height;
    [all...]
  /external/libaom/libaom/apps/
aomenc.c 647 static const arg_def_t gf_max_pyr_height = variable
    [all...]

Completed in 487 milliseconds