Searched refs:L_CODE (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h.cpp144 L_CODE
146 matrix dimension is L_CODE by L_CODE
189 Word16 rr[][L_CODE] // (o) : matrix of autocorrelation
192 Word16 i, j, k, dec, h2[L_CODE];
198 for (i = 0; i < L_CODE; i++)
204 for (i = 0; i < L_CODE; i++)
215 for (i = 0; i < L_CODE; i++)
223 i = L_CODE - 1;
224 for (k = 0; k < L_CODE;
[all...]
H A Dcor_h.h84 Word16 rr[][L_CODE], /* (o) : matrix of autocorrelation */
H A Dcor_h_x.cpp124 length is L_CODE
189 Word32 s, y32[L_CODE], max, tot;
198 for (i = k; i < L_CODE; i += step)
201 for (j = i; j < L_CODE; j++)
215 for (i = 0; i < L_CODE; i++)
257 Word32 y32[L_CODE];
270 for (i = k; i < L_CODE; i += STEP) /* L_CODE = 40; STEP = 5 */
276 for (j = (L_CODE - i - 1) >> 1; j != 0; j--)
284 if (!((L_CODE
[all...]
H A Dc2_9pf.cpp123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
252 Word16 dn[L_CODE], dn2[L_CODE], dn_sign[L_CODE];
253 Word16 rr[L_CODE][L_CODE];
257 if (sub(T0, L_CODE) < 0)
258 for (i = T0; i < L_CODE; i++) {
272 if (sub(T0, L_CODE) < 0)
273 for (i = T0; i < L_CODE;
[all...]
H A Dcor_h_x2.cpp113 length is L_CODE
173 Word32 s, y32[L_CODE], max, tot;
182 for (i = k; i < L_CODE; i += step)
185 for (j = i; j < L_CODE; j++)
199 for (i = 0; i < L_CODE; i++)
243 Word32 y32[L_CODE];
253 for (i = k; i < L_CODE; i += step)
257 for (j = i; j < L_CODE; j++)
276 for (i = 0; i < L_CODE; i++)
H A Ds10_8pf.h115 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
H A Dc2_11pf.cpp123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
240 Word16 dn[L_CODE];
241 Word16 dn2[L_CODE];
242 Word16 dn_sign[L_CODE];
244 Word16 rr[L_CODE][L_CODE];
253 if (T0 < L_CODE)
255 for (i = T0; i < L_CODE; i++)
314 if (T0 < L_CODE)
316 for (i = T0; i < L_CODE;
[all...]
H A Dset_sign.cpp182 for (i = 0; i < L_CODE; i++) {
202 for (j = i; j < L_CODE; j += STEP)
256 for (i = L_CODE - 1; i >= 0; i--)
281 for (j = i; j < L_CODE; j += STEP)
370 Word16 en[L_CODE]; // correlation vector
380 for (i = 0; i < L_CODE; i++)
388 for (i = 0; i < L_CODE; i++)
395 for (i = 0; i < L_CODE; i++)
420 for (j = i; j < L_CODE; j += step)
505 Word16 en[L_CODE]; /* correlatio
[all...]
H A Dc4_17pf.cpp103 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
225 Word16 dn[L_CODE];
226 Word16 dn2[L_CODE];
227 Word16 dn_sign[L_CODE];
229 Word16 rr[L_CODE][L_CODE];
237 if (T0 < L_CODE)
239 for (i = T0; i < L_CODE; i++)
297 tempWord = T0 - L_CODE;
301 for (i = T0; i < L_CODE;
[all...]
H A Dc3_14pf.cpp94 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
215 Word16 dn[L_CODE];
216 Word16 dn2[L_CODE];
217 Word16 dn_sign[L_CODE];
218 Word16 rr[L_CODE][L_CODE];
227 if (T0 < L_CODE)
229 for (i = T0; i < L_CODE; i++)
287 if (T0 < L_CODE)
289 for (i = T0; i < L_CODE;
[all...]
H A Dc1035pf.cpp275 for (i = 0; i < L_CODE; i++)
356 for (i = 0; i < L_CODE; i++)
419 memset(cod, 0, L_CODE*sizeof(*cod));
510 for (i = L_CODE; i != 0; i--)
603 Word16 dn[L_CODE], sign[L_CODE];
604 Word16 rr[L_CODE][L_CODE], i;
659 Word16 dn[L_CODE], sign[L_CODE];
[all...]
H A Ds10_8pf.cpp184 Word16 rr[][L_CODE], // i : matrix of autocorrelation
194 Word16 rrv[L_CODE];
236 for (i3 = ipos[3]; i3 < L_CODE; i3 += step)
238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE
251 for (i2 = ipos[2]; i2 < L_CODE; i2 += step)
256 // index incr= step+L_CODE
265 for (i3 = ipos[3]; i3 < L_CODE; i3 += step)
302 for (i5 = ipos[5]; i5 < L_CODE; i5 += step)
319 for (i4 = ipos[4]; i4 < L_CODE; i4 += step)
329 for (i5 = ipos[5]; i5 < L_CODE; i
[all...]
H A Dc8_31pf.cpp221 for (i = 0; i < L_CODE; i++)
310 for (i = 0; i < L_CODE; i++)
368 } /* for (i = 0; i < L_CODE; i++) */
762 Word16 dn[L_CODE];
763 Word16 sign[L_CODE];
765 Word16 rr[L_CODE][L_CODE];
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddec_acelp_2p_in_64.cpp95 #define L_CODE 64 /* codevector length */ macro
131 pv_memset(code, 0, L_CODE*sizeof(*code));
H A Ddec_acelp_4p_in_64.cpp110 #define L_CODE 64 /* codevector length */ macro
162 pv_memset(code, 0, L_CODE*sizeof(*code));
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dcnst.h70 #define L_CODE 40 /* codevector length */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd1035pf.cpp136 for (i = 0; i < L_CODE; i++)
215 for (i = 0; i < L_CODE; i++)
H A Dd8_31pf.cpp573 for (i = 0; i < L_CODE; i++)

Completed in 169 milliseconds