Home | History | Annotate | Download | only in src

Lines Matching refs:pCurrentTree

532   const UINT  *pCurrentTree;
554 pCurrentTree = aHuffTable[pCodebook[codewordOffset]];
587 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
652 const UINT *pCurrentTree;
675 pCurrentTree = aHuffTable[pCodebook[codewordOffset]];
722 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
880 const UINT *pCurrentTree;
900 pCurrentTree = aHuffTable[ESCAPE_CODEBOOK];
958 treeNode = *(pCurrentTree + branchValue);