Home
last modified time | relevance | path

Searched refs:sxe (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffv1.c121 int sxe = f->avctx->width * (sx + 1) / f->num_h_slices; in ff_ffv1_init_slice_contexts() local
133 fs->slice_width = sxe - sxs; in ff_ffv1_init_slice_contexts()
/third_party/python/Python/
H A Ddtoa.c1167 ULong *bx, *bxe, q, *sx, *sxe; in quorem() local
1178 sxe = sx + --n; in quorem()
1181 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ in quorem()
1196 while(sx <= sxe); in quorem()
1217 while(sx <= sxe); in quorem()

Completed in 5 milliseconds