Home
last modified time | relevance | path

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

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dmusicin.c476 int whole_SpF, extra_slot = 0; local
527 whole_SpF = (int) avg_slots_per_frame;
528 frac_SpF = avg_slots_per_frame - (double)whole_SpF;
531 whole_SpF, frac_SpF,
555 adb = (whole_SpF+extra_slot) * bitsPerSlot;
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dmusicin.c117 int whole_SpF, extra_slot = 0; in main() local
280 whole_SpF = (int) avg_slots_per_frame; /* Bytes per frame within datastream */ in main()
282 printf ("slots/frame = %d\n", whole_SpF); in main()
283 frac_SpF = avg_slots_per_frame - (double) whole_SpF; in main()
387 adb = (whole_SpF + extra_slot) * bitsPerSlot; in main()
600 adb = (whole_SpF + extra_slot) * bitsPerSlot - lfe_bits; in main()
685 if (frameBits < (whole_SpF + extra_slot) * bitsPerSlot) { in main()
686 adb = (whole_SpF + extra_slot) * bitsPerSlot - frameBits; in main()
694 adb, frameBits - (whole_SpF + extra_slot) * bitsPerSlot); in main()
H A Dencode.c3304 int whole_SpF; local
3332 whole_SpF = (int) avg_slots_per_frame;
3334 adbNumberStart = (whole_SpF + info->padding) * bitsPerSlot;