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

1 2 3

  /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) &&
  /external/boringssl/src/ssl/
d1_pkt.c 127 int ret, sat, brw, i; local
160 sat = 0;
165 sat |= ~brw;
171 sat |= brw;
177 if (sat & 0xff) {
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
DefaultGenerator.java 161 final float sat = swatch.getHsl()[1]; local
164 if (sat >= minSaturation && sat <= maxSaturation &&
167 float value = createComparisonValue(sat, targetSaturation, luma, targetLuma,
  /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.x-google/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.x-google/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.x-google/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.x-google/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...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 808 const bool sat = (i->op == OP_SAT) || i->saturate; local
821 if (sat)
861 if (sat) code[0] |= 1 << 18;
    [all...]

Completed in 812 milliseconds

1 2 3