Searched defs:NC (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Disp_az.cpp93 #define NC (M/2) macro
275 /* a[NC] = 0.5*f1[NC]*(1.0 + isp[M-1]); */
302 n : == NC for F1(z); == NC-1 for F2(z)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Disp_az.c29 #define NC (M/2) macro
154 /* a[NC] = 0.5*f1[NC]*(1.0 + isp[M-1]); */
183 * n : == NC for F1(z); == NC-1 for F2(z) *
H A Dlevinson.c96 #define NC (M/2) macro
H A Daz_isp.c55 #define NC (M/2) macro
70 Word16 f1[NC + 1], f2[NC];
77 * for (i=0; i<NC; i++) *
82 * f1[NC] = 2.0*a[NC]; *
84 * for (i=2; i<NC; i++) Divide by (1-z^-2) *
87 for (i = 0; i < NC; i++)
93 f1[NC] = a[NC];
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp57 4. Used NC in the definition of f1 and f2 arrays.
106 #define NC M/2 /* M = LPC order, NC = M/2 */ macro
399 * for (i = 0; i< NC; i++) *
414 for (i = 0; i < NC; i++)
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
519 ylow = Chebps (xlow, coef, NC);
583 Word16 f1[NC
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp604 const size_t NC = configs.size(); local
605 for (size_t i=0; i<NC; i++) {
H A DResourceTable.cpp2810 const size_t NC = t->getUniqueConfigs().size(); local
2814 for (size_t ci=0; ci<NC; ci++) {
3018 const size_t NC = t->getOrderedConfigs().size(); local
3019 for (size_t j=0; j<NC; j++) {

Completed in 221 milliseconds