Home
last modified time | relevance | path

Searched refs:flagB (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp1027 UINT flagB; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1096flagB = 0; /* for second possible esca… in Hcr_State_BODY_SIGN_ESC__SIGN()
1098 flagB = 1; in Hcr_State_BODY_SIGN_ESC__SIGN()
1104 if ( !flagA && !flagB ) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1114 flags |= (flagB << POSITION_OF_FLAG_B); in Hcr_State_BODY_SIGN_ESC__SIGN()
1125 if ( !flagA && flagB ) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1289 UINT flagB; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
1357 flagB = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_B; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1370 if ( flagB == 0 ) { in Hcr_State_BODY_SIGN_ESC__ESC_WORD()