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

  /external/aac/libAACenc/src/
bit_cnt.cpp 550 INT signLength;
581 signLength=0;
584 signLength++;
589 signLength++;
594 signLength++;
599 signLength++;
604 bitCnt+=codeLength+signLength;
610 signLength=0;
613 signLength++;
618 signLength++
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 500 Word16 sign, signLength;
534 signLength=0;
538 signLength = signLength + 1;
549 signLength = signLength + 1;
560 signLength = signLength + 1;
570 signLength = signLength + 1
    [all...]

Completed in 1571 milliseconds