Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1168 double next_iiratio = (BOOST_FACTOR * local_next_frame.intra_error / in test_candidate_kf() local
1171 if (next_iiratio > KF_II_MAX) next_iiratio = KF_II_MAX; in test_candidate_kf()
1180 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
1183 if ((local_next_frame.pcnt_inter < 0.05) || (next_iiratio < 1.5) || in test_candidate_kf()
1186 (next_iiratio < 3.0)) || in test_candidate_kf()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2357 cpi->twopass.next_iiratio = in vp8_second_pass()
2472 double next_iiratio; in test_candidate_kf() local
2481 next_iiratio = (IIKFACTOR1 * local_next_frame.intra_error / in test_candidate_kf()
2484 if (next_iiratio > RMAX) next_iiratio = RMAX; in test_candidate_kf()
2495 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
2498 if ((local_next_frame.pcnt_inter < 0.05) || (next_iiratio < 1.5) || in test_candidate_kf()
2501 (next_iiratio < 3.0)) || in test_candidate_kf()
Donyx_int.h565 unsigned int next_iiratio; member
Drdopt.c190 if (cpi->twopass.next_iiratio > 31) { in vp8_initialize_rd_consts()
194 (cpi->RDMULT * rd_iifactor[cpi->twopass.next_iiratio]) >> 4; in vp8_initialize_rd_consts()
Donyx_if.c4335 … (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.c2792 double next_iiratio = (II_FACTOR * local_next_frame.intra_error / in test_candidate_kf() local
2795 if (next_iiratio > KF_II_MAX) next_iiratio = KF_II_MAX; in test_candidate_kf()
2804 boost_score += (decay_accumulator * next_iiratio); in test_candidate_kf()
2807 if ((local_next_frame.pcnt_inter < 0.05) || (next_iiratio < 1.5) || in test_candidate_kf()
2810 (next_iiratio < 3.0)) || in test_candidate_kf()