Lines Matching defs:bound
394 int bound, i, v, n, ch, j, mant;
404 bound = (s->mode_ext + 1) * 4;
406 bound = SBLIMIT;
409 for (i = 0; i < bound; i++) {
414 for (i = bound; i < SBLIMIT; i++)
418 for (i = 0; i < bound; i++) {
424 for (i = bound; i < SBLIMIT; i++) {
433 for (i = 0; i < bound; i++) {
445 for (i = bound; i < SBLIMIT; i++) {
466 int table, bit_alloc_bits, i, j, ch, bound, v;
480 bound = (s->mode_ext + 1) * 4;
482 bound = sblimit;
484 ff_dlog(s->avctx, "bound=%d sblimit=%d\n", bound, sblimit);
487 if (bound > sblimit)
488 bound = sblimit;
492 for (i = 0; i < bound; i++) {
498 for (i = bound; i < sblimit; i++) {
554 for (i = 0; i < bound; i++) {
592 for (i = bound; i < sblimit; i++) {