Searched refs:alt_frame_index (Results 1 – 1 of 1) sorted by relevance
2151 int alt_frame_index = frame_index; in allocate_gf_group_bits() local2160 if (has_temporal_layers) alt_frame_index = cpi->svc.number_temporal_layers; in allocate_gf_group_bits()2192 gf_group->update_type[alt_frame_index] = ARF_UPDATE; in allocate_gf_group_bits()2193 gf_group->rf_level[alt_frame_index] = GF_ARF_STD; in allocate_gf_group_bits()2194 gf_group->bit_allocation[alt_frame_index] = gf_arf_bits; in allocate_gf_group_bits()2197 gf_group->arf_src_offset[alt_frame_index] = in allocate_gf_group_bits()2201 gf_group->arf_src_offset[alt_frame_index] = in allocate_gf_group_bits()2204 gf_group->arf_update_idx[alt_frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()2205 gf_group->arf_ref_idx[alt_frame_index] = in allocate_gf_group_bits()2247 if (has_temporal_layers && frame_index == alt_frame_index) { in allocate_gf_group_bits()