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

  /external/aac/libAACenc/src/
sf_estim.cpp 467 INT scfAct, *scfLast, *scfNext, scfMin, scfMax;
490 scfNext = 0;
502 scfNext = scf + sfbNext;
503 scfMin = fixMin(*scfLast, *scfNext);
504 scfMax = fixMax(*scfLast, *scfNext);
510 scfNext = scf + sfbNext;
511 scfMin = *scfNext;
512 scfMax = *scfNext;
518 scfNext = &scfAct;
531 *scfNext != prevScfNext[sfbAct] |
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 404 Word16 *scfLast, *scfNext;
428 scfNext = 0;
442 scfNext = scf + sfbNext;
443 scfMin = min(*scfLast, *scfNext);
451 scfNext = scf + sfbNext;
452 scfMin = *scfNext;
460 scfNext = &scfAct;
473 *scfNext != prevScfNext[sfbAct] ||
488 countSingleScfBits(scfAct, *scfLast, *scfNext);
497 countSingleScfBits(scfAct, *scfLast, *scfNext);
    [all...]

Completed in 625 milliseconds