Searched refs:pos2 (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dq_pulse.h36 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 */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd1035pf.cpp134 Word16 i, j, pos1, pos2, sign, tmp;
172 pos2 = add (i, j); // position of pulse "j+5"
174 if (sub (pos2, pos1) < 0)
178 cod[pos2] = add (cod[pos2], sign);
212 Word16 i, j, pos1, pos2; local
252 pos2 = i + j; /* position of pulse "j+5" */
255 if (pos2 < pos1)
259 *(cod + pos2) += sign;
H A Dd8_31pf.cpp567 Word16 pos2; local
609 pos2 = (linear_codewords[j + 4] << 2) + j;
612 if (pos2 < pos1)
617 if (pos2 < L_SUBFR)
619 cod[pos2] += sign; /* avoid buffer overflow */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dq_pulse.c53 Word16 pos2, /* (i) position of the pulse 2 */
62 if (((pos2 ^ pos1) & NB_POS) == 0)
65 if(pos1 <= pos2) /* ((pos1 - pos2) <= 0) */
67 /* index = ((pos1 & mask) << N) + (pos2 & mask); */
68 index = L_deposit_l(add1((((Word16) (pos1 & mask)) << N), ((Word16) (pos2 & mask))));
71 /* ((pos2 & mask) << N) + (pos1 & mask); */
72 index = L_deposit_l(add1((((Word16) (pos2 & mask)) << N), ((Word16) (pos1 & mask))));
82 if (vo_sub((Word16) (pos1 & mask), (Word16) (pos2 & mask)) <= 0)
84 /* index = ((pos2
51 quant_2p_2N1( Word16 pos1, Word16 pos2, Word16 N) argument
106 quant_3p_3N1( Word16 pos1, Word16 pos2, Word16 pos3, Word16 N) argument
147 quant_4p_4N1( Word16 pos1, Word16 pos2, Word16 pos3, Word16 pos4, Word16 N) argument
[all...]
H A Dc2t64fx.c56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
169 pos2 = MSIZE - 2;
175 p0 = &rrixiy[pos2];
200 pos2--;
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java69 public void swap(int pos1, int pos2) { argument
71 mValues.set(pos1, mValues.get(pos2));
72 mValues.set(pos2, tmp);
74 notifyItemInserted(pos2);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java69 public void swap(int pos1, int pos2) { argument
71 mValues.set(pos1, mValues.get(pos2));
72 mValues.set(pos2, tmp);
74 notifyItemInserted(pos2);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddec_alg_codebook.cpp147 int16 pos1, pos2, tmp; local
158 pos2 = add_int16((int16)(index & mask), offset); /* pos2 = ((index & mask) + offset); */
160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */
168 pos2 += NB_POS; /* pos2 += NB_POS; */
176 pos2 += NB_POS; /* pos2 += NB_POS; */
181 pos[1] = pos2;
[all...]
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp53 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
54 mergeTree->join<TreeIteratorBase::Rightward>(pos2, 1);
55 --pos2;
56 mergeTree->join<TreeIteratorBase::Rightward>(pos2, 1);
57 mergeTree->join<TreeIteratorBase::Leftward>(pos2, 1);
94 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
95 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee);
106 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
108 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java116 void changeTest(int pos1, int pos2, int mode) { argument
121 final int[] index = new int[] { pos1, pos2 };
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java294 int pos2 = random.nextInt(count);
295 if (pos1 != pos2) {
297 items[pos1] = items[pos2];
298 items[pos2] = temp;
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2193 int pos2 = descriptor.indexOf('/', pos + 1);
2194 if (pos2 < pos + 2 || pos2 + 1 == descriptor.length()) {
2200 result.receiverName = descriptor.substring(pos + 1, pos2);
2201 result.keyboardLayoutName = descriptor.substring(pos2 + 1);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2676 milliseconds