Lines Matching refs:sinePresentFlag
187 SCHAR tmpNoise_e, UCHAR sinePresentFlag,
1194 UCHAR sinePresentFlag = 0; in calculateSbrEnvelope() local
1199 sinePresentFlag |= (i >= sineMapped[cc]); in calculateSbrEnvelope()
1218 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1224 sinePresentFlag, i >= sineMapped[c], noNoiseFlag); in calculateSbrEnvelope()
1234 UCHAR sinePresentFlag = 0; in calculateSbrEnvelope() local
1239 sinePresentFlag |= (i >= sineMapped[cc]); in calculateSbrEnvelope()
1255 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1261 sinePresentFlag, i >= sineMapped[c], noNoiseFlag); in calculateSbrEnvelope()
2247 UCHAR sinePresentFlag, /*!< Indicates if sine is present on band */ in calcSubbandGain() argument
2304 if (sinePresentFlag) { in calcSubbandGain()