Home
last modified time | relevance | path

Searched refs:next_iiratio (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2529 cpi->twopass.next_iiratio = (unsigned int)(next_frame.intra_error / in vp8_second_pass()
2656 double next_iiratio; in test_candidate_kf() local
2666next_iiratio = (IIKFACTOR1 * local_next_frame.intra_error / DOUBLE_DIVIDE_CHECK(local_next_frame.c… in test_candidate_kf()
2668 if (next_iiratio > RMAX) in test_candidate_kf()
2669 next_iiratio = RMAX; in test_candidate_kf()
2678 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
2682 (next_iiratio < 1.5) || in test_candidate_kf()
2685 (next_iiratio < 3.0)) || in test_candidate_kf()
Donyx_int.h580 unsigned int next_iiratio; member
Drdopt.c256 if (cpi->twopass.next_iiratio > 31) in vp8_initialize_rd_consts()
260 (cpi->RDMULT * rd_iifactor[cpi->twopass.next_iiratio]) >> 4; in vp8_initialize_rd_consts()
Donyx_if.c4776 … (cpi->common.mb_rows * cpi->common.mb_cols), cpi->this_iiratio, cpi->next_iiratio, cm->refresh_go… in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2215 double next_iiratio = (BOOST_FACTOR * local_next_frame.intra_error / in test_candidate_kf() local
2218 if (next_iiratio > KF_II_MAX) in test_candidate_kf()
2219 next_iiratio = KF_II_MAX; in test_candidate_kf()
2228 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
2232 (next_iiratio < 1.5) || in test_candidate_kf()
2235 (next_iiratio < 3.0)) || in test_candidate_kf()