Searched refs:frm_score (Results 1 – 2 of 2) sorted by relevance
61 RK_S32 frm_score = 0; in iep2_check_ffo() local87 ctx->ff_inf.frm_score = RKCLIP(ctx->ff_inf.frm_score + 1, 0, 20); in iep2_check_ffo()90 ctx->ff_inf.frm_score = RKCLIP(ctx->ff_inf.frm_score - 1, 0, 20); in iep2_check_ffo()96 ctx->ff_inf.frm_score, ctx->ff_inf.fie_score); in iep2_check_ffo()98 frm_score = ctx->ff_inf.frm_score + ctx->ff_inf.frm_offset; in iep2_check_ffo()102 if (RKABS(frm_score - fie_score) > 10) { in iep2_check_ffo()103 if (frm_score > fie_score) { in iep2_check_ffo()
30 RK_S32 frm_score; member