Home
last modified time | relevance | path

Searched refs:nScore (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c242 RK_S32 nScore = 0; in vepu580_h264e_tune_stat_update() local
297 nScore = madp * 13 + tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h264e_tune_stat_update()
299 nScore = tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h264e_tune_stat_update()
304 nScore += tune->md_madp[j] * 6; in vepu580_h264e_tune_stat_update()
307 if (nScore >= nScoreT) { in vepu580_h264e_tune_stat_update()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c523 RK_S32 nScore = 0; in vepu580_h265e_tune_stat_update() local
571 nScore = madp * 13 + tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h265e_tune_stat_update()
573 nScore = tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h265e_tune_stat_update()
578 nScore += tune->md_madp[j] * 6; in vepu580_h265e_tune_stat_update()
581 if (nScore >= nScoreT) { in vepu580_h265e_tune_stat_update()