Home
last modified time | relevance | path

Searched refs:rfct (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c387 const int *const rfct = cpi->mb.count_mb_ref_frame_usage; in vp8_convert_rfct_to_prob() local
388 const int rf_intra = rfct[INTRA_FRAME]; in vp8_convert_rfct_to_prob()
390 rfct[LAST_FRAME] + rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME]; in vp8_convert_rfct_to_prob()
397 cpi->prob_last_coded = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128; in vp8_convert_rfct_to_prob()
401 cpi->prob_gf_coded = (rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME]) in vp8_convert_rfct_to_prob()
402 ? (rfct[GOLDEN_FRAME] * 255) / in vp8_convert_rfct_to_prob()
403 (rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME]) in vp8_convert_rfct_to_prob()
799 const int *const rfct = cpi->mb.count_mb_ref_frame_usage; in vp8_estimate_entropy_savings() local
800 const int rf_intra = rfct[INTRA_FRAME]; in vp8_estimate_entropy_savings()
802 rfct[LAST_FRAME] + rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME]; in vp8_estimate_entropy_savings()
[all …]
Donyx_if.c2672 const int *const rfct = cpi->mb.count_mb_ref_frame_usage; in update_rd_ref_frame_probs() local
2673 const int rf_intra = rfct[INTRA_FRAME]; in update_rd_ref_frame_probs()
2675 rfct[LAST_FRAME] + rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME]; in update_rd_ref_frame_probs()