Searched refs:fie_score (Results 1 – 2 of 2) sorted by relevance
62 RK_S32 fie_score = 0; in iep2_check_ffo() local88 ctx->ff_inf.fie_score = RKCLIP(ctx->ff_inf.fie_score - 1, 0, 20); in iep2_check_ffo()91 ctx->ff_inf.fie_score = RKCLIP(ctx->ff_inf.fie_score + 1, 0, 20); in iep2_check_ffo()96 ctx->ff_inf.frm_score, ctx->ff_inf.fie_score); in iep2_check_ffo()99 fie_score = ctx->ff_inf.fie_score + ctx->ff_inf.fie_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()
31 RK_S32 fie_score; member