Home
last modified time | relevance | path

Searched refs:bdiff (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/
H A Diep2_ff.c34 RK_U32 bdiff = ctx->output.ff_gradt_bcnt + 1; in iep2_check_ffo() local
36 RK_U32 ff00b = (ctx->output.dect_ff_cur_bcnt << 5) / bdiff; in iep2_check_ffo()
38 RK_U32 ff11b = (ctx->output.dect_ff_nxt_bcnt << 5) / bdiff; in iep2_check_ffo()
39 RK_S32 ff0t1b = (ctx->output.dect_ff_ble_tcnt << 5) / bdiff; in iep2_check_ffo()
40 RK_S32 ff0b1t = (ctx->output.dect_ff_ble_bcnt << 5) / bdiff; in iep2_check_ffo()
50 tcnt, bcnt, tdiff, bdiff, ctx->output.ff_gradt_tcnt, ctx->output.ff_gradt_bcnt, in iep2_check_ffo()
56 … tdiff, bdiff, ff00t, ff00b, ff11t, ff11b, ff0t1b, ff0b1t, ff00, ff11, ffx, ffi, thr); in iep2_check_ffo()
68 tdiff, bdiff, in iep2_check_ffo()
H A Diep2_pd.c83 int bdiff = ctx->output.ff_gradt_bcnt + 1; in iep2_check_pd() local
86 int ff00b = (ctx->output.dect_ff_cur_bcnt << 5) / bdiff; in iep2_check_pd()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dpmsa-v7.c152 phys_addr_t bdiff, sdiff; in try_split_region() local
157 bdiff = base - abase; in try_split_region()
161 if ((bdiff % subreg) || (sdiff % subreg)) in try_split_region()
164 bslots = bdiff / subreg; in try_split_region()