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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h105 int source_alt_ref_pending; member in struct:__anon12905
H A Dvp9_ratectrl.c367 rc->source_alt_ref_pending = 0;
1304 rc->source_alt_ref_pending = 0;
1322 if (!rc->source_alt_ref_pending && (cpi->twopass.gf_group.index == 0))
1324 } else if (!rc->source_alt_ref_pending) {
1593 rc->source_alt_ref_pending = 0;
1596 rc->source_alt_ref_pending = 1;
2248 rc->source_alt_ref_pending = 0;
2251 rc->source_alt_ref_pending = 1;
2418 rc->source_alt_ref_pending = 0;
2420 rc->source_alt_ref_pending
[all...]
H A Dvp9_firstpass.c2248 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits;
2251 if (rc->source_alt_ref_pending) {
2288 normal_frames = (rc->baseline_gf_interval - rc->source_alt_ref_pending);
2321 if (rc->source_alt_ref_pending && cpi->multi_arf_enabled) {
2350 if (rc->source_alt_ref_pending) {
2584 rc->source_alt_ref_pending = 1;
2594 rc->source_alt_ref_pending = 0;
2605 rc->baseline_gf_interval = i - (is_key_frame || rc->source_alt_ref_pending);
H A Dvp9_encoder.c3188 "source_alt_ref_pending, source_alt_ref_active, "
3217 cpi->rc.source_alt_ref_pending,
4794 } else if (rc->source_alt_ref_pending) {
5181 rc->source_alt_ref_pending = 0;
5183 rc->source_alt_ref_pending = 0;
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1887 cpi->source_alt_ref_pending = 1;
1951 cpi->source_alt_ref_pending = 0;
1955 cpi->source_alt_ref_pending = 0;
2005 for (i = 0; i <= (cpi->source_alt_ref_pending &&
2015 if (cpi->source_alt_ref_pending && i == 0) {
2109 if (i == 1 || (!cpi->source_alt_ref_pending &&
2128 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME) {
2146 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost;
2298 cpi->source_alt_ref_pending = 0;
2315 if (cpi->source_alt_ref_pending
[all...]
H A Donyx_int.h303 int source_alt_ref_pending; member in struct:VP8_COMP
H A Dratectrl.c371 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
529 cpi->source_alt_ref_pending = 0;
535 cpi->source_alt_ref_pending = 1;
537 cpi->source_alt_ref_pending = 0;
H A Donyx_if.c1909 cpi->source_alt_ref_pending = 0;
2625 cpi->source_alt_ref_pending = 0;
2681 cpi->source_alt_ref_pending = 1;
2685 if (!cpi->source_alt_ref_pending) cpi->source_alt_ref_active = 0;
4884 cpi->source_alt_ref_pending) {
4898 cpi->source_alt_ref_pending = 0;

Completed in 676 milliseconds