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.java744 final int NC = pus.mLaunchTimes.size();
745 if (NC > 0) {
776 final int NC = pus.mLaunchTimes.size();
777 if (NC > 0) {
/frameworks/base/tools/aapt/
H A DXMLNode.cpp1253 const int NC = mChildren.size();
1255 for (i=0; i<NC; i++) {
1320 const int NC = mChildren.size();
1322 for (int i=0; i<NC; i++) {
1341 const size_t NC = mChildren.size();
1457 for (i=0; i<NC; i++) {
H A DCommand.cpp1173 const size_t NC = configs.size(); local
1174 for (size_t i=0; i<NC; i++) {
H A DResourceTable.cpp2786 const size_t NC = t->getUniqueConfigs().size(); local
2790 for (size_t ci=0; ci<NC; ci++) {
2975 const size_t NC = t->getOrderedConfigs().size(); local
2976 for (size_t j=0; j<NC; j++) {
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java772 final int NC = atoken.windows.size();
773 if (NC > 0) {
798 final int NC = atoken.windows.size();
799 if (NC > 0) {
800 WindowState top = atoken.windows.get(NC-1);
1090 int NC = win.mChildWindows.size();
1091 while (NC > 0) {
1092 NC--;
1093 WindowState cw = win.mChildWindows.get(NC);
8835 final int NC
[all...]

Completed in 143 milliseconds