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.h126 unsigned char arf_update_idx[(MAX_LAG_BUFFERS * 2) + 1]; member
Dvp9_firstpass.c2179 gf_group->arf_update_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()
2216 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[1]; in allocate_gf_group_bits()
2263 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[arf_idx]; in allocate_gf_group_bits()
2280 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
Dvp9_bitstream.c914 arf_idx = gf_group->arf_update_idx[gf_group->index]; in vp9_get_refresh_mask()
Dvp9_encoder.c2882 arf_idx = gf_group->arf_update_idx[gf_group->index];