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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dintensity_right.cpp70 ms_used = Flag that denotes whether M/S is active for this band.
131 ms_used must be 1 when TRUE, 0 when FALSE.
169 multiplier = multiplier XOR ms_used;
289 const Bool ms_used,
309 * codebook | ms_used | multiplier
318 * codebook | ms_used | multiplier
329 * below for all 4 possible combinations of codebook and ms_used
346 multiplier ^= ms_used;
282 intensity_right( const Int scalefactor, const Int coef_per_win, const Int sfb_per_win, const Int wins_in_group, const Int band_length, const Int codebook, const Bool ms_used, const Int q_formatLeft[], Int q_formatRight[], const Int32 coefLeft[], Int32 coefRight[]) argument

Completed in 47 milliseconds