Home | History | Annotate | Download | only in src

Lines Matching defs:sign

1100     if ( pCbSign[codebook] == 0 ) {                    /* no sign bits follow after the codeword-body */
1116 /* result is written out here because NO sign bits follow the body */
1118 sign is already valid */
1142 else if (( pCbSign[codebook] == 1 ) && ( codebook < 11 )) { /* possibly there follow 1,2,3 or 4 sign bits after the codeword-body */
1188 else if (( pCbSign[codebook] == 1 ) && ( codebook >= 11 )) { /* possibly there follow some sign bits and maybe one or two escape sequences after the cw-body */
1439 INT sign;
1475 sign = (quantSpecCoef >= 0) ? 1 : -1;
1477 quantSpecCoef = sign * (((INT ) 1 << escapeOnesCounter) + escape_word);
1520 /* adapt sign of values according to the decoded sign bit */