HomeSort by relevance Sort by last modified time
    Searched refs:L_CODE (Results 1 - 18 of 18) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 144 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; k++, i--
    [all...]
cor_h.h 84 Word16 rr[][L_CODE], /* (o) : matrix of autocorrelation */
cor_h_x.cpp 124 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 - i) & 1)) /* if even number of iterations *
    [all...]
c2_9pf.cpp 123 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; i++)
    [all...]
cor_h_x2.cpp 113 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++)
s10_8pf.h 115 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
c2_11pf.cpp 123 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; i++
    [all...]
set_sign.cpp 182 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]; /* correlation vector *
    [all...]
c4_17pf.cpp 103 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; i++
    [all...]
c3_14pf.cpp 94 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; i++
    [all...]
c1035pf.cpp 275 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...]
s10_8pf.cpp 184 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; i5 += step
    [all...]
c8_31pf.cpp 221 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/
dec_acelp_2p_in_64.cpp 95 #define L_CODE 64 /* codevector length */
131 pv_memset(code, 0, L_CODE*sizeof(*code));
dec_acelp_4p_in_64.cpp 110 #define L_CODE 64 /* codevector length */
162 pv_memset(code, 0, L_CODE*sizeof(*code));
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst.h 70 #define L_CODE 40 /* codevector length */
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.cpp 136 for (i = 0; i < L_CODE; i++)
215 for (i = 0; i < L_CODE; i++)
d8_31pf.cpp 573 for (i = 0; i < L_CODE; i++)

Completed in 1834 milliseconds