Home
last modified time | relevance | path

Searched refs:MAX_ARF_LAYERS (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h47 #define MAX_ARF_LAYERS 6 macro
221 int last_qindex_of_arf_layer[MAX_ARF_LAYERS];
Dvp9_firstpass.c2228 gf_group->layer_depth[frame_index] = MAX_ARF_LAYERS - 1; in set_gf_overlay_frame_type()
2345 int arf_depth_bits[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits()
2346 int arf_depth_count[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits()
2347 int arf_depth_boost[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits()
2357 for (idx = 2; idx < MAX_ARF_LAYERS; ++idx) { in allocate_gf_group_bits()
2636 assert(max_layers <= MAX_ARF_LAYERS); in get_arf_layers()
Dvp9_encoder.c5778 int arf_index_stack[MAX_ARF_LAYERS];
5785 int8_t recon_frame_index[REFS_PER_FRAME + MAX_ARF_LAYERS];
5788 stack_init(arf_index_stack, MAX_ARF_LAYERS);
/external/libaom/libaom/av1/encoder/
Dratectrl.h54 #define MAX_ARF_LAYERS 6 macro
178 int active_best_quality[MAX_ARF_LAYERS + 1];
Dgop_structure.c49 gf_group->layer_depth[*frame_ind] = MAX_ARF_LAYERS; in set_multi_layer_params()
106 first_frame_update_type == OVERLAY_UPDATE ? MAX_ARF_LAYERS + 1 : 0; in construct_multi_layer_gf_structure()
Dpass2_strategy.c819 double layer_fraction[MAX_ARF_LAYERS + 1] = { 1.0, 0.70, 0.55, 0.60,
827 int layer_frames[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits()
863 int layer_extra_bits[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits()
924 int arf_depth_bits[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits()
925 int arf_depth_count[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits()
926 int arf_depth_boost[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits()
939 for (int idx = 2; idx <= MAX_ARF_LAYERS; ++idx) { in allocate_gf_group_bits()
2796 for (i = pyramid_level; i <= MAX_ARF_LAYERS; ++i) { in av1_twopass_postencode_update()
Dencode_strategy.c227 case MAX_ARF_LAYERS: in get_current_frame_ref_type()
228 case MAX_ARF_LAYERS + 1: return 4; in get_current_frame_ref_type()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c277 RANGE_CHECK(extra_cfg, enable_auto_alt_ref, 0, MAX_ARF_LAYERS); in validate_config()