Searched refs:FDKpushFor (Results 1 - 13 of 13) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_adts.cpp214 FDKpushFor(hBs, 56);
255 FDKpushFor(hBs, bs.frame_length * 8); // try again one frame later
265 FDKpushFor(hBs, bs.frame_length * 8); // try again one frame later
344 FDKpushFor(hBs, (bs.frame_length<<3) - adtsHeaderLength - 3);
H A Dtpdec_latm.cpp289 FDKpushFor(bs, ascLen); /* position bitstream after ASC */
H A Dtpdec_lib.cpp843 FDKpushFor(hBs, rawDataBlockLength);
899 FDKpushFor(hBs, TPDEC_SYNCSKIP);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adts.cpp263 FDKpushFor(&bsWriter, 56);
275 FDKpushFor(&bsWriter, hAdts->currentBlock*16);
295 FDKpushFor(&bsWriter, 56-28+2);
300 FDKpushFor(&bsWriter, 11+2 + (hAdts->num_raw_blocks)*16);
H A Dtpenc_latm.cpp274 //FDKpushFor( hAss->hAssemble, pos-4);
345 FDKpushFor(hBs, 2); /* align to ASC, even if we do not know the length of the "ascLen" field yet */
792 FDKpushFor( &tmpBuf, hAss->audioMuxLengthBytesPos );
/external/aac/libFDK/include/
H A DFDK_bitstream.h493 FDK_INLINE void FDKpushFor (HANDLE_FDK_BITSTREAM hBitStream, const UINT numberOfBits) function
506 if(numberOfBits>=0) FDKpushFor(hBitStream, numberOfBits) ;
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp1677 FDKpushFor(hBs, 16);
1686 FDKpushFor(hBs, 4);
1697 FDKpushFor(hBs, 2); /* drc presentation mode */
1699 FDKpushFor(hBs, 4); /* reserved bits */
1721 FDKpushFor(hBs, skip4Dmx);
1741 FDKpushFor(hBs, skip4Ext);
/external/aac/libAACdec/src/
H A Daacdecoder.cpp327 FDKpushFor(hBs, readBytes<<3);
675 FDKpushFor(hBs, *count);
1518 FDKpushFor(bs, bitCnt);
H A Drvlc.cpp158 FDKpushFor (bs, pRvlc->length_of_rvlc_sf);
169 FDKpushFor (bs, pRvlc->length_of_rvlc_escapes);
H A Dblock.cpp614 FDKpushFor (bs, pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData);
H A Daacdec_drc.cpp655 FDKpushFor(bs, extBits - 4); /* skip the extension payload remainder. */
/external/aac/libAACenc/src/
H A Dbitenc.cpp858 FDKpushFor(hBitStream, payloadBits-1); /* Does a cache sync internally */
869 FDKpushFor (hBitStream, payloadBits+1);
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp1009 FDKpushFor (hBs, 10);
1114 FDKpushFor(hBs, crcLen);

Completed in 666 milliseconds