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.c2131 static void get_arf_buffer_indices(unsigned char *arf_buffer_indices) { in get_arf_buffer_indices() argument
2132 arf_buffer_indices[0] = ARF_SLOT1; in get_arf_buffer_indices()
2133 arf_buffer_indices[1] = ARF_SLOT2; in get_arf_buffer_indices()
2150 unsigned char arf_buffer_indices[MAX_ACTIVE_ARFS]; in allocate_gf_group_bits() local
2165 get_arf_buffer_indices(arf_buffer_indices); in allocate_gf_group_bits()
2179 gf_group->arf_update_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
2180 gf_group->arf_ref_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
2204 gf_group->arf_update_idx[alt_frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
2206 arf_buffer_indices[cpi->multi_arf_last_grp_enabled && in allocate_gf_group_bits()
2216 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[1]; in allocate_gf_group_bits()
[all …]