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.h91 unsigned char arf_update_idx[(MAX_LAG_BUFFERS * 2) + 1]; member
Dvp9_firstpass.c1725 gf_group->arf_update_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()
1759 gf_group->arf_update_idx[alt_frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1772 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[1]; in allocate_gf_group_bits()
1807 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()
1824 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
Dvp9_bitstream.c920 arf_idx = gf_group->arf_update_idx[gf_group->index]; in get_refresh_mask()
Dvp9_encoder.c2720 arf_idx = gf_group->arf_update_idx[gf_group->index];