Home | History | Annotate | Download | only in src

Lines Matching refs:flagB

982                   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 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;
1096 flagB = 0; /* for second possible escape sequence */
1098 flagB = 1;
1104 if ( !flagA && !flagB ) {
1114 flags |= (flagB << POSITION_OF_FLAG_B);
1125 if ( !flagA && flagB ) {
1257 Test flagB. If flagB is set, the second escape sequence must be decoded. If
1258 flagB is not set, the codeword is decoded and the state machine is switched
1289 UINT flagB;
1357 flagB = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_B;
1363 /* change state in dependence of flag flagB */
1370 if ( flagB == 0 ) {