Searched refs:aHuffTable (Results 1 – 4 of 4) sorted by relevance
156 extern const UINT *aHuffTable[];
411 startNode = *aHuffTable[pExtendedSortedCodebook[extendedSortedCodebookIdx]]; in InitNonPCWSideInformationForCurrentSet()554 pCurrentTree = aHuffTable[pCodebook[codewordOffset]]; in Hcr_State_BODY_ONLY()675 pCurrentTree = aHuffTable[pCodebook[codewordOffset]]; in Hcr_State_BODY_SIGN__BODY()900 pCurrentTree = aHuffTable[ESCAPE_CODEBOOK]; in Hcr_State_BODY_SIGN_ESC__BODY()
1089 pCurrentTree = aHuffTable [codebook]; /* convert codebook to pointer to QSCs */ in DecodePCWs()
980 const UINT *aHuffTable[MAX_CB] = {aHuffTree41, /* 0 - */ /* use tree 1 as dummy here */ variable