Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dvbrquantize.c784 v = vbrmax - vbrsf[sfb]; in short_block_constrain()
807 vbrmax -= delta; in short_block_constrain()
817 if (vbrmax < maxminsfb) { in short_block_constrain()
818 vbrmax = maxminsfb; in short_block_constrain()
935 vbrmax -= delta; in long_block_constrain()
936 if (vbrmax < maxminsfb) { in long_block_constrain()
937 vbrmax = maxminsfb; in long_block_constrain()
1017 int gain, vbrmax = 0; in tryGlobalStepsize() local
1026 if (vbrmax < gain) { in tryGlobalStepsize()
1027 vbrmax = gain; in tryGlobalStepsize()
[all …]
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dvbrquantize.c784 v = vbrmax - vbrsf[sfb]; in short_block_constrain()
807 vbrmax -= delta; in short_block_constrain()
817 if (vbrmax < maxminsfb) { in short_block_constrain()
818 vbrmax = maxminsfb; in short_block_constrain()
935 vbrmax -= delta; in long_block_constrain()
936 if (vbrmax < maxminsfb) { in long_block_constrain()
937 vbrmax = maxminsfb; in long_block_constrain()
1017 int gain, vbrmax = 0; in tryGlobalStepsize() local
1026 if (vbrmax < gain) { in tryGlobalStepsize()
1027 vbrmax = gain; in tryGlobalStepsize()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dvbrquantize.c784 v = vbrmax - vbrsf[sfb]; in short_block_constrain()
807 vbrmax -= delta; in short_block_constrain()
817 if (vbrmax < maxminsfb) { in short_block_constrain()
818 vbrmax = maxminsfb; in short_block_constrain()
935 vbrmax -= delta; in long_block_constrain()
936 if (vbrmax < maxminsfb) { in long_block_constrain()
937 vbrmax = maxminsfb; in long_block_constrain()
1017 int gain, vbrmax = 0; in tryGlobalStepsize() local
1026 if (vbrmax < gain) { in tryGlobalStepsize()
1027 vbrmax = gain; in tryGlobalStepsize()
[all …]