Searched defs:scfNew (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
H A D | sf_estim.c | 278 static Word16 countScfBitsDiff(Word16 *scfOld, Word16 *scfNew, argument 302 scfBitsDiff += bitCountScalefactorDelta(scfNew[sfbPrev] - scfNew[sfbLast]) - 309 scfBitsDiff += bitCountScalefactorDelta(scfNew[sfbLast] - scfNew[sfb]) - 322 scfBitsDiff += bitCountScalefactorDelta(scfNew[sfbLast] - scfNew[sfbNext]) - 329 Word16 *scfNew, 361 scf3 = scfNew[sfb] + scfNew[sf 328 calcSpecPeDiff(Word16 *scfOld, Word16 *scfNew, Word16 *sfbConstPePart, Word16 *logSfbEnergy, Word16 *logSfbFormFactor, Word16 *sfbNRelevantLines, Word16 startSfb, Word16 stopSfb) argument [all...] |
Completed in 6 milliseconds