Searched defs:index (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dsbr_decode_huff_cw.cpp42 The table entries are interpreted either as index to the next entry
138 Char index = 0; local
140 while (index >= 0)
143 index = h[index][bits];
146 return((Int32)index + 64); /* Add offset */
H A Dget_ele_list.cpp128 FOR (index = 0; index < elementCount; index++)
130 pElementList->ele_is_cpe[index] =
133 pElementList->ele_is_cpe[index] = 0;
136 pElementList->ele_tag[index] = getbits(LEN_TAG, pInputStream);
218 Int index; local
225 for (index = pElementList->num_ele; index > 0; index
[all...]
H A Dget_sbr_startfreq.cpp136 Int32 index; local
142 index = 0;
146 index = 1;
150 index = 2;
154 index = 3;
158 index = 4;
162 index = 4;
166 index = 4;
171 index = 5;
176 index
[all...]
H A Dpulse_nc.cpp132 index = pLongFrameInfo->win_sfb_top[0][pPulseInfo->pulse_start_sfb];
138 pCoef = &(Coef[index]);
140 FOR (index = pPulseInfo->number_pulse; index >= 0; index--)
230 Int index; local
242 index = pLongFrameInfo->win_sfb_top[0][pPulseInfo->pulse_start_sfb - 1];
246 index = 0;
250 Each pulse index is stored as an offset from the previous pulse
263 pCoef = &(coef[index]);
[all...]
/frameworks/base/core/java/android/database/
H A DCursorIndexOutOfBoundsException.java24 public CursorIndexOutOfBoundsException(int index, int size) { argument
25 super("Index " + index + " requested, with a size of " + size);
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardListClient.java34 * Notify the client that the <var>item</var> at <var>index</var> is now
37 * @param index The new history index
39 public void onIndexChanged(WebHistoryItem item, int index) { } argument
H A DCertTool.java51 static String getSignedPublicKey(Context context, int index, String challenge) { argument
54 generator.initialize((index == 0) ? 2048 : 1024);
H A DDateSorter.java80 * @return an index from 0 to (DAY_COUNT - 1) that identifies which
92 * @param index date bin index as returned by getIndex()
95 public String getLabel(int index) { argument
96 if (index < 0 || index >= DAY_COUNT) return "";
97 return mLabels[index];
102 * @param index date bin index as returned by getIndex()
103 * @return date boundary at given index
105 getBoundary(int index) argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dd2_11pf.cpp95 index -- Word16 -- Positions of the 2 pulses.
152 Word16 index, /* i : Positions of the 2 pulses. */
164 j = index & 0x1;
166 index >>= 1;
168 i = index & 0x7;
175 index >>= 3;
177 j = index & 0x3;
179 index >>= 2;
181 i = index & 0x7;
150 decode_2i40_11bits( Word16 sign, Word16 index, Word16 cod[] ) argument
H A Dd3_14pf.cpp101 index -- Word16 -- Positions of the 3 pulses.
158 Word16 index, /* i : Positions of the 3 pulses. */
169 i = index & 0x7;
177 index >>= 3;
179 j = index & 0x1;
181 index >>= 1;
183 i = index & 0x7;
191 index >>= 3;
193 j = index & 0x1;
195 index >>
156 decode_3i40_14bits( Word16 sign, Word16 index, Word16 cod[] ) argument
[all...]
H A Dd4_17pf.cpp121 index -- Word16 -- Positions of the 3 pulses.
178 Word16 index, /* i : Positions of the 4 pulses. */
199 i = index & 0x7;
206 index >>= 3;
208 i = index & 0x7;
216 index >>= 3;
218 i = index & 0x7;
228 index >>= 3;
230 j = index & 0x1;
232 index >>
176 decode_4i40_17bits( Word16 sign, Word16 index, Word16 cod[] ) argument
[all...]
H A Dd1035pf.cpp93 index = buffer containing index of 10 pulses; each element is
112 This function builds the innovative codevector from the received index of
130 Word16 index[], // (i) : index of 10 pulses (sign+position)
145 // compute index i
147 tmp = index[j];
166 // compute index i
168 i = index[add (j, 5)] & 7;
208 Word16 index[], /* (
207 dec_10i40_35bits( Word16 index[], Word16 cod[] ) argument
[all...]
H A Dd2_9pf.cpp119 index -- Word16 -- Positions of the 2 pulses.
178 Word16 index, /* i : Positions of the 2 pulses. */
192 j = (Word16)(index & 64);
196 i = index & 7;
210 index >>= 3;
212 i = index & 7;
175 decode_2i40_9bits( Word16 subNr, Word16 sign, Word16 index, Word16 cod[], Flag *pOverflow ) argument
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Ddec_acelp_2p_in_64.cpp47 int16 index, (i): 12 bits index
125 int16 index, /* (i): 12 bits index */
135 i = (index >> 5) & 0x003E;
137 if (((index >> 6) & NB_POS) == 0)
146 i = ((index & 0x001F) << 1) + 1;
148 if ((index & NB_POS) == 0)
124 dec_acelp_2p_in_64( int16 index, int16 code[] ) argument
/frameworks/compile/linkloader/include/
H A DELFSectionRelTable.h49 ELFRelocTy const *operator[](size_t index) const {
50 return table[index];
53 ELFRelocTy *operator[](size_t index) { argument
54 return table[index];
H A DELFSectionBits.h48 unsigned char &operator[](size_t index) { argument
49 return chunk[index];
52 unsigned char const &operator[](size_t index) const {
53 return chunk[index];
H A DELFSectionSymTab.h52 ELFSymbolTy const *operator[](size_t index) const {
53 return table[index];
56 ELFSymbolTy *operator[](size_t index) { argument
57 return table[index];
H A DMemChunk.h47 unsigned char &operator[](size_t index) { argument
48 return buf[index];
51 unsigned char const &operator[](size_t index) const {
52 return buf[index];
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Denc_lag6.cpp106 Word16 -- Return index of encoding
128 index = (T-17)*6 + frac - 3;
131 index = (T - 95) + 463; where T=[95..143]
142 index = (T-(t_min-1))*6 + frac - 3;
146 or 63 as the relative pitch index, it means that a transmission
186 Word16 Enc_lag6( /* o : Return index of encoding */
194 Word16 index; local
203 /* index = T0*6 - 105 + T0_frac */
206 index = add(i, T0_frac, pOverflow);
210 index
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Copy16x16.c60 OMX_INT count,index, x, y; local
71 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
73 for (x = 0; x < 16; x++, count++, index++)
75 pDst[index] = pSrc[count];
H A DomxVCCOMM_Copy8x8.c60 OMX_INT count,index, x, y; local
71 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
73 for (x = 0; x < 8; x++, count++, index++)
75 pDst[index] = pSrc[count];
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { argument
/frameworks/compile/linkloader/include/impl/
H A DELFReloc.hxx28 ELFReloc_CRTP<Bitwidth>::readRela(Archiver &AR, size_t index) { argument
47 // Set the section header index
48 sh->index = index;
56 ELFReloc_CRTP<Bitwidth>::readRel(Archiver &AR, size_t index) { argument
75 // Set the section header index
76 sh->index = index;
H A DELFSectionHeader.hxx36 size_t index) {
56 // Set the section header index
57 sh->index = index;
34 read(Archiver &AR, ELFObjectTy const *owner, size_t index) argument
/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java61 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
67 super.addView(child, index, params);

Completed in 1591 milliseconds

1234567891011>>