/external/speex/libspeex/ |
D | stereo.c | 44 spx_word32_t balance; /**< Left/right balance info */ member 86 stereo->balance = 65536; in speex_stereo_state_reset() 93 stereo->balance = 1.0f; in speex_stereo_state_reset() 112 float balance, e_ratio; in speex_encode_stereo() local 120 balance=(e_left+1)/(e_right+1); in speex_encode_stereo() 127 balance=4*log(balance); in speex_encode_stereo() 130 if (balance>0) in speex_encode_stereo() 134 balance=floor(.5+fabs(balance)); in speex_encode_stereo() 135 if (balance>30) in speex_encode_stereo() 136 balance=31; in speex_encode_stereo() [all …]
|
/external/valgrind/coregrind/ |
D | m_wordfm.c | 69 Char balance; /* do not make this unsigned */ member 119 switch (root->balance) { in avl_nasty() 121 root->child[0]->balance = 0; in avl_nasty() 122 root->child[1]->balance = 1; in avl_nasty() 125 root->child[0]->balance = -1; in avl_nasty() 126 root->child[1]->balance = 0; in avl_nasty() 129 root->child[0]->balance = 0; in avl_nasty() 130 root->child[1]->balance = 0; in avl_nasty() 135 root->balance=0; in avl_nasty() 171 a->balance = 0; in avl_insert_wrk() [all …]
|
D | m_oset.c | 101 Char balance; member 226 switch (root->balance) { in avl_nasty() 228 root->left->balance = 0; in avl_nasty() 229 root->right->balance = 1; in avl_nasty() 232 root->left->balance =-1; in avl_nasty() 233 root->right->balance = 0; in avl_nasty() 236 root->left->balance = 0; in avl_nasty() 237 root->right->balance = 0; in avl_nasty() 239 root->balance = 0; in avl_nasty() 476 switch (t->root->balance--) { in avl_insert() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
D | BaseMediaInfoAtom.java | 16 short balance; field in BaseMediaInfoAtom 35 byteBuffer.putShort(balance); in getContent() 46 balance = content.getShort(); in _parseDetails() 84 return balance; in getBalance() 87 public void setBalance(short balance) { in setBalance() argument 88 this.balance = balance; in setBalance() 106 ", balance=" + balance + in toString()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 983 Char balance; member 1032 switch (root->balance) { in avl_nasty() 1034 root->left->balance = 0; in avl_nasty() 1035 root->right->balance = 1; in avl_nasty() 1038 root->left->balance = -1; in avl_nasty() 1039 root->right->balance = 0; in avl_nasty() 1042 root->left->balance = 0; in avl_nasty() 1043 root->right->balance = 0; in avl_nasty() 1048 root->balance=0; in avl_nasty() 1075 a->balance = 0; in avl_insert_wrk() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | SoundMediaHeaderBox.java | 27 private float balance; field in SoundMediaHeaderBox 34 return balance; in getBalance() 44 balance = IsoTypeReader.readFixedPoint88(content); in _parseDetails() 51 IsoTypeWriter.writeFixedPont88(byteBuffer, balance); in getContent()
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.man | 8 kernel support. The \fBqueue-balance\fP option was added in Linux 2.6.31, 15 \fB\-\-queue\-balance\fP \fIvalue\fP\fB:\fP\fIvalue\fP 18 queues x, x+1, .. x+n and use "\-\-queue\-balance \fIx\fP\fB:\fP\fIx+n\fP". 30 \fB--queue-balance\fP this will use the CPU ID as an index to map packets to 32 per CPU. This requires \fB--queue-balance\fP to be specified.
|
D | libxt_rateest.man | 88 iptables \-t mangle \-A balance \-m conntrack \-\-ctstate NEW \-m helper \-\-helper ftp 92 iptables \-t mangle \-A balance \-m conntrack \-\-ctstate NEW \-m helper \-\-helper ftp 96 iptables \-t mangle \-A balance \-j CONNMARK \-\-restore\-mark
|
/external/opencv3/modules/ts/misc/ |
D | chart.py | 51 balance = 0 58 balance += 1 62 balance -= 1 64 assert(balance >= 0) 65 if balance == 0:
|
/external/libopus/celt/ |
D | rate.c | 262 opus_int32 balance; in interp_bits2pulses() local 429 balance = 0; in interp_bits2pulses() 440 bit = (opus_int32)bits[j]+balance; in interp_bits2pulses() 502 fine_priority[j] = extra_bits >= excess-balance; in interp_bits2pulses() 505 balance = excess; in interp_bits2pulses() 512 *_balance = balance; in interp_bits2pulses() 527 …opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM,… in compute_allocation() argument 633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in compute_allocation()
|
D | rate.h | 99 …opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM,…
|
D | bands.h | 104 … opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
|
/external/opencv3/modules/python/src2/ |
D | hdr_parser.py | 53 balance = 1 60 balance += 1 62 balance -= 1 63 if balance == 0: 491 balance = 1 498 while balance > 0: 511 balance += 1 513 balance -= 1 515 if (t == "," and balance == 1 and angle_balance == 0) or balance == 0:
|
/external/v8/src/ |
D | dateparser-inl.h | 224 int balance = 0; in SkipParentheses() local 226 if (ch_ == ')') --balance; in SkipParentheses() 227 else if (ch_ == '(') ++balance; in SkipParentheses() 229 } while (balance > 0 && ch_); in SkipParentheses()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/ |
D | DynamicTreeFlatNodes.java | 365 int balance = MathUtils.abs(m_height[child2] - m_height[child1]); in getMaxBalance() local 366 maxBalance = MathUtils.max(maxBalance, balance); in getMaxBalance() 589 index = balance(index); in insertLeaf() 635 index = balance(index); in removeLeaf() 656 private int balance(int iA) { in balance() method in DynamicTreeFlatNodes 672 int balance = m_height[C] - m_height[B]; in balance() local 675 if (balance > 1) { in balance() 727 if (balance < -1) { in balance()
|
D | DynamicTree.java | 365 int balance = MathUtils.abs(child2.height - child1.height); in getMaxBalance() local 366 maxBalance = MathUtils.max(maxBalance, balance); in getMaxBalance() 603 index = balance(index); in insertLeaf() 647 index = balance(index); in removeLeaf() 668 private DynamicTreeNode balance(DynamicTreeNode iA) { in balance() method in DynamicTree 684 int balance = C.height - B.height; in balance() local 687 if (balance > 1) { in balance() 739 if (balance < -1) { in balance()
|
/external/aac/libSBRenc/src/ |
D | env_est.cpp | 1482 h_envChan[0]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1493 h_envChan[0]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1494 h_envChan[1]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1512 h_envChan[0]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1513 h_envChan[1]->encEnvData.balance = 1; in FDKsbrEnc_extractSbrEnvelope2() 1616 h_envChan[0]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1617 h_envChan[1]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1722 h_envChan[0]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() 1723 h_envChan[1]->encEnvData.balance = 1; in FDKsbrEnc_extractSbrEnvelope2() 1755 h_envChan[0]->encEnvData.balance = 0; in FDKsbrEnc_extractSbrEnvelope2() [all …]
|
D | bit_sbr.cpp | 797 if (coupling && sbrEnvData->balance) { in writeNoiseLevelData() 809 if (sbrEnvData->balance) { in writeNoiseLevelData() 838 if (sbrEnvData->balance) { in writeNoiseLevelData() 885 if (coupling && sbrEnvData->balance) { in writeEnvelopeData() 894 if (coupling && sbrEnvData->balance) { in writeEnvelopeData() 900 if (sbrEnvData->balance) { in writeEnvelopeData()
|
D | bit_sbr.h | 205 INT balance; member
|
/external/ImageMagick/MagickCore/ |
D | splay-tree.c | 95 balance; member 287 splay_tree->balance=MagickFalse; in BalanceSplayTree() 298 splay_tree->balance=MagickFalse; in BalanceSplayTree() 1114 splay_tree->balance=MagickFalse; in NewSplayTree() 1404 splay_tree->balance=MagickFalse; in ResetSplayTree() 1505 splay_tree->balance=MagickTrue; in Splay() 1509 if ((n != *node) || (splay_tree->balance != MagickFalse)) in Splay() 1585 if (splay_tree->balance != MagickFalse) in SplaySplayTree() 1590 if (splay_tree->balance != MagickFalse) in SplaySplayTree()
|
/external/speex/include/speex/ |
D | speex_stereo.h | 51 float balance; /**< Left/right balance info */ member
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | Companion.h | 131 void balance(); 211 void companion<_Scalar,_Deg>::balance() in balance() function
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
D | b2DynamicTree.cpp | 398 int32 balance = C->height - B->height; in Balance() local 401 if (balance > 1) in Balance() 461 if (balance < -1) in Balance() 690 int32 balance = b2Abs(m_nodes[child2].height - m_nodes[child1].height); in GetMaxBalance() local 691 maxBalance = b2Max(maxBalance, balance); in GetMaxBalance()
|
/external/opencv3/modules/calib3d/test/ |
D | test_fisheye.cpp | 119 double balance = 1.0; in TEST_F() local 120 …::estimateNewCameraMatrixForUndistortRectify(K, D, distorted.size(), cv::noArray(), newK, balance); in TEST_F() 130 double balance = 0.0; in TEST_F() local 131 …::estimateNewCameraMatrixForUndistortRectify(K, D, distorted.size(), cv::noArray(), newK, balance); in TEST_F() 404 double balance = 0.0, fov_scale = 1.1; in TEST_F() local 407 cv::CALIB_ZERO_DISPARITY, requested_size, balance, fov_scale); in TEST_F()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRRewriteRuleElementStream.m | 159 singleElement = nil; // balance previous retain in initializer/addElement 179 singleElement = nil; // balance previous retain in initializer/addElement
|