Searched refs:source_alt_ref_pending (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h50 int source_alt_ref_pending; member in struct:__anon634
H A Dvp9_firstpass.c1361 cpi->rc.source_alt_ref_pending = 0;
1366 cpi->rc.source_alt_ref_pending = 1;
1586 rc->source_alt_ref_pending = 1;
1596 rc->source_alt_ref_pending = 0;
1665 for (i = 0; i <= (rc->source_alt_ref_pending &&
1676 if (rc->source_alt_ref_pending && i == 0)
1727 (!rc->source_alt_ref_pending &&
1744 if (rc->source_alt_ref_pending) {
1757 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost;
H A Dvp9_ratectrl.c1043 cpi->rc.source_alt_ref_pending = 0;
1057 if (!rc->source_alt_ref_pending)
1223 rc->source_alt_ref_pending = USE_ALTREF_FOR_ONE_PASS;
H A Dvp9_onyx_if.c1234 rc->source_alt_ref_pending = 0;
3019 if (cpi->oxcf.play_alternate && rc->source_alt_ref_pending) {
3060 rc->source_alt_ref_pending = 0;
3062 rc->source_alt_ref_pending = 0;
3128 rc->source_alt_ref_pending = is_next_frame_arf(cpi);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c2024 cpi->source_alt_ref_pending = 1;
2095 cpi->source_alt_ref_pending = 0;
2101 cpi->source_alt_ref_pending = 0;
2152 for (i = 0; i <= (cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME); i++) {
2159 if (cpi->source_alt_ref_pending && i == 0)
2264 if (i == 1 || (!cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME)))
2284 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME)
2302 int boost = (cpi->source_alt_ref_pending)
2463 cpi->source_alt_ref_pending = 0;
2482 if (cpi->source_alt_ref_pending
[all...]
H A Donyx_int.h329 int source_alt_ref_pending; member in struct:VP8_COMP
H A Dratectrl.c429 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
593 cpi->source_alt_ref_pending = 0;
598 cpi->source_alt_ref_pending = 1;
600 cpi->source_alt_ref_pending = 0;
H A Donyx_if.c1899 cpi->source_alt_ref_pending = 0;
2766 cpi->source_alt_ref_pending = 0;
2829 cpi->source_alt_ref_pending = 1;
2833 if (!cpi->source_alt_ref_pending)
4932 cpi->source_alt_ref_pending)
4951 cpi->source_alt_ref_pending = 0;

Completed in 46 milliseconds