HomeSort by relevance Sort by last modified time
    Searched full:ilevel (Results 1 - 25 of 25) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 401 int32_t iLevel = FX_BidiGreaterEven(iBaseLevel);
402 levels.SetAt(i, iLevel);
403 i += FX_BidiResolveExplicit(iLevel,
420 int32_t iLevel = FX_BidiGreaterOdd(iBaseLevel);
421 levels.SetAt(i, iLevel);
422 i += FX_BidiResolveExplicit(iLevel,
627 int32_t FX_BidiGetDeferredNeutrals(int32_t iAction, int32_t iLevel) {
630 return FX_BidiDirection(iLevel);
653 int32_t iLevel = iBaseLevel;
666 iClsRun = FX_BidiGetDeferredNeutrals(iAction, iLevel);
    [all...]
fx_arabic.h 192 int32_t FX_BidiGetDeferredNeutrals(int32_t iAction, int32_t iLevel);
  /external/opencv3/modules/shape/src/
emdL1.cpp 183 m_Nodes[r][c].iLevel = -1;
217 m_3dNodes[r][c][z].iLevel = -1;
443 m_pRoot->iLevel = 0;
537 pNxtN->iLevel = pCurN->iLevel+1;
676 pEChildN->iLevel = pEParentN->iLevel+1;
694 while(pFrom->iLevel > pTo->iLevel)
707 while(pTo->iLevel > pFrom->iLevel
    [all...]
emdL1_def.hpp 58 int iLevel; // level in the tree, 0 means root
  /external/webp/src/dec/
frame.c 209 const int ilevel = f_info->f_ilevel_; local
234 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
235 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
238 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
239 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
242 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
243 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
246 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
247 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
292 int ilevel = level local
    [all...]
  /external/webp/src/enc/
filter.c 85 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); local
86 const int limit = 2 * level + ilevel;
100 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
102 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/zlib/src/contrib/minizip/
miniunz.c 271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
272 if (iLevel==0)
274 else if (iLevel==1)
276 else if ((iLevel==2) || (iLevel==3))
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 48 const int ilevel = f_info->f_ilevel_; local
49 const int limit = 2 * level + ilevel;
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh)
    [all...]
  /external/ppp/pppd/
tty.c 990 int ilevel, olevel, max_level; local
1074 ilevel = olevel = 0;
1101 if (ilevel >= max_level)
1128 ilevel = (nbt < 0 || nbt > ilevel)? 0: ilevel - nbt;
1132 ilevel = olevel = 0;
1206 if (ilevel + n > max_level)
1207 n = max_level - ilevel;
1220 ilevel += n
    [all...]
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 360 Integer ilevel= levelMap.get(rootLevelStr.toUpperCase()); local
361 if(ilevel == null) {
365 rootLoggerLevel= ilevel;
390 Integer ilevel= levelMap.get(level.toUpperCase()); local
391 if(ilevel == null) {
396 loggerLevels.put(logger.substring(LOGGER_PREFIX.length()), ilevel); local
397 loglog4testng("logger " + logger + " set to " + ilevel + " level.");
  /external/opencv3/3rdparty/libwebp/enc/
filter.c 213 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); local
214 const int limit = 2 * level + ilevel;
228 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
230 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 799 LLVMValueRef ilevel,
807 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel);
810 * Compute width, height, depth at mipmap level 'ilevel'
817 ilevel);
821 ilevel);
    [all...]
lp_bld_sample.h 353 LLVMValueRef ilevel,
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 668 int32_t iLevel = 0;
671 iLevel++;
673 return iLevel;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp     [all...]
xfa_object_imp.cpp 220 int32_t iLevel) {
221 if (--iLevel < 0) {
229 if (iLevel > 0) {
230 GetNodeList(nodes, dwTypeFilter, eElementFilter, iLevel);
240 if (iLevel > 0) {
241 GetNodeList(nodes, dwTypeFilter, eElementFilter, iLevel);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 261 int32_t iLevel = 1);
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 319 int32_t iLevel = 0;
322 iLevel++;
324 return iLevel;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 314 W32KAPI WINBOOL WINAPI NtGdiRestoreDC(HDC hdc,int iLevel);
    [all...]
commctrl.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]

Completed in 2572 milliseconds