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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.h 106 Word16 dn2[], /* o : maximum of correlation in each track. */
107 Word16 n /* i : # of maximum correlations in dn2[] */
set_sign.cpp 130 dn2 = buffer containing the maximum of correlation in each track.(Word16)
131 n = number of maximum correlations in dn2 (Word16)
140 dn2 buffer is modified to denote the location of the maximum
172 Word16 dn2[], o : maximum of correlation in each track.
173 Word16 n i : # of maximum correlations in dn2[]
192 dn2[i] = val;
195 // keep 8-n maximum positions/8 of each track and store it in dn2[]
204 if (dn2[j] >= 0)
206 val = sub(dn2[j], min);
210 min = dn2[j]
    [all...]
c3_14pf.cpp 93 Word16 dn2[], /* i : maximum of corr. in each track. */
216 Word16 dn2[L_CODE]; local
255 dn2,
266 dn2,
317 dn2[] Array of type Word16 -- maximum of corr. in each track.
375 Word16 dn2[], /* i : maximum of corr. in each track. */
440 if (dn2[i0] >= 0)
c4_17pf.cpp 102 Word16 dn2[], /* i : maximum of corr. in each track. */
226 Word16 dn2[L_CODE]; local
265 dn2,
276 dn2,
329 dn2[] Array of type Word16 -- maximum of corr. in each track.
388 Word16 dn2[], /* i : maximum of corr. in each track. */
453 if (dn2[i0] >= 0)
c2_11pf.cpp 241 Word16 dn2[L_CODE]; local
282 dn2,
283 8); /* dn2[] not used in this codebook search */
c2_9pf.cpp 252 Word16 dn[L_CODE], dn2[L_CODE], dn_sign[L_CODE];
262 set_sign(dn, dn_sign, dn2, 8); // dn2[] not used in this codebook search
317 Word16 dn2[L_CODE]; local
366 /* dn2[] not used in this codebook search */
371 dn2,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 62 Word16 sign[L_SUBFR], vec[L_SUBFR], dn2[L_SUBFR]; local
99 p2 = dn2;
113 /* set sign according to dn2[] = k_cn*cn[] + k_dn*dn[] */
117 ps = dn2[i];
c4t64fx.c 111 Word16 dn2[], /* (i) vector of selected positions */
141 Word16 dn2[L_SUBFR], sign[L_SUBFR], vec[L_SUBFR]; local
266 p2 = dn2;
280 /* set sign according to dn2[] = k_cn*cn[] + k_dn*dn[] */
284 ps = dn2[i];
294 dn2[i] = -ps;
298 * Select NB_MAX position per track according to max of dn2[]. *
308 if(dn2[j] > ps)
310 ps = dn2[j];
314 dn2[pos] = (k - NB_MAX); /* dn2 < 0 when position is selected *
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 211 final String dn2 = dn + "/"; local
215 return file.getPath().startsWith(dn2);

Completed in 280 milliseconds