Searched refs:bff_score (Results 1 – 2 of 2) sorted by relevance
59 RK_S32 bff_score = 0; in iep2_check_ffo() local135 ctx->ff_inf.bff_score = RKCLIP(ctx->ff_inf.bff_score - 1, 0, 10); in iep2_check_ffo()138 ctx->ff_inf.bff_score = RKCLIP(ctx->ff_inf.bff_score + 1, 0, 10); in iep2_check_ffo()143 bff_score = ctx->ff_inf.bff_score + ctx->ff_inf.bff_offset; in iep2_check_ffo()144 …iep_dbg_trace("deinterlace ff score %d : %d, offset %d : %d\n", tff_score, bff_score, ctx->ff_inf.… in iep2_check_ffo()146 if (RKABS(tff_score - bff_score) > 5) { in iep2_check_ffo()147 if (tff_score > bff_score) { in iep2_check_ffo()
27 RK_S32 bff_score; member