Home | History | Annotate | Download | only in src

Lines Matching refs:branchNode

233   UINT          branchNode;
250 &branchNode);
252 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-escape-word is completely decoded */
253 value = (SCHAR) branchNode & CLR_BIT_10;
350 UINT branchNode;
365 &branchNode);
367 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-codeword is completely decoded */
368 value = (SCHAR) (branchNode & CLR_BIT_10);