Searched defs:isBook (Results 1 - 5 of 5) sorted by relevance

/external/aac/libAACenc/src/
H A Dline_pe.cpp150 const INT *isBook,
187 else if( isBook[sfbGrp+sfb] ) {
144 FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA *RESTRICT peChanData, const FIXP_DBL *RESTRICT sfbEnergyLdData, const FIXP_DBL *RESTRICT sfbThresholdLdData, const INT sfbCnt, const INT sfbPerGroup, const INT maxSfbPerGroup, const INT *isBook, const INT *isScale) argument
H A Dinterface.h132 INT isBook[MAX_GROUPED_SFB]; member in struct:__anon105
H A Dms_stereo.cpp98 const INT *isBook,
138 if ( (isBook==NULL) ? 1 : (isBook[sfb+sfboffs] == 0) ) {
201 } /* isBook */
209 } /* isBook */
220 if (( (isBook == NULL) ? 1 : (isBook[sfb+sfboffs] == 0) ) && (msMask[sfb+sfboffs] == 0)) {
96 FDKaacEnc_MsStereoProcessing(PSY_DATA *RESTRICT psyData[(2)], PSY_OUT_CHANNEL* psyOutChannel[2], const INT *isBook, INT *msDigest, INT *msMask, const INT sfbCnt, const INT sfbPerGroup, const INT maxSfbPerGroup, const INT *sfbOffset) argument
H A Ddyn_bits.cpp251 const INT* const isBook
266 else if( isBook[i] ) {
267 huffsection[i].codeBook=isBook[i];
398 const INT* const isBook,
441 FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup, noiseNrg+grpNdx, isBook+grpNdx);
738 const INT* const isBook,
758 isBook,
389 FDKaacEnc_noiselessCounter( SECTION_DATA* const RESTRICT sectionData, INT mergeGainLookUp[MAX_SFB_LONG], INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], const SHORT* const quantSpectrum, const UINT* const maxValueInSfb, const INT* const sfbOffset, const INT blockType, const INT* const noiseNrg, const INT* const isBook, const INT useVCB11 ) argument
726 FDKaacEnc_dynBitCount( BITCNTR_STATE* const hBC, const SHORT* const quantSpectrum, const UINT* const maxValueInSfb, const INT* const scalefac, const INT blockType, const INT sfbCnt, const INT maxSfbPerGroup, const INT sfbPerGroup, const INT* const sfbOffset, SECTION_DATA* const RESTRICT sectionData, const INT* const noiseNrg, const INT* const isBook, const INT* const isScale, const UINT syntaxFlags ) argument
H A Dintensity.cpp549 output: isBook
554 mdctSpectrumRight zeroed where isBook!=0
555 sfbEnergyRight zeroed where isBook!=0
556 sfbSpreadEnRight zeroed where isBook!=0
557 sfbThresholdRight zeroed where isBook!=0
558 sfbEnergyLdDataRight FL2FXCONST_DBL(-1.0) where isBook!=0
559 sfbThresholdLdDataRight FL2FXCONST_DBL(-0.515625f) where isBook!=0
583 INT *isBook,
597 FDKmemclear((void*)isBook,sfbCnt*sizeof(INT));
742 isBook[sf
564 FDKaacEnc_IntensityStereoProcessing( FIXP_DBL *sfbEnergyLeft, FIXP_DBL *sfbEnergyRight, FIXP_DBL *mdctSpectrumLeft, FIXP_DBL *mdctSpectrumRight, FIXP_DBL *sfbThresholdLeft, FIXP_DBL *sfbThresholdRight, FIXP_DBL *sfbThresholdLdDataRight, FIXP_DBL *sfbSpreadEnLeft, FIXP_DBL *sfbSpreadEnRight, FIXP_DBL *sfbEnergyLdDataLeft, FIXP_DBL *sfbEnergyLdDataRight, INT *msDigest, INT *msMask, const INT sfbCnt, const INT sfbPerGroup, const INT maxSfbPerGroup, const INT *sfbOffset, const INT allowIS, INT *isBook, INT *isScale, PNS_DATA *RESTRICT pnsData[2] ) argument
[all...]

Completed in 152 milliseconds