Searched refs:next_iiratio (Results 1 – 5 of 5) sorted by relevance
2527 cpi->twopass.next_iiratio = (unsigned int)(next_frame.intra_error / in vp8_second_pass()2654 double next_iiratio; in test_candidate_kf() local2664 …next_iiratio = (IIKFACTOR1 * local_next_frame.intra_error / DOUBLE_DIVIDE_CHECK(local_next_frame.c… in test_candidate_kf()2666 if (next_iiratio > RMAX) in test_candidate_kf()2667 next_iiratio = RMAX; in test_candidate_kf()2676 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()2680 (next_iiratio < 1.5) || in test_candidate_kf()2683 (next_iiratio < 3.0)) || in test_candidate_kf()
570 unsigned int next_iiratio; member
255 if (cpi->twopass.next_iiratio > 31) in vp8_initialize_rd_consts()259 (cpi->RDMULT * rd_iifactor[cpi->twopass.next_iiratio]) >> 4; in vp8_initialize_rd_consts()
4449 … (cpi->common.mb_rows * cpi->common.mb_cols), cpi->this_iiratio, cpi->next_iiratio, cm->refresh_go… in encode_frame_to_data_rate()
1782 double next_iiratio = (IIKFACTOR1 * local_next_frame.intra_error / in test_candidate_kf() local1785 if (next_iiratio > RMAX) in test_candidate_kf()1786 next_iiratio = RMAX; in test_candidate_kf()1795 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()1799 (next_iiratio < 1.5) || in test_candidate_kf()1802 (next_iiratio < 3.0)) || in test_candidate_kf()