Searched refs:frames_since_golden (Results 1 – 9 of 9) sorted by relevance
236 cc->frames_since_golden = cpi->common.frames_since_golden; in vp8_save_coding_context()274 cpi->common.frames_since_golden = cc->frames_since_golden; in vp8_restore_coding_context()812 if (cpi->common.frames_since_golden == (cpi->current_gf_interval >> 1)) in vp8_calc_pframe_target_size()
429 mbd->frames_since_golden = cm->frames_since_golden; in vp8cx_init_mbrthread_data()
62 unsigned int frames_since_golden; member
744 xd->frames_since_golden = cm->frames_since_golden; in vp8_encode_frame()1002 if ((cm->frames_since_golden > 0) || cpi->source_alt_ref_active) in vp8_encode_frame()
2835 cpi->common.frames_since_golden = 0; in update_alt_ref_frame_and_stats()2887 cpi->common.frames_since_golden = 0; in update_golden_frame_and_stats()2931 cpi->common.frames_since_golden ++; in update_golden_frame_and_stats()2933 if (cpi->common.frames_since_golden > 1) in update_golden_frame_and_stats()2974 if ((cm->frames_since_golden > 0) || cpi->source_alt_ref_active) in update_rd_ref_frame_probs()3034 else if (cpi->common.frames_since_golden == 0) in update_rd_ref_frame_probs()3039 else if (cpi->common.frames_since_golden == 1) in update_rd_ref_frame_probs()4607 if (cpi->common.frames_since_golden > 7) in check_gf_quality()4642 cpi->common.frames_since_golden, in check_gf_quality()
1950 if (cpi->common.frames_since_golden == cpi->baseline_gf_interval / 2) in assign_std_frame_bits()
274 unsigned int frames_since_golden; member
135 unsigned int frames_since_golden; member
56 mbd->frames_since_golden = pc->frames_since_golden; in setup_decoding_thread_data()