Home | History | Annotate | Download | only in src

Lines Matching defs:ON

10 scheme for digital audio. This FDK AAC Codec software is intended to be used on
73 This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright
80 however caused and on any theory of liability, whether in contract, strict
135 #define ON 1
265 self->params.applyDigitalNorm = ON;
277 if ((value != OFF) && (value != ON)) {
287 if ((value != OFF) && (value != ON)) {
814 ON))) { /* copy thread to channel */
869 if (self->enable != ON) {
874 * on by extGain. */
905 /* The gain scaling must be passed to the function in the buffer pointed on
926 if ((pParams->applyHeavyCompression == ON) &&
1020 * short blocks must take care that bands fall on
1184 p->applyHeavyCompression = ON;
1195 and Audio Coding in Broadcasting Applications based on the MPEG-2
1200 applyHeavyCompression = ON (Use heavy compression, DVB-style) scaling
1208 p->applyHeavyCompression = ON;
1223 p->applyHeavyCompression = ON;
1240 if (p->applyHeavyCompression == ON) {
1245 /* switch on/off processing */
1247 (p->applyHeavyCompression == ON) || (p->targetRefLevel >= 0));