Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h78 unsigned char arf_update_idx[(MAX_LAG_BUFFERS * 2) + 1]; member
Dvp9_firstpass.c1402 twopass->gf_group.arf_update_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()
1429 twopass->gf_group.arf_update_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1441 twopass->gf_group.arf_update_idx[frame_index] = arf_buffer_indices[1]; in allocate_gf_group_bits()
1472 twopass->gf_group.arf_update_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()
1489 twopass->gf_group.arf_update_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
Dvp9_bitstream.c907 arf_idx = gf_group->arf_update_idx[gf_group->index]; in get_refresh_mask()
Dvp9_encoder.c1529 arf_idx = gf_group->arf_update_idx[gf_group->index]; in vp9_update_reference_frames()