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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h91 unsigned char arf_update_idx[(MAX_LAG_BUFFERS * 2) + 1]; member in struct:__anon11111
H A Dvp9_firstpass.c1725 gf_group->arf_update_idx[0] = arf_buffer_indices[0];
1731 gf_group->arf_update_idx[0] = arf_buffer_indices[0];
1759 gf_group->arf_update_idx[alt_frame_index] = arf_buffer_indices[0];
1772 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[1];
1807 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[arf_idx];
1824 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[0];
H A Dvp9_bitstream.c920 arf_idx = gf_group->arf_update_idx[gf_group->index];
H A Dvp9_encoder.c2720 arf_idx = gf_group->arf_update_idx[gf_group->index];

Completed in 86 milliseconds