Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2_ff.c46 RK_U32 thr = ffx / 10; in iep2_check_ffo() local
56 … tdiff, bdiff, ff00t, ff00b, ff11t, ff11b, ff0t1b, ff0b1t, ff00, ff11, ffx, ffi, thr); in iep2_check_ffo()
120 thr = (thr == 0) ? 1 : thr; in iep2_check_ffo()
123 field_diff_ratio = RKABS(ff0t1b - ff0b1t) / thr * 10; in iep2_check_ffo()
/rockchip-linux_mpp/test/
H A Dmpp_event_trigger.c28 pthread_t thr; member
207 pthread_create(&ctx->thr, NULL, event_trigger_thread, ctx); in event_ctx_create()
225 pthread_join(ictx->thr, &ret); in event_ctx_release()