HomeSort by relevance Sort by last modified time
    Searched defs:sat (Results 1 - 25 of 66) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7em.s 129 sat: label
thumb32.s 699 sat: label
  /external/opencv3/3rdparty/openexr/Imath/
ImathColorAlgo.cpp 51 double sat = hsv.y; local
61 double p = val*(1-sat);
62 double q = val*(1-(sat*f));
63 double t = val*(1-(sat*(1-f)));
83 double sat = hsv.g; local
93 double p = val*(1-sat);
94 double q = val*(1-(sat*f));
95 double t = val*(1-(sat*(1-f)));
123 double sat = 0; local
126 if (max != 0) sat = range/max
156 double sat = 0; local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColorFiltersMutateActivity.java 73 ObjectAnimator sat = ObjectAnimator.ofFloat(this, "saturation", 1.0f); local
74 sat.setDuration(1000);
75 sat.setRepeatCount(ObjectAnimator.INFINITE);
76 sat.setRepeatMode(ObjectAnimator.REVERSE);
77 sat.start();
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; local
284 if (sat || (pc == (shader->numArithInstr[pass] - 1) &&
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 101 float sat = (i % w) / (float) w; local
103 hsv[1] = sat;
152 float sat = 1 - (mDotY - mBorder) / (mHeight - 2 * mBorder); local
153 if (sat > 1) {
154 sat = 1;
158 mHSVO[2] = sat;
182 double sat = mHSVO[1]; local
186 mDotX = (float) (mBorder + (mHeight - 2 * mBorder) * sat);
ColorRectView.java 104 float sat = 1 - (mDotY - mBorder) / (mHeight - 2 * mBorder); local
105 if (sat > 1) {
106 sat = 1;
111 mHSVO[1] = sat;
182 double sat = mHSVO[1]; local
185 mDotY = (float) ((1 - sat) * (mHeight - 2 * mBorder) + mBorder);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 112 int []sat = new int[7]; local
113 for(int i = 0;i<sat.length ;i ++){
114 sat[i] = mParameters.getValue(i);
123 mScript.set_saturation(sat);
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 206 if (insn.sat)
447 int mask, sat, unit = 0; local
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE);
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
547 insn = arith(sat, MOV, dst, mask, src[2], none, none);
551 insn = arith(sat, MOV, dst, mask, src[1], none, none);
556 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
561 nvfx_fp_emit(fpc, arith(sat, DDX, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none))
    [all...]
nvfx_vertprog.c 315 if(insn.sat) {
468 boolean sat = FALSE; local
544 sat = TRUE;
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none);
574 insn = arith(sat, VEC, MOV, dst, mask, src[1], none, none);
579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
584 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, swz(tmp, X, X, X, X), none, swz(tmp, Y, Y, Y, Y)))
    [all...]
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 130 final float sat = 1 - (x / (float)w); local
132 final int color = Color.HSVToColor(new float[]{hue, sat, val});
133 if (DEBUG) Log.d(TAG, String.format("hsv=(%s,%s,%s) argb=#%08x", hue, sat, val, color));
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /external/opencv/cv/src/
cvinpaint.cpp 305 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat; local
384 sat = (float)((Ia/s+(Jx+Jy)/(sqrt(Jx*Jx+Jy*Jy)+1.0e-20f)+0.5f));
386 int isat = cvRound(sat);
418 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat; local
497 sat = (float)((Ia/s+(Jx+Jy)/(sqrt(Jx*Jx+Jy*Jy)+1.0e-20f)+0.5f));
499 int isat = cvRound(sat);
    [all...]

Completed in 1323 milliseconds

1 2 3