Searched refs:NC (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
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...]
H A Dlevinson.c96 #define NC (M/2) macro
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) *
/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/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/base/tools/aapt/
H A DXMLNode.cpp1352 const int NC = mChildren.size();
1354 for (i=0; i<NC; i++) {
1419 const int NC = mChildren.size();
1421 for (int i=0; i<NC; i++) {
1441 const size_t NC = mChildren.size();
1563 for (i=0; i<NC; i++) {
H A DCommand.cpp768 const size_t NC = configs.size(); local
769 for (size_t i=0; i<NC; i++) {
H A DResourceTable.cpp3026 const size_t NC = uniqueConfigs.size(); local
3030 for (size_t ci=0; ci<NC; ci++) {
3286 const size_t NC = t->getOrderedConfigs().size(); local
3287 for (size_t j=0; j<NC; j++) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1120 final int NC = tokenWindowList.size();
1121 if (NC > 0) {
1156 final int NC = atoken.windows.size();
1157 if (NC > 0) {
1158 WindowState top = atoken.windows.get(NC-1);
1506 int NC = win.mChildWindows.size();
1507 while (NC > 0) {
1508 NC--;
1509 WindowState cw = win.mChildWindows.get(NC);
9099 final int NC
[all...]

Completed in 191 milliseconds