Searched refs:pCbSign (Results 1 – 2 of 2) sorted by relevance
267 pHcr->tableInfo.pCbSign = aSignCb; in HcrInitRom()1072 const UCHAR *pCbSign = pHcr->tableInfo.pCbSign; in DecodePCWs() local1100 …if ( pCbSign[codebook] == 0 ) { /* no sign bits follow after the codeword-body … in DecodePCWs()1142 …else if (( pCbSign[codebook] == 1 ) && ( codebook < 11 )) { /* possibly there follow 1,2,3 or 4 s… in DecodePCWs()1188 …else if (( pCbSign[codebook] == 1 ) && ( codebook >= 11 )) { /* possibly there follow some sign bi… in DecodePCWs()
295 const UCHAR *pCbSign; member