Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2356 cpi->twopass.next_iiratio = in vp8_second_pass()
2471 double next_iiratio; in test_candidate_kf() local
2480 next_iiratio = (IIKFACTOR1 * local_next_frame.intra_error / in test_candidate_kf()
2483 if (next_iiratio > RMAX) next_iiratio = RMAX; in test_candidate_kf()
2494 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
2497 if ((local_next_frame.pcnt_inter < 0.05) || (next_iiratio < 1.5) || in test_candidate_kf()
2500 (next_iiratio < 3.0)) || in test_candidate_kf()
Donyx_int.h560 unsigned int next_iiratio; member
Drdopt.c188 if (cpi->twopass.next_iiratio > 31) { in vp8_initialize_rd_consts()
192 (cpi->RDMULT * rd_iifactor[cpi->twopass.next_iiratio]) >> 4; in vp8_initialize_rd_consts()
Donyx_if.c4376 … (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.c2697 double next_iiratio = (II_FACTOR * local_next_frame.intra_error / in test_candidate_kf() local
2700 if (next_iiratio > KF_II_MAX) next_iiratio = KF_II_MAX; in test_candidate_kf()
2709 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
2712 if ((local_next_frame.pcnt_inter < 0.05) || (next_iiratio < 1.5) || in test_candidate_kf()
2715 (next_iiratio < 3.0)) || in test_candidate_kf()