Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp644 UINT cntSign; in Hcr_State_BODY_SIGN__BODY() local
700 cntSign = 0; in Hcr_State_BODY_SIGN__BODY()
704 cntSign += 1; in Hcr_State_BODY_SIGN__BODY()
708 if ( cntSign == 0 ) { in Hcr_State_BODY_SIGN__BODY()
714 …pCntSign[codewordOffset] = cntSign; /* write sign … in Hcr_State_BODY_SIGN__BODY()
770 UCHAR cntSign; in Hcr_State_BODY_SIGN__SIGN() local
785 cntSign = pCntSign[codewordOffset]; in Hcr_State_BODY_SIGN__SIGN()
796cntSign -= 1; /* decreme… in Hcr_State_BODY_SIGN__SIGN()
813 …if ( cntSign == 0 ) { /* if (cnt… in Hcr_State_BODY_SIGN__SIGN()
821 pCntSign[codewordOffset] = cntSign; in Hcr_State_BODY_SIGN__SIGN()
[all …]