Searched refs:active_sfb (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dhuffcb.cpp300 Int active_sfb; local
342 /* active_sfb = base % sfb_per_win; */
343 active_sfb = base - group_base;
347 * Make sure that active_sfb is also lesser than tot_sfb
350 if ((active_sfb == max_sfb) && (active_sfb < tot_sfb))
359 else if (active_sfb > max_sfb)

Completed in 111 milliseconds