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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h668 int frame_coding_order[MAX_LAG_BUFFERS * 2]; member in struct:VP9_COMP
H A Dvp9_firstpass.c1456 int *cfo = cpi->frame_coding_order;
1534 vp9_zero(cpi->frame_coding_order);
1566 printf("%4d ", cpi->frame_coding_order[i]);
1749 vp9_zero(cpi->frame_coding_order);
1809 printf("%4d ", cpi->frame_coding_order[i]);
H A Dvp9_onyx_if.c1498 vp9_zero(cpi->frame_coding_order);
3593 // Negative entry in frame_coding_order indicates an ARF at this position.
3594 return cpi->frame_coding_order[cpi->sequence_number + 1] < 0 ? 1 : 0;
3624 cpi->frame_coding_order[cpi->sequence_number] < 0);
3627 frames_to_arf = (-cpi->frame_coding_order[cpi->sequence_number])
H A Dvp9_bitstream.c1240 arf_idx = (cpi->frame_coding_order[sn] < 0) ?

Completed in 93 milliseconds