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

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp982 A flag named 'flagB' in codeword sideinfo is set, if the second line of
983 quantized spectral values is 16. The 'flagB' is used in case of decoding
986 If only the first line needs an escape sequence, the flagB is cleared.
987 If only the second line needs an escape sequence, the flagB is not used.
998 res. flagA flagB escapePrefixUp escapePrefixDown escapeWord
1027 UINT flagB; local
1096 flagB = 0; /* for second possible escape sequence */
1098 flagB = 1;
1104 if ( !flagA && !flagB ) {
1114 flags |= (flagB << POSITION_OF_FLAG_
1289 UINT flagB; local
[all...]

Completed in 59 milliseconds