Home | History | Annotate | Download | only in src

Lines Matching refs:branchValue

585   UINT branchValue;
626 treeNode, &branchValue, &branchNode);
639 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid
665 branchValue); /* update treeNode for further step in decoding tree */
725 UINT branchValue;
760 treeNode, &branchValue, &branchNode);
766 /* body completely decoded; branchValue is valid, set pQuantVal to first
775 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid
819 branchValue); /* update treeNode for further step in decoding tree */
978 UINT branchValue;
1008 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode);
1015 /* body completely decoded; branchValue is valid */
1022 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid
1070 treeNode = *(pCurrentTree + branchValue);