Searched refs:RIGHT_SHIFT (Results 1 - 22 of 22) sorted by relevance

/external/libjpeg-turbo/
H A Djidctint.c487 wsptr[7*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS);
488 wsptr[7*6] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS);
489 wsptr[7*1] = (int) RIGHT_SHIFT(tmp11 + tmp1, CONST_BITS-PASS1_BITS);
490 wsptr[7*5] = (int) RIGHT_SHIFT(tmp11 - tmp1, CONST_BITS-PASS1_BITS);
491 wsptr[7*2] = (int) RIGHT_SHIFT(tmp12 + tmp2, CONST_BITS-PASS1_BITS);
492 wsptr[7*4] = (int) RIGHT_SHIFT(tmp12 - tmp2, CONST_BITS-PASS1_BITS);
493 wsptr[7*3] = (int) RIGHT_SHIFT(tmp13, CONST_BITS-PASS1_BITS);
540 outptr[0] = range_limit[(int) RIGHT_SHIFT(tmp10 + tmp0,
543 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp10 - tmp0,
546 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp1
[all...]
H A Djdmrgext.c53 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
78 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
128 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
169 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
H A Djdcol565.c52 g = range_limit[y + ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
65 g = range_limit[y + ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
74 g = range_limit[y + ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
87 g = range_limit[y + ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
133 ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
147 ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
158 ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
173 ((int)RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
H A Djdmrg565.c50 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
75 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
122 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
149 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
197 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
237 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
295 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
339 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
H A Djdcolext.c62 ((int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
H A Djdct.h174 * We assume RIGHT_SHIFT rounds towards minus infinity, so adding
178 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n)
H A Djfdctfst.c101 #define DESCALE(x,n) RIGHT_SHIFT(x, n)
H A Djpegint.h287 * RIGHT_SHIFT provides a proper signed right shift of a JLONG quantity.
289 * included in the variables of any routine using RIGHT_SHIFT.
294 #define RIGHT_SHIFT(x,shft) \ macro
300 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
H A Djdmerge.c215 RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS);
218 RIGHT_SHIFT(FIX(1.77200) * x + ONE_HALF, SCALEBITS);
H A Djidctfst.c114 #define DESCALE(x,n) RIGHT_SHIFT(x, n)
H A Djdcolor.c236 RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS);
239 RIGHT_SHIFT(FIX(1.77200) * x + ONE_HALF, SCALEBITS);
567 ((int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
H A Djquant2.c983 * RIGHT_SHIFT rounds towards minus infinity, so adding 8 is correct
987 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
988 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
989 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4);
H A Djquant1.c669 * RIGHT_SHIFT rounds towards minus infinity, so adding 8 is correct
673 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y193 %left LEFT_SHIFT RIGHT_SHIFT
576 | expression RIGHT_SHIFT expression {
740 | RIGHT_SHIFT { $$ = RIGHT_SHIFT; }
1138 case RIGHT_SHIFT:
1211 combined = _token_create_ival (parser, RIGHT_SHIFT, RIGHT_SHIFT);
H A Dglcpp-lex.l469 RETURN_TOKEN (RIGHT_SHIFT);
/external/annotation-tools/scene-lib/src/annotations/io/
H A DASTPath.java286 case RIGHT_SHIFT:
1373 || kind == Tree.Kind.RIGHT_SHIFT
1410 || kind == Tree.Kind.RIGHT_SHIFT
1506 || kind == Tree.Kind.RIGHT_SHIFT
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
H A DASTPathCriterion.java1016 || kind == Tree.Kind.RIGHT_SHIFT
1058 case RIGHT_SHIFT:
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1628 milliseconds