/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | synthesis-dct8.c | 49 #ifndef SCALE 50 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro 221 in0 = SCALE(in[0], DCTII_8_SHIFT_IN); in dct2_8() 222 in1 = SCALE(in[1], DCTII_8_SHIFT_IN); in dct2_8() 223 in2 = SCALE(in[2], DCTII_8_SHIFT_IN); in dct2_8() 224 in3 = SCALE(in[3], DCTII_8_SHIFT_IN); in dct2_8() 225 in4 = SCALE(in[4], DCTII_8_SHIFT_IN); in dct2_8() 226 in5 = SCALE(in[5], DCTII_8_SHIFT_IN); in dct2_8() 227 in6 = SCALE(in[6], DCTII_8_SHIFT_IN); in dct2_8() 228 in7 = SCALE(in[7], DCTII_8_SHIFT_IN); in dct2_8() [all …]
|
D | dequant.c | 117 #ifndef SCALE 118 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro 197 return SCALE(result, 24 - scale_factor); in OI_SBC_Dequant_Unscaled() 205 return SCALE(result, 24 - scale_factor); in OI_SBC_Dequant_Unscaled()
|
D | synthesis-sbc.c | 198 #ifndef SCALE 199 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro 416 pa = SCALE(-pa, 15); in SynthWindow40_int32_int32_symmetry_with_sum() 431 pa = SCALE(-pa, 15); in SynthWindow40_int32_int32_symmetry_with_sum() 434 pb = SCALE(-pb, 15); in SynthWindow40_int32_int32_symmetry_with_sum() 444 pa = SCALE(-pa, 15); in SynthWindow40_int32_int32_symmetry_with_sum() 487 y0 = -SCALE(f1 + f3, DCT_SHIFT); in cosineModulateSynth4() 488 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT); in cosineModulateSynth4() 493 y3 = -SCALE(f8 + f9, DCT_SHIFT); in cosineModulateSynth4() 494 y1 = -SCALE(f10 - f9, DCT_SHIFT); in cosineModulateSynth4()
|
/external/libgsm/src/ |
D | lpc.c | 67 # define SCALE(n) \ macro 73 # define SCALE(n) \ 80 SCALE(1) 81 SCALE(2) 82 SCALE(3) 83 SCALE(4) 85 # undef SCALE
|
/external/opencv/otherlibs/highgui/ |
D | utils.cpp | 77 #define SCALE 14 macro 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 ); in icvCvt_BGR2Gray_8u_C3C1R() 112 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE ); in icvCvt_BGR2Gray_16u_C3C1R() 131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE ); in icvCvt_BGRA2Gray_8u_C4C1R() 240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE ); in icvCvt_BGR5552Gray_8u_C2C1R() 257 ((((ushort*)bgr565)[i] >> 8) & 0xf8)*cR, SCALE ); in icvCvt_BGR5652Gray_8u_C2C1R() 332 int t = descale( y*cB + m*cG + c*cR, SCALE ); in icvCvt_CMYK2Gray_8u_C4C1R()
|
/external/fio/tools/ |
D | fio_generate_plots | 88 SCALE=$4 106 …PLOT_LINE=$PLOT_LINE"'$x' using (\$1/1000):(\$2/$SCALE) title \"Queue depth $DEPTH\" with lines ls…
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 18 #define SCALE (1 << SHIFT) macro 19 #define MASK (SCALE - 1) 223 fb = SCALE - fb; in blitH() 321 xrite = SCALE; in blitRect() 335 SkASSERT(xleft <= SCALE); in blitRect() 344 xleft = SCALE - xleft; in blitRect() 547 fb = SCALE - fb; in blitH()
|
D | SkPicture.cpp | 91 case SCALE: return "SCALE"; in DrawTypeToString()
|
D | SkPictureFlat.h | 57 SCALE, enumerator
|
D | SkPicturePlayback.cpp | 1289 case SCALE: { in draw() 1813 case SCALE: { in dumpStream()
|
D | SkPictureRecord.cpp | 686 size_t initialOffset = this->addDraw(SCALE, &size); in recordScale()
|
/external/skia/src/core/ |
D | SkScan_AntiPath.cpp | 18 #define SCALE (1 << SHIFT) macro 19 #define MASK (SCALE - 1) 223 fb = SCALE - fb; in blitH() 321 xrite = SCALE; in blitRect() 335 SkASSERT(xleft <= SCALE); in blitRect() 344 xleft = SCALE - xleft; in blitRect() 547 fb = SCALE - fb; in blitH()
|
D | SkPicture.cpp | 91 case SCALE: return "SCALE"; in DrawTypeToString()
|
D | SkPictureFlat.h | 57 SCALE, enumerator
|
D | SkPicturePlayback.cpp | 1289 case SCALE: { in draw() 1813 case SCALE: { in dumpStream()
|
D | SkPictureRecord.cpp | 686 size_t initialOffset = this->addDraw(SCALE, &size); in recordScale()
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 103 #define SCALE(x) CV_FLT_TO_FIX((x),DCT_SCALE) macro 108 #define SCALE(x) (float)(x) macro 542 cfs[j] = SCALE(a); \ in icvCalcDCTMatrix() 543 cfs2[j] = SCALE(b); \ in icvCalcDCTMatrix() 549 cfs[0] = SCALE( scale ); in icvCalcDCTMatrix() 551 cfs[1] = SCALE( scale ); in icvCalcDCTMatrix()
|
/external/srec/srec/include/ |
D | pre_desc.h | 42 #define SCALE 1 /* Scaling the channels */ macro
|
/external/chromium_org/content/renderer/ |
D | skia_benchmarking_extension_unittest.cc | 87 EXPECT_EQ(cmd, SCALE); in TEST()
|
/external/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 61 case SCALE: return "Scale"; in GetCommandString() 898 : INHERITED(SCALE) { in SkScaleCommand()
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 61 case SCALE: return "Scale"; in GetCommandString() 898 : INHERITED(SCALE) { in SkScaleCommand()
|
/external/skia/tools/ |
D | filtermain.cpp | 325 if (SCALE != canvas->getDrawCommandAt(curCommand)->getType()) { in check_6()
|
/external/chromium_org/third_party/skia/tools/ |
D | filtermain.cpp | 325 if (SCALE != canvas->getDrawCommandAt(curCommand)->getType()) { in check_6()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 67393 http://www.rhul.ac.uk/Management/Research/SCALE/rhul.html
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 100018 SCALE S K EY1 L
|