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

1 2 3

  /external/stressapptest/src/
main.cc 15 // sat.cc : a stress test for stressful testing
18 #include "sat.h"
21 Sat *sat = SatFactory(); local
22 if (sat == NULL) {
23 logprintf(0, "Process Error: failed to allocate Sat object\n");
27 if (!sat->ParseArgs(argc, argv)) {
28 logprintf(0, "Process Error: Sat::ParseArgs() failed\n");
29 sat->bad_status();
30 } else if (!sat->Initialize())
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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) &&
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_FiltersAPI.h 144 * hue = -360 to 360, sat = 0 to 100 and light = 0 t0 100
150 M4VIFI_Int16 sat; /**< Saturation offset */ member in struct:__anon31037
    [all...]
  /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/chromium_org/third_party/mesa/src/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...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_pkt.c 127 { int ret,sat,brw,i; local
147 sat = 0;
152 sat |= ~brw;
159 sat |= brw;
165 if (sat&0xff) return brw | 0x80;
    [all...]
  /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...]
  /external/openssl/ssl/
d1_pkt.c 127 { int ret,sat,brw,i; local
147 sat = 0;
152 sat |= ~brw;
159 sat |= brw;
165 if (sat&0xff) return brw | 0x80;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdfix.h 37 #undef sat macro
40 #define sat _Sat macro

Completed in 944 milliseconds

1 2 3