Searched refs:RVLC_MAX_SFB (Results 1 – 4 of 4) sorted by relevance
161 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */162 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
254 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */255 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */256 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
110 #define RVLC_MAX_SFB ((8) * (16)) macro
144 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in rvlcInit()952 FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB); in rvlcFinalErrorDetection()