/frameworks/base/graphics/java/android/graphics/ |
ColorMatrix.java | 204 public void setSaturation(float sat) { 208 final float invSat = 1 - sat; 213 m[0] = R + sat; m[1] = G; m[2] = B; 214 m[5] = R; m[6] = G + sat; m[7] = B; 215 m[10] = R; m[11] = G; m[12] = B + sat;
|
/external/skia/src/utils/ |
SkColorMatrix.cpp | 115 void SkColorMatrix::setSaturation(SkScalar sat) 119 const SkScalar R = SkScalarMul(kHueR, SK_Scalar1 - sat); 120 const SkScalar G = SkScalarMul(kHueG, SK_Scalar1 - sat); 121 const SkScalar B = SkScalarMul(kHueB, SK_Scalar1 - sat); 123 setrow(fMat + 0, R + sat, G, B); 124 setrow(fMat + 5, R, G + sat, B); 125 setrow(fMat + 10, R, G, B + sat);
|
/external/skia/include/effects/ |
SkColorMatrix.h | 48 void setSaturation(SkScalar sat);
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
calc_sbr_synfilterbank.cpp | 108 __inline Int16 sat(Int32 y) function 120 #define saturate2( a, b, c, d) *c = sat( a); \ 121 *d = sat( b); \ 129 __inline Int16 sat(Int32 y) function 145 #define saturate2( a, b, c, d) *c = sat( a); \ 146 *d = sat( b); \ 152 __inline Int16 sat(Int32 y) function 168 #define saturate2( a, b, c, d) *c = sat( a); \ 169 *d = sat( b); \
|
trans4m_freq_2_time_fxp.cpp | 464 __inline Int16 sat(Int32 y) function 478 #define limiter( y, x) y = sat(x); 485 __inline Int16 sat(Int32 y) function 503 #define limiter( y, x) y = sat(x); [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
calc_sbr_synfilterbank.cpp | 108 __inline Int16 sat(Int32 y) function 120 #define saturate2( a, b, c, d) *c = sat( a); \ 121 *d = sat( b); \ 129 __inline Int16 sat(Int32 y) function 145 #define saturate2( a, b, c, d) *c = sat( a); \ 146 *d = sat( b); \ 152 __inline Int16 sat(Int32 y) function 168 #define saturate2( a, b, c, d) *c = sat( a); \ 169 *d = sat( b); \
|
trans4m_freq_2_time_fxp.cpp | 464 __inline Int16 sat(Int32 y) function 478 #define limiter( y, x) y = sat(x); 485 __inline Int16 sat(Int32 y) function 503 #define limiter( y, x) y = sat(x); [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
stdfix.h | 40 #undef sat macro 43 #define sat _Sat macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
stdfix.h | 37 #undef sat macro 40 #define sat _Sat macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
stdfix.h | 40 #undef sat macro 43 #define sat _Sat macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
stdfix.h | 37 #undef sat macro 40 #define sat _Sat macro
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
stdfix.h | 40 #undef sat macro 43 #define sat _Sat macro
|
/system/core/libpixelflinger/ |
scanline.cpp | 653 uint8_t sat = texel.s[0]; local 668 if (sat) { 670 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat; [all...] |
/bionic/libc/regex/ |
engine.c | 53 #define at sat
|
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |