public ALACSubframe() { rc = new RiceContext(); coefs = new int[lpc.MAX_LPC_ORDER]; coefs_adapted = new int[lpc.MAX_LPC_ORDER]; }
public FlacSubframe() { rc = new RiceContext(); coefs = new int[lpc.MAX_LPC_ORDER]; }