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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dgetmask.cpp63 max_sfb = number of active sfbs for each window, Type Int
169 nToDo = max_sfb;
196 (pFrameInfo->sfb_per_win[win]-max_sfb)*sizeof(*pMask));
259 Int max_sfb,
311 * for(sfb = max_sfb; sfb > 0; sfb--)
323 nToDo = max_sfb;
354 nCall = pFrameInfo->sfb_per_win[win] - max_sfb;
255 getmask( FrameInfo *pFrameInfo, BITS *pInputStream, Int group[], Int max_sfb, Int mask[]) argument
H A Dhuffcb.cpp37 Description: Add "if ((pSect[-1] % sfb_per_win) > max_sfb)" statement to
82 UChar max_sfb = 1 + number of active sfbs - see reference (2) p56
122 max_sfb <= sfb_per_win <= tot_sfb
193 IF (num_of_sfb_for_this_group==max_sfb)
196 base += sfb_per_win - max_sfb;
202 IF (num_of_sfb_for_this_group > max_sfb)
289 Int max_sfb)
346 * insert a zero section for regions above max_sfb for each group
350 if ((active_sfb == max_sfb) && (active_sfb < tot_sfb))
352 base += (sfb_per_win - max_sfb);
283 huffcb( SectInfo *pSect, BITS *pInputStream, Int sectbits[], Int tot_sfb, Int sfb_per_win, Int max_sfb) argument
[all...]
H A Dlt_decode.cpp55 max_sfb Maximum number of active scalefactor bands
130 last_band = max_sfb;
147 FOR (m = (max_sfb - last_band); m > 0; m--)
311 const Int max_sfb,
334 last_band = max_sfb;
339 /* last_band = min(MAX_LT_PRED_LONG_SFB, max_sfb) MAX_SCFAC_BANDS */
352 * (max_sfb - last_band) should typically be a small value.
354 for (k = (max_sfb - last_band); k > 0; k--)
361 /* last_band = min(MAX_LT_PRED_SHORT_SFB, max_sfb) */
443 for (k = (max_sfb
308 lt_decode( const WINDOW_SEQUENCE win_type, BITS *pInputStream, const Int max_sfb, LT_PRED_STATUS *pLt_pred) argument
[all...]
H A Ds_tdec_int_chan.h140 Int max_sfb; member in struct:__anon484

Completed in 29 milliseconds