Example #1
0
 internal void setModules(BitStream bs, PsyModel psy, QuantizePVT qupvt, VBRTag vbr)
 {
     this.bs    = bs;
     this.psy   = psy;
     this.vbr   = vbr;
     this.qupvt = qupvt;
 }
Example #2
0
 internal void setModules(BitStream bs, Reservoir rv, QuantizePVT qupvt, Takehiro tk)
 {
     this.bs    = bs;
     this.rv    = rv;
     this.qupvt = qupvt;
     this.tk    = tk;
     vbr.setModules(qupvt, tk);
 }
Example #3
0
 internal void setModules(QuantizePVT qupvt, Takehiro tk)
 {
     this.qupvt = qupvt;
     tak        = tk;
 }