Searched refs:balance (Results 1 - 25 of 64) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSoundMediaHeaderBox.java27 private float balance; field in class:SoundMediaHeaderBox
34 return balance;
44 balance = IsoTypeReader.readFixedPoint88(content);
51 IsoTypeWriter.writeFixedPont88(byteBuffer, balance);
56 return "SoundMediaHeaderBox[balance=" + getBalance() + "]";
/external/speex/libspeex/
H A Dstereo.c44 spx_word32_t balance; /**< Left/right balance info */ member in struct:RealSpeexStereoState
86 stereo->balance = 65536;
93 stereo->balance = 1.0f;
112 float balance, e_ratio; local
120 balance=(e_left+1)/(e_right+1);
127 balance=4*log(balance);
130 if (balance>0)
134 balance
150 spx_word32_t balance, e_ratio; local
224 spx_word32_t balance; local
251 spx_word32_t balance; local
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DBaseMediaInfoAtom.java16 short balance; field in class:BaseMediaInfoAtom
35 byteBuffer.putShort(balance);
46 balance = content.getShort();
84 return balance;
87 public void setBalance(short balance) { argument
88 this.balance = balance;
106 ", balance=" + balance +
/external/valgrind/main/coregrind/
H A Dm_oset.c100 Char balance; member in struct:_OSetNode
200 // Swing to the left. Warning: no balance maintainance.
210 // Swing to the right. Warning: no balance maintainance.
223 switch (root->balance) {
225 root->left->balance = 0;
226 root->right->balance = 1;
229 root->left->balance =-1;
230 root->right->balance = 0;
233 root->left->balance = 0;
234 root->right->balance
[all...]
H A Dm_wordfm.c69 Char balance; /* do not make this unsigned */ member in struct:_AvlNode
96 /* Swing to the left. Warning: no balance maintainance. */
106 /* Swing to the right. Warning: no balance maintainance. */
119 switch (root->balance) {
121 root->child[0]->balance = 0;
122 root->child[1]->balance = 1;
125 root->child[0]->balance = -1;
126 root->child[1]->balance = 0;
129 root->child[0]->balance = 0;
130 root->child[1]->balance
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DBstBalancePolicy.java36 N balance(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right); method in interface:BstBalancePolicy
H A DBstCountBasedBalancePolicies.java44 * Returns a balance policy that does no balancing or the bare minimum (for {@code combine}).
51 public N balance(
75 * Returns a balance policy that expects the sizes of each side to be at most one node (added or
76 * removed) away from being balanced. {@code balance} takes {@code O(1)} time, and {@code
84 public N balance(
155 * Returns a balance policy that makes no assumptions on the relative balance of the two sides
156 * and performs a full rebalancing as necessary. Both {@code balance} and {@code combine} take
166 public N balance(
176 N resultLeft = balance(nodeFactor
[all...]
H A DBstOperations.java65 * the tree will be rebalanced using the balance policy of the mutation rule.
145 changedRoot = rebalancePolicy.balance(
206 return balancePolicy.balance(nodeFactory, root,
224 return balancePolicy.balance(nodeFactory, root, root.childOrNull(LEFT),
H A DBstMutationResult.java149 balancePolicy.balance(nodeFactory, liftOriginalRoot, resultLeft, resultRight);
H A DBstRangeOps.java72 * the specified range, using the specified balance policy. Assumes that the tree satisfies the
114 return balancePolicy.balance(nodeFactory, root, left, right);
/external/speex/include/speex/
H A Dspeex_stereo.h51 float balance; /**< Left/right balance info */ member in struct:SpeexStereoState
/external/valgrind/main/cachegrind/
H A Dcg_merge.c972 Char balance; member in struct:_AvlNode
998 /* Swing to the left. Warning: no balance maintainance. */
1008 /* Swing to the right. Warning: no balance maintainance. */
1021 switch (root->balance) {
1023 root->left->balance = 0;
1024 root->right->balance = 1;
1027 root->left->balance = -1;
1028 root->right->balance = 0;
1031 root->left->balance = 0;
1032 root->right->balance
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractBstBalancePolicyTest.java38 assertInOrderTraversalIs(getBalancePolicy().balance(nodeFactory, a, null, null), "a");
42 return getBalancePolicy().balance(nodeFactory, new SimpleNode(c, null, null), left, right);
H A DBstOperationsTest.java111 expect(balancePolicy.balance(
118 expect(balancePolicy.balance(
125 balancePolicy.balance(same(nodeFactory), withKey('d'), same(bWithC), same(f)))
256 balancePolicy.balance(same(nodeFactory), withKey('b'), (SimpleNode) isNull(),
262 balancePolicy.balance(same(nodeFactory), withKey('d'), same(leafB), same(f)))
H A DBstTesting.java75 public SimpleNode balance(BstNodeFactory<SimpleNode> nodeFactory, SimpleNode source,
/external/v8/src/
H A Ddateparser.h134 int balance = 0; local
136 if (ch_ == ')') --balance;
137 else if (ch_ == '(') ++balance;
139 } while (balance > 0 && ch_);
/external/aac/libSBRenc/src/
H A Dbit_sbr.h210 INT balance; member in struct:SBR_ENV_DATA
H A Denv_est.cpp297 \brief Quantisation of the panorama value (balance)
1324 h_envChan[0]->encEnvData.balance = 0;
1335 h_envChan[0]->encEnvData.balance = 0;
1336 h_envChan[1]->encEnvData.balance = 0;
1354 h_envChan[0]->encEnvData.balance = 0;
1355 h_envChan[1]->encEnvData.balance = 1;
1458 h_envChan[0]->encEnvData.balance = 0;
1459 h_envChan[1]->encEnvData.balance = 0;
1564 h_envChan[0]->encEnvData.balance = 0;
1565 h_envChan[1]->encEnvData.balance
[all...]
H A Dbit_sbr.cpp799 if (coupling && sbrEnvData->balance) {
811 if (sbrEnvData->balance) {
812 /* coupling && balance */
819 /* coupling && !balance */
840 if (sbrEnvData->balance) {
841 /* coupling && balance */
848 /* coupling && !balance */
887 if (coupling && sbrEnvData->balance) {
896 if (coupling && sbrEnvData->balance) {
902 if (sbrEnvData->balance) {
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/
H A DSDL_umsaudio.c70 static UMSAudioDevice_ReturnCode UADSetBalance(_THIS, long balance );
478 static UMSAudioDevice_ReturnCode UADSetBalance(_THIS, long balance )
481 * Set the balance.
486 balance );
/external/webkit/Source/JavaScriptCore/wtf/
H A DAVLTree.h495 handle balance(handle bal_h)
673 unbal = balance(unbal);
892 h = balance(h);
/external/kernel-headers/original/linux/
H A Dvideodev.h132 __u16 balance; /* Stereo balance */ member in struct:video_audio
/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h151 ** need these fields. The "balance" function does not explicitly use
153 ** structure pointer to "balance" if it has instantiation-specific
155 ** "balance".
198 /* Put the private balance function in the same compilation module as
204 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h) function
455 unbal = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX unbal);
562 /* Prototype of balance function (called by remove) in case not in
565 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h);
761 h = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX h);
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c302 * * BALANCE - balance is supported
303 * * BALANCE_DELAY - balance delay is supported
468 paud_change.balance = 0x3fffffff; /* the new balance */
469 paud_change.balance_delay = AUDIO_IGNORE; /* the new balance delay */
/external/quake/
H A DNOTICE230 any particular circumstance, the balance of the section is intended to
575 any particular circumstance, the balance of the section is intended to

Completed in 457 milliseconds

123