Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2527 cpi->twopass.next_iiratio = (unsigned int)(next_frame.intra_error / in vp8_second_pass()
2654 double next_iiratio; in test_candidate_kf() local
2664next_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()
Donyx_int.h570 unsigned int next_iiratio; member
Drdopt.c255 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()
Donyx_if.c4449 … (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.c1782 double next_iiratio = (IIKFACTOR1 * local_next_frame.intra_error / in test_candidate_kf() local
1785 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()