Searched refs:arf_idx (Results 1 – 3 of 3) sorted by relevance
911 int arf_idx = cpi->alt_fb_idx; in vp9_get_refresh_mask() local914 arf_idx = gf_group->arf_update_idx[gf_group->index]; in vp9_get_refresh_mask()918 (cpi->refresh_alt_ref_frame << arf_idx); in vp9_get_refresh_mask()
2301 int arf_idx = 0; in allocate_gf_group_bits() local2325 if (frame_index <= mid_frame_idx) arf_idx = 1; in allocate_gf_group_bits()2327 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()2328 gf_group->arf_ref_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()
2846 int arf_idx = cpi->alt_fb_idx; local2849 arf_idx = gf_group->arf_update_idx[gf_group->index];2852 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[arf_idx], cm->new_fb_idx);