Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c251 RK_S32 nScore = 0; in vepu580_h264e_tune_stat_update() local
306 nScore = madp * 13 + tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h264e_tune_stat_update()
308 nScore = tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h264e_tune_stat_update()
313 nScore += tune->md_madp[j] * 6; in vepu580_h264e_tune_stat_update()
316 if (nScore >= nScoreT) { in vepu580_h264e_tune_stat_update()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c496 RK_S32 nScore = 0; in vepu580_h265e_tune_stat_update() local
537 nScore = madp * 13 + tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h265e_tune_stat_update()
539 nScore = tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h265e_tune_stat_update()
544 nScore += tune->md_madp[j] * 6; in vepu580_h265e_tune_stat_update()
547 if (nScore >= nScoreT) { in vepu580_h265e_tune_stat_update()