Home
last modified time | relevance | path

Searched refs:RVLC_MAX_SFB (Results 1 – 8 of 8) sorted by relevance

/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Dconceal_types.h188 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
189 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
H A Dchannelinfo.h332 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */
333 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */
334 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
H A Drvlc_info.h132 #define RVLC_MAX_SFB ((8) * (16)) macro
H A Drvlc.cpp161 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in rvlcInit()
959 FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB); in rvlcFinalErrorDetection()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Dconceal_types.h188 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
189 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
H A Dchannelinfo.h332 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */
333 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */
334 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
H A Drvlc_info.h132 #define RVLC_MAX_SFB ((8) * (16)) macro
H A Drvlc.cpp161 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in rvlcInit()
959 FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB); in rvlcFinalErrorDetection()