/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
wb_vad_c.h | 31 #define SCALE 128 /* (UNITY*UNITY)/512 */ 57 #define THR_MIN (Word16)(1.6*SCALE) /* Minimum threshold */ 58 #define THR_HIGH (Word16)(6*SCALE) /* Highest threshold */ 59 #define THR_LOW (Word16)(1.7*SCALE) /* Lowest threshold */ 64 #define SP_CH_MIN (Word16)(-0.75*SCALE) 65 #define SP_CH_MAX (Word16)(0.75*SCALE) 74 #define HANG_P2 (Word16)(4*SCALE) /* threshold for shortest hangover */
|
/external/libgsm/src/ |
lpc.c | 67 # define SCALE(n) \ 73 # define SCALE(n) \ 80 SCALE(1) 81 SCALE(2) 82 SCALE(3) 83 SCALE(4) 85 # undef SCALE 155 float scale; local 167 scale = MAX_LONGWORD / f_L_ACF[0]; 170 L_ACF[k] = f_L_ACF[k] * scale; [all...] |
/external/collada/include/1.4/dom/ |
domScale.h | 20 * The scale element contains a mathematical vector that represents the relative 26 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SCALE; }
|
domTypes.h | [all...] |
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
TransformOperation.h | 40 SCALE_X, SCALE_Y, SCALE,
|
ScaleTransformOperation.h | 76 ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D);
|
/frameworks/base/services/surfaceflinger/ |
Transform.cpp | 148 H.mType = (FLIP_H << 8) | SCALE; 156 V.mType = (FLIP_V << 8) | SCALE; 262 bool scale = false; local 268 scale = true; 275 scale = true; 289 mType ^= SCALE; 291 mType ^= SCALE; 292 if (scale) 293 mType |= SCALE; 338 if (!(mType&(SCALE|ROTATE|TRANSLATE)) [all...] |
Transform.h | 56 SCALE = 0x4,
|
LayerBase.cpp | 218 (type >= Transform::SCALE));
|
/external/opencv/otherlibs/highgui/ |
utils.cpp | 77 #define SCALE 14 78 #define cR (int)(0.299*(1 << SCALE) + 0.5) 79 #define cG (int)(0.587*(1 << SCALE) + 0.5) 80 #define cB ((1 << SCALE) - cR - cG) 93 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE ); 112 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE ); 131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE ); 240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE ); 257 ((((ushort*)bgr565)[i] >> 8) & 0xf8)*cR, SCALE ); 332 int t = descale( y*cB + m*cG + c*cR, SCALE ); 601 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1.\/256 : 255; local [all...] |
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SgTransform.java | 34 SCALE(3);
|
SceneGraphRS.java | 167 mRobot1.setTransform(2, new Float4(0.2f, 0.2f, 0.2f, 0.0f), TransformType.SCALE); 171 mRobot2.setTransform(2, new Float4(0.3f, 0.3f, 0.3f, 0.0f), TransformType.SCALE);
|
/external/opencv/cvaux/src/ |
cvhmmobs.cpp | 103 #define SCALE(x) CV_FLT_TO_FIX((x),DCT_SCALE) 108 #define SCALE(x) (float)(x) 542 cfs[j] = SCALE(a); \ 543 cfs2[j] = SCALE(b); \ 546 double t, scale = 1. / sqrt( (double)n ); local 549 cfs[0] = SCALE( scale ); 550 scale *= sqrt2; 551 cfs[1] = SCALE( scale ); [all...] |
/external/srec/srec/include/ |
pre_desc.h | 42 #define SCALE 1 /* Scaling the channels */ 82 prdata scale; /* X - scale to log function */ member in struct:__anon11156 84 float logscale; /* Y - scale to log function */ 154 int imel_shift; /* Imelda scale factor (in shifts) */ 157 int inv_shift; /* inverse Imelda scale factor (in shifts) */
|
/external/skia/src/core/ |
SkPicture.cpp | 77 case SCALE: return "SCALE";
|
SkPictureFlat.h | 41 SCALE,
|
SkScan_AntiPath.cpp | 26 #define SCALE (1 << SHIFT) 27 #define MASK (SCALE - 1)
|
SkPicturePlayback.cpp | 737 case SCALE: { 740 canvas.scale(sx, sy); [all...] |
SkPictureRecord.cpp | 86 bool SkPictureRecord::scale(SkScalar sx, SkScalar sy) { function in class:SkPictureRecord 87 addDraw(SCALE); 91 return this->INHERITED::scale(sx, sy);
|
/bionic/libc/arch-x86/string/ |
ssse3-memcpy5.S | 116 index into the jump table. SCALE is the scale of INDEX. */ 117 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 124 addl (%ebx,INDEX,SCALE), %ebx; \ 131 # define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \ 132 addl (%ebx,INDEX,SCALE), %ebx; \ 153 jump table. SCALE is the scale of INDEX. */ 154 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 155 jmp *TABLE(,INDEX,SCALE) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.cpp | 89 case TransformOperation::SCALE: 138 case TransformOperation::SCALE: 200 case TransformOperation::SCALE: 202 return PlatformCAAnimation::Scale; [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.cpp | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-flow.h | 616 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-flow.h | 616 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
tree-flow.h | 616 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ [all...] |