Home | History | Annotate | Download | only in tools

Lines Matching defs:distortion

78     distortion,
136 distortion = parseInt(distortion);
138 this.distortion_per_entry = isNaN(distortion) ? 0 : (distortion / 1000);
139 this.distortion = 0;
309 this.distortion += this.distortion_per_entry;
310 ns_since_start -= this.distortion;
341 this.distortion += this.distortion_per_entry;
817 '--distortion': ['distortion', 0,
847 distortion: 0,