Searched defs:bitsPerFrame (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/games/mp3enc/ |
H A D | bitstream.c | 227 encodeSideInfo2(lame_global_flags *gfp,int bitsPerFrame) in encodeSideInfo2() 730 int bitsPerFrame, mean_bits; in flush_bitstream() local 802 format_bitstream(lame_global_flags *gfp, int bitsPerFrame, in format_bitstream()
|
H A D | quantize.c | 1061 int bitsPerFrame, mean_bits, i; in get_framebits() local 1326 int bitsPerFrame; in VBR_iteration_loop() local 1554 int gr, ch, totbits, mean_bits, bitsPerFrame; in calc_target_bits() local 1660 int bitsPerFrame, mean_bits, totbits, max_frame_bits; in ABR_iteration_loop() local 1752 int bitsPerFrame; in iteration_loop() local
|
H A D | encoder.c | 209 int bitsPerFrame; in lame_encode_mp3_frame() local
|
H A D | util.c | 247 void getframebits(lame_global_flags *gfp, int *bitsPerFrame, int *mean_bits) in getframebits()
|
H A D | vbrquantize.c | 1415 int bitsPerFrame,mean_bits; in VBR_quantize() local
|