Searched refs:rf_intra (Results 1 – 2 of 2) sorted by relevance
395 const int rf_intra = rfct[INTRA_FRAME]; in vp8_convert_rfct_to_prob() local400 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) { in vp8_convert_rfct_to_prob()841 const int rf_intra = rfct[INTRA_FRAME]; in vp8_estimate_entropy_savings() local850 if (!(new_intra = rf_intra * 255 / (rf_intra + rf_inter))) new_intra = 1; in vp8_estimate_entropy_savings()
2707 const int rf_intra = rfct[INTRA_FRAME]; in update_rd_ref_frame_probs() local2715 } else if (!(rf_intra + rf_inter)) { in update_rd_ref_frame_probs()