Searched defs:nf (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp387 Word16 i, j, nf, ip;
435 nf = 0; // number of found frequencies
444 // while ( (nf < M) && (j < grid_points) )
445 while ((sub (nf, M) < 0) && (sub (j, grid_points) < 0))
507 lsp[nf] = xint;
509 nf++;
528 if (sub (nf, M) < 0)
571 Word16 nf; local
629 nf = 0; /* number of found frequencies */
639 while ((nf <
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c66 Word32 i, j, nf, ip, order; local
108 nf = 0; /* number of found frequencies */
115 while ((nf < M - 1) && (j < GRID_POINTS))
164 isp[nf] = xint;
166 nf++;
182 if(nf < M - 1)

Completed in 117 milliseconds