Home | History | Annotate | Download | only in cts

Lines Matching refs:cut

63         // full boost, full cut, target ref level: -23dBFS, heavy compression: no
91 // half boost, half cut, target ref level: -20dBFS, heavy compression: no
106 // no boost, no cut, target ref level: -16dBFS, heavy compression: no
121 // full boost, full cut, target ref level: -16dBFS, heavy compression: yes
268 int cut; // scaling of compressing gains
274 this.cut = 127; // no scaling
279 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) {
281 this.cut = cut;
323 configFormat.setInteger(MediaFormat.KEY_AAC_DRC_ATTENUATION_FACTOR, drcParams.cut);