Loading ivas_processing_scripts/processing/ivas.py +1 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,7 @@ class IVAS(Processing): fer_pattern=errpat, late_loss_rate=self.tx.get("errpatt_late_loss_rate"), shift=shift, flag_word=True, ) eid_xor(errpat, bitstream, bitstream_processed) elif self.tx["type"] == "FER": Loading Loading
ivas_processing_scripts/processing/ivas.py +1 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,7 @@ class IVAS(Processing): fer_pattern=errpat, late_loss_rate=self.tx.get("errpatt_late_loss_rate"), shift=shift, flag_word=True, ) eid_xor(errpat, bitstream, bitstream_processed) elif self.tx["type"] == "FER": Loading