Searched refs:rf_intra (Results 1 – 2 of 2) sorted by relevance
388 const int rf_intra = rfct[INTRA_FRAME]; in vp8_convert_rfct_to_prob() local393 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) { in vp8_convert_rfct_to_prob()800 const int rf_intra = rfct[INTRA_FRAME]; in vp8_estimate_entropy_savings() local809 if (!(new_intra = rf_intra * 255 / (rf_intra + rf_inter))) new_intra = 1; in vp8_estimate_entropy_savings()
2673 const int rf_intra = rfct[INTRA_FRAME]; in update_rd_ref_frame_probs() local2681 } else if (!(rf_intra + rf_inter)) { in update_rd_ref_frame_probs()