Home | History | Annotate | Download | only in src

Lines Matching refs:branchValue

522   UINT         branchValue;
566 &branchValue,
572 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
587 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
649 UINT branchValue;
687 &branchValue,
692 /* body completely decoded; branchValue is valid, set pQuantVal to first (of two or four) quantized spectral coefficients */
694 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
722 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
879 UINT branchValue;
913 &branchValue,
919 /* body completely decoded; branchValue is valid */
922 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
958 treeNode = *(pCurrentTree + branchValue);