Home
last modified time | relevance | path

Searched refs:NC (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c55 #define NC (M/2) macro
70 Word16 f1[NC + 1], f2[NC]; in Az_isp()
87 for (i = 0; i < NC; i++) in Az_isp()
93 f1[NC] = a[NC]; in Az_isp()
94 for (i = 2; i < NC; i++) /* Divide by (1-z^-2) */ in Az_isp()
111 order = NC; in Az_isp()
171 order = NC - 1; in Az_isp()
176 order = NC; in Az_isp()
Dlevinson.c96 #define NC (M/2) macro
Disp_az.c29 #define NC (M/2) macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Daz_lsp.cpp106 #define NC M/2 /* M = LPC order, NC = M/2 */ macro
585 Word16 f1[NC + 1]; in Az_lsp()
586 Word16 f2[NC + 1]; in Az_lsp()
609 for (i = 0; i < NC; i++) in Az_lsp()
635 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp()
645 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp()
657 ymid = Chebps(xmid, coef, NC, pOverflow); in Az_lsp()
717 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp()
726 for (i = NC; i != 0 ; i--) in Az_lsp()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Disp_az.cpp93 #define NC (M/2) macro
/frameworks/base/tools/aapt/
DXMLNode.cpp1383 const int NC = mChildren.size(); in collect_strings() local
1385 for (i=0; i<NC; i++) { in collect_strings()
1453 const int NC = mChildren.size(); in collect_resid_strings() local
1455 for (int i=0; i<NC; i++) { in collect_resid_strings()
1475 const size_t NC = mChildren.size(); in flatten_node() local
1597 for (i=0; i<NC; i++) { in flatten_node()
DCommand.cpp946 const size_t NC = configs.size(); in doDump() local
947 for (size_t i=0; i<NC; i++) { in doDump()
DResourceTable.cpp3144 const size_t NC = uniqueConfigs.size(); in flatten() local
3145 for (size_t ci=0; ci<NC; ci++) { in flatten()
3406 const size_t NC = t->getOrderedConfigs().size(); in writePublicDefinitions() local
3407 for (size_t j=0; j<NC; j++) { in writePublicDefinitions()
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/quality/
Dwear.jd292 <td id="WR-NC">
293 WR-NC
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/quality/
Dwear.jd292 <td id="WR-NC">
293 WR-NC
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/quality/
Dwear.jd329 <td id="WR-NC">
330 WR-NC
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/
Dwear.jd329 <td id="WR-NC">
330 WR-NC
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/quality/
Dwear.jd329 <td id="WR-NC">
330 WR-NC
/frameworks/base/docs/html/distribute/essentials/quality/
Dwear.jd454 <td id="WR-NC">
455 WR-NC
/frameworks/base/docs/html-intl/intl/es/distribute/googleplay/quality/
Dwear.jd329 <td id="WR-NC">
330 WR-NC
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1230 final int NC = tokenWindowList.size(); in addAppWindowToListLocked() local
1231 if (NC > 0) { in addAppWindowToListLocked()
1266 final int NC = atoken.windows.size(); in addAppWindowToListLocked() local
1267 if (NC > 0) { in addAppWindowToListLocked()
1268 WindowState top = atoken.windows.get(NC-1); in addAppWindowToListLocked()
1662 int NC = win.mChildWindows.size(); in tmpRemoveWindowLocked() local
1663 while (NC > 0) { in tmpRemoveWindowLocked()
1664 NC--; in tmpRemoveWindowLocked()
1665 WindowState cw = win.mChildWindows.get(NC); in tmpRemoveWindowLocked()