Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h506 int frame_coding_order[MAX_LAG_BUFFERS * 2]; member
Dvp9_firstpass.c1276 int *cfo = cpi->frame_coding_order; in schedule_frames()
1355 vp9_zero(cpi->frame_coding_order); in define_fixed_arf_period()
1387 printf("%4d ", cpi->frame_coding_order[i]); in define_fixed_arf_period()
1564 vp9_zero(cpi->frame_coding_order); in define_gf_group()
1628 printf("%4d ", cpi->frame_coding_order[i]); in define_gf_group()
Dvp9_onyx_if.c1246 vp9_zero(cpi->frame_coding_order); in vp9_create_compressor()
2945 return cpi->frame_coding_order[cpi->sequence_number + 1] < 0 ? 1 : 0;
3024 cpi->frame_coding_order[cpi->sequence_number] < 0);
3027 frames_to_arf = (-cpi->frame_coding_order[cpi->sequence_number])
Dvp9_bitstream.c916 arf_idx = (cpi->frame_coding_order[sn] < 0) ?