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

  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 143 int bitDemand = 0;
152 bitDemand += 11 ; /* syncword */
153 bitDemand += 13 ; /* audioMuxLengthBytes */
167 bitDemand+=1;
170 bitDemand += hAss->streamMuxConfigBits;
175 bitDemand += 8*hAss->otherDataLenBytes;
178 if ( bitDemand % 8 ) {
179 hAss->fillBits = 8 - (bitDemand % 8);
180 bitDemand += hAss->fillBits ;
186 return bitDemand ;
    [all...]
  /external/aac/libAACenc/src/
bitenc.cpp     [all...]

Completed in 135 milliseconds