Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4122 int arf_src_index = 0; local
4127 arf_src_index = gf_group->arf_src_offset[gf_group->index];
4130 arf_src_index = rc->frames_till_gf_update_due;
4133 return arf_src_index;
4185 int arf_src_index; local
4224 arf_src_index = get_arf_src_index(cpi);
4228 arf_src_index = 0;
4230 if (arf_src_index) {
4231 assert(arf_src_index <= rc->frames_to_key);
4233 if ((source = vp9_lookahead_peek(cpi->lookahead, arf_src_index)) != NULL) {
[all …]