Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1682 static void get_arf_buffer_indices(unsigned char *arf_buffer_indices) { in get_arf_buffer_indices() argument
1683 arf_buffer_indices[0] = ARF_SLOT1; in get_arf_buffer_indices()
1684 arf_buffer_indices[1] = ARF_SLOT2; in get_arf_buffer_indices()
1704 unsigned char arf_buffer_indices[MAX_ACTIVE_ARFS]; in allocate_gf_group_bits() local
1716 get_arf_buffer_indices(arf_buffer_indices); in allocate_gf_group_bits()
1725 gf_group->arf_update_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1726 gf_group->arf_ref_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1731 gf_group->arf_update_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1732 gf_group->arf_ref_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1759 gf_group->arf_update_idx[alt_frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
[all …]