Searched refs:pCbSign (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcr_types.h295 const UCHAR *pCbSign; member in struct:__anon16
H A Daacdec_hcr.cpp267 pHcr->tableInfo.pCbSign = aSignCb;
1072 const UCHAR *pCbSign = pHcr->tableInfo.pCbSign; local
1100 if ( pCbSign[codebook] == 0 ) { /* no sign bits follow after the codeword-body */
1142 else if (( pCbSign[codebook] == 1 ) && ( codebook < 11 )) { /* possibly there follow 1,2,3 or 4 sign bits after the codeword-body */
1188 else if (( pCbSign[codebook] == 1 ) && ( codebook >= 11 )) { /* possibly there follow some sign bits and maybe one or two escape sequences after the cw-body */

Completed in 37 milliseconds