HomeSort by relevance Sort by last modified time
    Searched refs:maxShift (Results 1 - 10 of 10) sorted by null

  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 197 int maxShift
356 if (hDrcData->prevFact_exp < maxShift) {
357 drcFact1_mag >>= maxShift - hDrcData->prevFact_exp;
359 if (fact_exp < maxShift) {
360 drcFact2_mag >>= maxShift - fact_exp;
445 if (fact_exp < maxShift) {
446 drcFact_mag >>= maxShift - fact_exp;
488 int maxShift = 0;
498 if (hDrcData->prevFact_exp > maxShift) {
499 maxShift = hDrcData->prevFact_exp
    [all...]
sbrdec_drc.h 141 int maxShift );
sbr_dec.cpp 631 int maxShift = 0;
634 if (hSbrDec->sbrDrcChannel.prevFact_exp > maxShift) {
635 maxShift = hSbrDec->sbrDrcChannel.prevFact_exp;
637 if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) {
638 maxShift = hSbrDec->sbrDrcChannel.currFact_exp;
640 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) {
641 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp;
681 maxShift
684 outScalefactorR += maxShift;
692 maxShift
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 107 const maxShift = uintSize - 4
109 // Binary shift right (/ 2) by k bits. k <= maxShift to avoid overflow.
268 // Binary shift left (* 2) by k bits. k <= maxShift to avoid overflow.
320 for k > maxShift {
321 leftShift(a, maxShift)
322 k -= maxShift
326 for k < -maxShift {
327 rightShift(a, maxShift)
328 k += maxShift
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 107 const maxShift = uintSize - 4
109 // Binary shift right (/ 2) by k bits. k <= maxShift to avoid overflow.
268 // Binary shift left (* 2) by k bits. k <= maxShift to avoid overflow.
320 for k > maxShift {
321 leftShift(a, maxShift)
322 k -= maxShift
326 for k < -maxShift {
327 rightShift(a, maxShift)
328 k += maxShift
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 41 // A Word has _W bits and (1<<maxShift - 1)*10 + 9 must fit into Word.
42 const maxShift = _W - 4
95 for shift < -maxShift {
96 shr(x, maxShift)
97 shift += maxShift
103 // shr implements x >> s, for s <= maxShift.
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 41 // A Word has _W bits and (1<<maxShift - 1)*10 + 9 must fit into Word.
42 const maxShift = _W - 4
95 for shift < -maxShift {
96 shr(x, maxShift)
97 shift += maxShift
103 // shr implements x >> s, for s <= maxShift.
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 517 Word32 maxShift;
575 maxShift = norm_l(maxWS);
577 maxShift = 16 - maxShift;
578 if(maxShift >= 0)
581 weightedSpectrum[i] = pWork32[i] >> maxShift;
586 maxShift = -maxShift;
588 weightedSpectrum[i] = saturate(pWork32[i] << maxShift);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 342 milliseconds