Searched refs:MAX_ARF_LAYERS (Results 1 – 4 of 4) sorted by relevance
46 #define MAX_ARF_LAYERS 6 macro
2188 gf_group->layer_depth[frame_index] = MAX_ARF_LAYERS - 1; in set_gf_overlay_frame_type()2305 int arf_depth_bits[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits()2306 int arf_depth_count[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits()2307 int arf_depth_boost[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits()2317 for (idx = 2; idx < MAX_ARF_LAYERS; ++idx) { in allocate_gf_group_bits()2529 int max_layers = VPXMIN(MAX_ARF_LAYERS, cpi->oxcf.enable_auto_arf); in define_gf_group()
5421 int arf_index_stack[MAX_ARF_LAYERS];5428 int8_t recon_frame_index[REFS_PER_FRAME + MAX_ARF_LAYERS];5431 stack_init(arf_index_stack, MAX_ARF_LAYERS);
252 RANGE_CHECK(extra_cfg, enable_auto_alt_ref, 0, MAX_ARF_LAYERS); in validate_config()