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

/external/aac/libAACenc/src/
H A Ddyn_bits.cpp222 const INT ndx1,
229 MergeBits = sideInfoTab[huffsection[ndx1].sfbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2], useVCB11);
230 SplitBits = huffsection[ndx1].sectionBits + huffsection[ndx2].sectionBits; /* Bit amount for splitted huffsections */
233 if ( (huffsection[ndx1].codeBook==CODE_BOOK_PNS_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_PNS_NO)
234 || (huffsection[ndx1].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO)
235 || (huffsection[ndx1].codeBook==CODE_BOOK_IS_IN_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_IS_IN_PHASE_NO)
218 FDKaacEnc_CalcMergeGain( const SECTION_INFO* const huffsection, const INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1], const SHORT* const sideInfoTab, const INT ndx1, const INT ndx2, const INT useVCB11 ) argument

Completed in 117 milliseconds