Searched refs:refresh_alt_ref_frame (Results 1 – 18 of 18) sorted by relevance
281 if ((cpi->refresh_alt_ref_frame || cpi->refresh_golden_frame) && in get_rate_correction_factor()293 if ((cpi->refresh_alt_ref_frame || cpi->refresh_golden_frame) && in set_rate_correction_factor()426 (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) { in calc_active_worst_quality_one_pass_vbr()535 (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) { in rc_pick_q_and_bounds_one_pass_cbr()653 (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) { in rc_pick_q_and_bounds_one_pass_vbr()682 if (!cpi->refresh_alt_ref_frame) { in rc_pick_q_and_bounds_one_pass_vbr()739 (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) { in rc_pick_q_and_bounds_one_pass_vbr()838 (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) { in rc_pick_q_and_bounds_two_pass()867 if (!cpi->refresh_alt_ref_frame) { in rc_pick_q_and_bounds_two_pass()921 (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) { in rc_pick_q_and_bounds_two_pass()[all …]
29 cpi->refresh_alt_ref_frame || in vp9_setup_in_frame_q_adj()
139 cpi->refresh_alt_ref_frame = 1; in setup_key_frame()284 } else if (cpi->refresh_alt_ref_frame) { in configure_static_seg_features()1236 cpi->refresh_alt_ref_frame = 0; in vp9_create_compressor()2024 cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame))) { in recode_loop_test()2054 !cpi->refresh_alt_ref_frame) {2056 else if (cpi->refresh_golden_frame && !cpi->refresh_alt_ref_frame &&2077 if (cpi->refresh_alt_ref_frame) {2209 cpi->refresh_alt_ref_frame, cm->frame_type, cpi->rc.gfu_boost,2225 cpi->refresh_alt_ref_frame);2254 cm->frame_context_idx = cpi->refresh_alt_ref_frame;[all …]
322 int refresh_alt_ref_frame; member595 return frame_is_intra_only(&cpi->common) || cpi->refresh_alt_ref_frame || in vp9_frame_is_boosted()
84 cpi->refresh_alt_ref_frame || in vp9_vaq_frame_setup()
895 !cpi->refresh_alt_ref_frame) {897 if (cpi->refresh_golden_frame && !cpi->refresh_alt_ref_frame &&923 (cpi->refresh_alt_ref_frame << arf_idx);
2192 if (!cpi->refresh_alt_ref_frame && in vp9_rc_get_first_pass_params()2229 if (cpi->refresh_alt_ref_frame) { in vp9_rc_get_second_pass_params()
1039 cpi->refresh_alt_ref_frame || in rd_pick_sb_modes()2499 else if (cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame) in get_frame_type()
321 cpi->common.refresh_alt_ref_frame = 1; in vp8_setup_key_frame()629 if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.number_of_layers == 1)) in calc_pframe_target_size()729 if (!cpi->common.refresh_alt_ref_frame) in calc_pframe_target_size()1120 (cpi->common.refresh_alt_ref_frame || in vp8_update_rate_correction_factors()1199 (cpi->common.refresh_alt_ref_frame || in vp8_update_rate_correction_factors()1224 cpi->common.refresh_alt_ref_frame) in vp8_regulate_q()1248 (cpi->common.refresh_alt_ref_frame || in vp8_regulate_q()1299 (cpi->common.refresh_alt_ref_frame || in vp8_regulate_q()1469 cpi->common.refresh_alt_ref_frame || in vp8_compute_frame_size_bounds()
1901 cpi->common.refresh_alt_ref_frame = 0; in vp8_create_compressor()2550 cpi->common.refresh_alt_ref_frame = 0; in vp8_update_reference()2560 cpi->common.refresh_alt_ref_frame = 1; in vp8_update_reference()2827 cpi->oxcf.play_alternate && !cpi->common.refresh_alt_ref_frame) in update_golden_frame_stats()2841 else if (!cpi->common.refresh_alt_ref_frame) in update_golden_frame_stats()2895 if (cpi->common.refresh_alt_ref_frame) in update_rd_ref_frame_probs()3056 cm->refresh_alt_ref_frame ) ) ) in recode_loop_test()3113 if (cm->refresh_alt_ref_frame) in update_reference_frames()3244 if (cm->refresh_alt_ref_frame || cm->copy_buffer_to_arf) in update_reference_frames()3375 if (cpi->common.refresh_alt_ref_frame) in encode_frame_to_data_rate()[all …]
104 !cpi->common.refresh_alt_ref_frame) in get_min_filter_level()
1497 vp8_write_bit(bc, pc->refresh_alt_ref_frame); in vp8_pack_bitstream()1505 if (!pc->refresh_alt_ref_frame) in vp8_pack_bitstream()
1017 (!cm->refresh_alt_ref_frame && !cm->refresh_golden_frame))) in vp8_encode_frame()
320 if(cpi->common.refresh_alt_ref_frame) in vp8_initialize_rd_consts()
142 int refresh_alt_ref_frame; /* Two state 0 = NO, 1 = YES */ member
926 pc->refresh_alt_ref_frame = 1; in init_frame()1224 pc->refresh_alt_ref_frame = vp8_read_bit(bc); in vp8_decode_frame()1229 pc->refresh_alt_ref_frame = 0; in vp8_decode_frame()1247 if (!pc->refresh_alt_ref_frame) in vp8_decode_frame()1291 pc->refresh_alt_ref_frame, in vp8_decode_frame()
250 if (cm->refresh_alt_ref_frame) in swap_frame_buffers()
832 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME in vp8_get_last_ref_updates()