Searched defs:balance (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_stereo.h51 float balance; /**< Left/right balance info */ member in struct:SpeexStereoState
/external/speex/include/speex/
H A Dspeex_stereo.h51 float balance; /**< Left/right balance info */ member in struct:SpeexStereoState
/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
/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/chromium_org/third_party/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/eigen/unsupported/Eigen/src/Polynomials/
H A DCompanion.h108 * the column and the row in order to balance them.
117 * the column and the row in order to balance them.
131 void balance();
211 void companion<_Scalar,_Deg>::balance() function in class:Eigen::internal::companion
/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/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/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h153 ** need these fields. The "balance" function does not explicitly use
155 ** structure pointer to "balance" if it has instantiation-specific
157 ** "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
412 unbal = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX unbal);
509 /* Prototype of balance function (called by remove) in case not in
512 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h);
684 h = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX h);
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h153 ** need these fields. The "balance" function does not explicitly use
155 ** structure pointer to "balance" if it has instantiation-specific
157 ** "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
412 unbal = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX unbal);
509 /* Prototype of balance function (called by remove) in case not in
512 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h);
684 h = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX h);
/external/aac/libSBRenc/src/
H A Dbit_sbr.h205 INT balance; member in struct:SBR_ENV_DATA
/external/chromium_org/third_party/opus/src/celt/
H A Drate.c262 opus_int32 balance; local
429 balance = 0;
440 bit = (opus_int32)bits[j]+balance;
502 fine_priority[j] = extra_bits >= excess-balance;
505 balance = excess;
512 *_balance = balance;
527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth)
633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv,
526 compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo, opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
H A Dcelt_decoder.c688 opus_int32 balance; local
889 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses,
900 len*(8<<BITRES)-anti_collapse_rsv, balance, dec, LM, codedBands, &st->rng);
H A Dbands.c1358 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int LM, int codedBands, opus_uint32 *seed)
1426 balance -= tell;
1431 curr_balance = balance / IMIN(3, codedBands-i);
1509 balance += pulses[i] + tell;
1355 quant_all_bands(int encode, const CELTMode *m, int start, int end, celt_norm *X_, celt_norm *Y_, unsigned char *collapse_masks, const celt_ener *bandE, int *pulses, int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res, opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int LM, int codedBands, opus_uint32 *seed) argument
H A Dcelt_encoder.c1288 opus_int32 balance; local
1954 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses,
1967 nbCompressedBytes*(8<<BITRES)-anti_collapse_rsv, balance, enc, LM, codedBands, &st->rng);
/external/chromium_org/v8/src/
H A Ddateparser.h111 int balance = 0; local
113 if (ch_ == ')') --balance;
114 else if (ch_ == '(') ++balance;
116 } while (balance > 0 && ch_);
/external/libopus/celt/
H A Drate.c262 opus_int32 balance; local
429 balance = 0;
440 bit = (opus_int32)bits[j]+balance;
502 fine_priority[j] = extra_bits >= excess-balance;
505 balance = excess;
512 *_balance = balance;
527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth)
633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv,
526 compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo, opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
H A Dcelt_decoder.c688 opus_int32 balance; local
889 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses,
900 len*(8<<BITRES)-anti_collapse_rsv, balance, dec, LM, codedBands, &st->rng);
H A Dbands.c1358 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int LM, int codedBands, opus_uint32 *seed)
1426 balance -= tell;
1431 curr_balance = balance / IMIN(3, codedBands-i);
1509 balance += pulses[i] + tell;
1355 quant_all_bands(int encode, const CELTMode *m, int start, int end, celt_norm *X_, celt_norm *Y_, unsigned char *collapse_masks, const celt_ener *bandE, int *pulses, int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res, opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int LM, int codedBands, opus_uint32 *seed) argument
H A Dcelt_encoder.c1288 opus_int32 balance; local
1954 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses,
1967 nbCompressedBytes*(8<<BITRES)-anti_collapse_rsv, balance, enc, LM, codedBands, &st->rng);
/external/valgrind/main/coregrind/
H A Dm_oset.c101 Char balance; member in struct:_OSetNode
203 // Swing to the left. Warning: no balance maintainance.
213 // Swing to the right. Warning: no balance maintainance.
226 switch (root->balance) {
228 root->left->balance = 0;
229 root->right->balance = 1;
232 root->left->balance =-1;
233 root->right->balance = 0;
236 root->left->balance = 0;
237 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/valgrind/main/cachegrind/
H A Dcg_merge.c970 Char balance; member in struct:_AvlNode
996 /* Swing to the left. Warning: no balance maintainance. */
1006 /* Swing to the right. Warning: no balance maintainance. */
1019 switch (root->balance) {
1021 root->left->balance = 0;
1022 root->right->balance = 1;
1025 root->left->balance = -1;
1026 root->right->balance = 0;
1029 root->left->balance = 0;
1030 root->right->balance
[all...]
/external/stlport/stlport/stl/
H A D_rope.h992 ~_Rope_iterator() { //*TY 5/6/00 - added dtor to balance reference count
1332 // Used only by balance.
1541 void balance() { function in class:rope
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5578 #define NB (NN*2+1) /* Total pages involved in the balance */
5583 ** This version of balance() handles the common special case where
5588 ** Instead of trying to balance the 3 right-most leaf pages, just add
5808 ** balancing routine to fix this problem (see the balance() routine).
5880 /* Find the sibling pages to balance. Also locate the cells in pParent
6084 ** to adjust the packing of siblings to get a better balance.
6087 ** be so out of balance as to be illegal. For example, the right-most
6290 ** b-tree structure by one. This is described as the "balance-shallower"
6505 static int balance(BtCursor *pCur){ function
6523 ** next iteration of the do-loop will balance th
[all...]

Completed in 1051 milliseconds

12