Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c389 const int rf_inter = in vp8_convert_rfct_to_prob() local
393 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) { 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()
801 const int rf_inter = in vp8_estimate_entropy_savings() local
809 if (!(new_intra = rf_intra * 255 / (rf_intra + rf_inter))) new_intra = 1; in vp8_estimate_entropy_savings()
811 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128; in vp8_estimate_entropy_savings()
Donyx_if.c2665 const int rf_inter = in update_rd_ref_frame_probs() local
2672 } else if (!(rf_intra + rf_inter)) { in update_rd_ref_frame_probs()