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.c1367 static void get_arf_buffer_indices(unsigned char *arf_buffer_indices) { in get_arf_buffer_indices() argument
1368 arf_buffer_indices[0] = ARF_SLOT1; in get_arf_buffer_indices()
1369 arf_buffer_indices[1] = ARF_SLOT2; in get_arf_buffer_indices()
1388 unsigned char arf_buffer_indices[MAX_ACTIVE_ARFS]; in allocate_gf_group_bits() local
1393 get_arf_buffer_indices(arf_buffer_indices); in allocate_gf_group_bits()
1402 twopass->gf_group.arf_update_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1403 twopass->gf_group.arf_ref_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1408 twopass->gf_group.arf_update_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1409 twopass->gf_group.arf_ref_idx[0] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1429 twopass->gf_group.arf_update_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
[all …]