Lines Matching refs:sinePresentFlag
190 SCHAR tmpNoise_e, UCHAR sinePresentFlag,
1177 UCHAR sinePresentFlag = 0; in calculateSbrEnvelope() local
1182 sinePresentFlag |= (i >= sineMapped[cc]); in calculateSbrEnvelope()
1201 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1207 sinePresentFlag, i >= sineMapped[c], noNoiseFlag); in calculateSbrEnvelope()
1217 UCHAR sinePresentFlag = 0; in calculateSbrEnvelope() local
1222 sinePresentFlag |= (i >= sineMapped[cc]); in calculateSbrEnvelope()
1238 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1244 sinePresentFlag, i >= sineMapped[c], noNoiseFlag); in calculateSbrEnvelope()
2243 UCHAR sinePresentFlag, /*!< Indicates if sine is present on band */ in calcSubbandGain() argument
2300 if (sinePresentFlag) { in calcSubbandGain()