Searched refs:arf_idx (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1273 const int arf_idx, const int gf_or_arf_group, in schedule_frames() argument 1289 cpi->arf_buffer_idx[idx] = arf_idx; in schedule_frames() 1303 cpi->arf_buffer_idx[idx] = (arf_idx > 2) ? (arf_idx - 1) : 2; in schedule_frames() 1320 cpi->arf_buffer_idx[idx] = arf_idx; in schedule_frames() 1328 schedule_frames(cpi, start, -(start + half_range), arf_idx + 1, in schedule_frames() 1330 schedule_frames(cpi, start + half_range + 1, abs_end, arf_idx, in schedule_frames()
|
D | vp9_bitstream.c | 911 int arf_idx = cpi->alt_fb_idx; local 916 arf_idx = (cpi->frame_coding_order[sn] < 0) ? 923 (cpi->refresh_alt_ref_frame << arf_idx);
|
D | vp9_onyx_if.c | 2078 int arf_idx = cpi->alt_fb_idx; local 2081 arf_idx = cpi->arf_buffer_idx[cpi->sequence_number + 1]; 2085 &cm->ref_frame_map[arf_idx], cm->new_fb_idx);
|