MCPcopy Create free account
hub / github.com/zhuker/lamejs / IIterationLoop

Interface IIterationLoop

src/main/java/mp3/IIterationLoop.java:9–12  ·  view source on GitHub ↗

Global Type Definitions @author Ken

Source from the content-addressed store, hash-verified

7 *
8 */
9public interface IIterationLoop {
10 void iteration_loop(final LameGlobalFlags gfp, float pe[][],
11 float ms_ratio[], III_psy_ratio ratio[][]);
12}

Callers 4

EncoderFunction · 0.65
cFunction · 0.65
EncoderFunction · 0.65
lame_encode_mp3_frameMethod · 0.65

Implementers 4

ABRIterationLoopsrc/main/java/mp3/ABRIterationLoop.jav
CBRNewIterationLoopsrc/main/java/mp3/CBRNewIterationLoop.
VBRNewIterationLoopsrc/main/java/mp3/VBRNewIterationLoop.
VBROldIterationLoopsrc/main/java/mp3/VBROldIterationLoop.

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…