Lines Matching refs:treeNode
587 UINT treeNode; in Hcr_State_BODY_ONLY() local
616 treeNode = iNode[codewordOffset]; in Hcr_State_BODY_ONLY()
626 treeNode, &branchValue, &branchNode); in Hcr_State_BODY_ONLY()
663 treeNode = *( in Hcr_State_BODY_ONLY()
668 iNode[codewordOffset] = treeNode; /* store updated treeNode because maybe in Hcr_State_BODY_ONLY()
724 UINT treeNode; in Hcr_State_BODY_SIGN__BODY() local
750 treeNode = iNode[codewordOffset]; in Hcr_State_BODY_SIGN__BODY()
760 treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN__BODY()
817 treeNode = *( in Hcr_State_BODY_SIGN__BODY()
822 iNode[codewordOffset] = treeNode; /* store updated treeNode because maybe in Hcr_State_BODY_SIGN__BODY()
975 UINT treeNode; in Hcr_State_BODY_SIGN_ESC__BODY() local
998 treeNode = iNode[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__BODY()
1008 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN_ESC__BODY()
1070 treeNode = *(pCurrentTree + branchValue); in Hcr_State_BODY_SIGN_ESC__BODY()
1071 iNode[codewordOffset] = treeNode; in Hcr_State_BODY_SIGN_ESC__BODY()