Home
last modified time | relevance | path

Searched refs:frames_since_golden (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/vp8/encoder/
Dratectrl.c236 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()
Dethreading.c429 mbd->frames_since_golden = cm->frames_since_golden; in vp8cx_init_mbrthread_data()
Donyx_int.h62 unsigned int frames_since_golden; member
Dencodeframe.c744 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()
Donyx_if.c2835 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()
Dfirstpass.c1950 if (cpi->common.frames_since_golden == cpi->baseline_gf_interval / 2) in assign_std_frame_bits()
/external/libvpx/vp8/common/
Dblockd.h274 unsigned int frames_since_golden; member
Donyxc_int.h135 unsigned int frames_since_golden; member
/external/libvpx/vp8/decoder/
Dthreading.c56 mbd->frames_since_golden = pc->frames_since_golden; in setup_decoding_thread_data()