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

/frameworks/base/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/base/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/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/services/java/com/android/server/am/
H A DUsageStatsService.java928 final int NC = pus.mLaunchTimes.size();
929 if (NC > 0) {
960 final int NC = pus.mLaunchTimes.size();
961 if (NC > 0) {
/frameworks/base/tools/aapt/
H A DXMLNode.cpp1267 const int NC = mChildren.size();
1269 for (i=0; i<NC; i++) {
1334 const int NC = mChildren.size();
1336 for (int i=0; i<NC; i++) {
1356 const size_t NC = mChildren.size();
1478 for (i=0; i<NC; i++) {
H A DCommand.cpp596 const size_t NC = configs.size(); local
597 for (size_t i=0; i<NC; i++) {
H A DResourceTable.cpp2711 const size_t NC = t->getUniqueConfigs().size(); local
2715 for (size_t ci=0; ci<NC; ci++) {
2908 const size_t NC = t->getOrderedConfigs().size(); local
2909 for (size_t j=0; j<NC; j++) {
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java924 final int NC = atoken.windows.size();
925 if (NC > 0) {
950 final int NC = atoken.windows.size();
951 if (NC > 0) {
952 WindowState top = atoken.windows.get(NC-1);
1278 int NC = win.mChildWindows.size();
1279 while (NC > 0) {
1280 NC--;
1281 WindowState cw = win.mChildWindows.get(NC);
7993 final int NC
[all...]

Completed in 223 milliseconds