Searched refs:pos2 (Results 1 – 11 of 11) sorted by relevance
53 Word16 pos2, /* (i) position of the pulse 2 */ in quant_2p_2N1() argument62 if (((pos2 ^ pos1) & NB_POS) == 0) in quant_2p_2N1()65 if(pos1 <= pos2) /* ((pos1 - pos2) <= 0) */ in quant_2p_2N1()68 index = L_deposit_l(add1((((Word16) (pos1 & mask)) << N), ((Word16) (pos2 & mask)))); in quant_2p_2N1()72 index = L_deposit_l(add1((((Word16) (pos2 & mask)) << N), ((Word16) (pos1 & mask)))); in quant_2p_2N1()82 if (vo_sub((Word16) (pos1 & mask), (Word16) (pos2 & mask)) <= 0) in quant_2p_2N1()85 index = L_deposit_l(add1((((Word16) (pos2 & mask)) << N), ((Word16) (pos1 & mask)))); in quant_2p_2N1()86 if ((pos2 & NB_POS) != 0) in quant_2p_2N1()94 index = L_deposit_l(add1((((Word16) (pos1 & mask)) << N), ((Word16) (pos2 & mask)))); in quant_2p_2N1()108 Word16 pos2, /* (i) position of the pulse 2 */ in quant_3p_3N1() argument[all …]
56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; in ACELP_2t64_fx() local169 pos2 = MSIZE - 2; in ACELP_2t64_fx()175 p0 = &rrixiy[pos2]; in ACELP_2t64_fx()200 pos2--; in ACELP_2t64_fx()
212 Word16 i, j, pos1, pos2; in dec_10i40_35bits() local252 pos2 = i + j; /* position of pulse "j+5" */ in dec_10i40_35bits()255 if (pos2 < pos1) in dec_10i40_35bits()259 *(cod + pos2) += sign; in dec_10i40_35bits()
567 Word16 pos2; in dec_8i40_31bits() local609 pos2 = (linear_codewords[j + 4] << 2) + j; in dec_8i40_31bits()612 if (pos2 < pos1) in dec_8i40_31bits()617 if (pos2 < L_SUBFR) in dec_8i40_31bits()619 cod[pos2] += sign; /* avoid buffer overflow */ in dec_8i40_31bits()
36 Word16 pos2, /* (i) position of the pulse 2 */41 Word16 pos2, /* (i) position of the pulse 2 */47 Word16 pos2, /* (i) position of the pulse 2 */
53 BinaryTree<int>::iterator pos2 = mergeTree->root(); in TEST_F() local54 mergeTree->join<TreeIteratorBase::Rightward>(pos2, 1); in TEST_F()55 --pos2; in TEST_F()56 mergeTree->join<TreeIteratorBase::Rightward>(pos2, 1); in TEST_F()57 mergeTree->join<TreeIteratorBase::Leftward>(pos2, 1); in TEST_F()94 BinaryTree<int>::iterator pos2 = mergeTree->root(); in TEST_F() local95 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee); in TEST_F()106 BinaryTree<int>::iterator pos2 = mergeTree->root(); in TEST_F() local108 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee); in TEST_F()
147 int16 pos1, pos2, tmp; in dec_2p_2N1() local158 pos2 = add_int16((int16)(index & mask), offset); /* pos2 = ((index & mask) + offset); */ in dec_2p_2N1()160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */ in dec_2p_2N1()168 pos2 += NB_POS; /* pos2 += NB_POS; */ in dec_2p_2N1()176 pos2 += NB_POS; /* pos2 += NB_POS; */ in dec_2p_2N1()181 pos[1] = pos2; in dec_2p_2N1()
116 void changeTest(int pos1, int pos2, int mode) { in changeTest() argument121 final int[] index = new int[] { pos1, pos2 }; in changeTest()
295 int pos2 = random.nextInt(count); in shuffle() local296 if (pos1 != pos2) { in shuffle()298 items[pos1] = items[pos2]; in shuffle()299 items[pos2] = temp; in shuffle()
2136 int pos2 = descriptor.indexOf('/', pos + 1); in parse() local2137 if (pos2 < pos + 2 || pos2 + 1 == descriptor.length()) { in parse()2143 result.receiverName = descriptor.substring(pos + 1, pos2); in parse()2144 result.keyboardLayoutName = descriptor.substring(pos2 + 1); in parse()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...