Home
last modified time | relevance | path

Searched refs:arf_idx (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c917 int arf_idx = cpi->alt_fb_idx; in get_refresh_mask() local
920 arf_idx = gf_group->arf_update_idx[gf_group->index]; in get_refresh_mask()
924 (cpi->refresh_alt_ref_frame << arf_idx); in get_refresh_mask()
Dvp9_firstpass.c1783 int arf_idx = 0; in allocate_gf_group_bits() local
1805 arf_idx = 1; in allocate_gf_group_bits()
1807 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()
1808 gf_group->arf_ref_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()
Dvp9_encoder.c2717 int arf_idx = cpi->alt_fb_idx; local
2720 arf_idx = gf_group->arf_update_idx[gf_group->index];
2724 &cm->ref_frame_map[arf_idx], cm->new_fb_idx);