Searched refs:peTab (Results 1 – 1 of 1) sorted by relevance
273 const BIT_PE_SFAC *peTab = NULL; in FDKaacEnc_InitBits2PeFactor() local280 peTab = bits2PeConfigTab[i].pPeTab; in FDKaacEnc_InitBits2PeFactor()285 if ( (peTab!=NULL) && (size!=0) ) { in FDKaacEnc_InitBits2PeFactor()294 if ((peTab[i].bitrate<=bitRate) && ((peTab[i+1].bitrate>bitRate) || ((i==size-2)) )) in FDKaacEnc_InitBits2PeFactor()298 … startPF = (!invQuant) ? peTab[i].bits2PeFactor_mono : peTab[i].bits2PeFactor_mono_scfOpt; in FDKaacEnc_InitBits2PeFactor()299 …peSlope = (!invQuant) ? peTab[i].bits2PeFactor_mono_slope : peTab[i].bits2PeFactor_mono_scfOpt_slo… in FDKaacEnc_InitBits2PeFactor()302 startB=peTab[i].bitrate; in FDKaacEnc_InitBits2PeFactor()307 … startPF = (!invQuant) ? peTab[i].bits2PeFactor_stereo : peTab[i].bits2PeFactor_stereo_scfOpt; in FDKaacEnc_InitBits2PeFactor()308 …peSlope = (!invQuant) ? peTab[i].bits2PeFactor_stereo_slope : peTab[i].bits2PeFactor_stereo_scfOpt… in FDKaacEnc_InitBits2PeFactor()311 startB=peTab[i].bitrate; in FDKaacEnc_InitBits2PeFactor()