/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 247 LAYER_CONTEXT *lc = &svc->layer_context[layer]; local 248 RATE_CONTROL *lrc = &lc->rc; 249 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate - 1304 LAYER_CONTEXT *lc = &svc->layer_context[layer]; local 1491 const LAYER_CONTEXT *lc = &svc->layer_context[layer]; local 1529 const LAYER_CONTEXT *lc = &svc->layer_context[layer]; local 1546 LAYER_CONTEXT *lc = NULL; local 1586 LAYER_CONTEXT *lc = &cpi->svc.layer_context[layer]; local 1597 LAYER_CONTEXT *lc = &cpi->svc.layer_context[layer]; local 2057 LAYER_CONTEXT *lc = &svc->layer_context[layer]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
obj_int_extract.c | 115 struct load_command lc; local 117 memcpy(&lc, buf, sizeof(struct load_command)); 119 if (lc.cmd == LC_SEGMENT) { 141 } else if (lc.cmd == LC_SEGMENT_64) { 157 } else if (lc.cmd == LC_SYMTAB) { 205 buf += lc.cmdsize;
|
/external/harfbuzz_ng/ |
git.mk | 194 for lc in $(DOC_LINGUAS); do \ 199 ; do echo "/$$lc/$$x"; done; \ 212 for lc in $(HELP_LINGUAS); do \ 215 "$$lc.stamp" \ 216 "$$lc.mo" \ 217 ; do echo "/$$lc/$$x"; done; \
|
/external/libedit/src/ |
unvis.c | 197 unsigned char st, ia, is, lc; local 438 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */ 444 if (is != 0 && nv[ia].name[is - 1] != lc)
|
/external/icu/icu4c/source/tools/toolutil/ |
ppucd.h | 57 UnicodeString cf, lc, tc, uc; member in struct:UniProps
|
/external/skia/include/private/ |
SkTSearch.h | 131 const char* lc() const { return fLC; } function in class:SkAutoAsciiToLC
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlkw.swg | 19 PERLBN(lc); 230 PERLBN(lc);
|
/external/icu/icu4c/source/test/intltest/ |
alphaindextst.cpp | 84 int32_t lc = 0; local 88 lc = index->getBucketCount(status); 90 TEST_ASSERT(28 == lc); // 26 letters plus two under/overflow labels. 91 //printf("getBucketCount() == %d\n", lc); 119 lc = index->getBucketCount(status); 123 // std::cout << lc << std::endl; 135 lc = index->getBucketCount(status); 137 TEST_ASSERT(35 < lc); // Japanese should add a bunch. Don't rely on the exact value. 348 int32_t lc = 0; local 360 lc = index.getBucketCount(status) [all...] |
/external/lzma/C/ |
LzmaDec.c | 119 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
148 unsigned lc = p->prop.lc;
local 176 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
177 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc))));
545 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) +
546 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc))));
742 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
949 p->lc = d % 9;
|
/bionic/libc/tools/ |
genlibgcc_compat.py | 24 * gcc <options> -o libfoo.so foo.a libgcc.a -lc -lm 32 * gcc <options> -o libfoo.so foo.a -lc -lm libgcc.a
|
/external/e2fsprogs/e2fsck/ |
pass1b.c | 352 blk64_t lc; variable 358 lc = EXT2FS_B2C(fs, blockcnt); 371 if (lc != p->cur_cluster) 375 p->cur_cluster = lc; 591 blk64_t c, lc; local 600 lc = EXT2FS_B2C(fs, blockcnt); 605 if (lc != pb->cur_cluster) 616 pb->cur_cluster = lc;
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 38 LLINK = -lc
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
shared.mk | 38 LLINK = -lc
|
/external/llvm/include/llvm/Support/ |
MachO.h | 1017 inline void swapStruct(load_command &lc) { 1018 sys::swapByteOrder(lc.cmd); 1019 sys::swapByteOrder(lc.cmdsize); 1022 inline void swapStruct(symtab_command &lc) { 1023 sys::swapByteOrder(lc.cmd); 1024 sys::swapByteOrder(lc.cmdsize); 1025 sys::swapByteOrder(lc.symoff); 1026 sys::swapByteOrder(lc.nsyms); 1027 sys::swapByteOrder(lc.stroff); 1028 sys::swapByteOrder(lc.strsize) [all...] |
/external/toybox/toys/pending/ |
tar.c | 724 struct tm *lc = localtime((const time_t*)&(file_hdr->mtime)); local 728 file_hdr->gname, (long)file_hdr->size, 1900+lc->tm_year, 729 1+lc->tm_mon, lc->tm_mday, lc->tm_hour, lc->tm_min, lc->tm_sec);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
Body.java | 102 Vec2 lc = body.getLocalCenter(); local 103 localCenter.set(lc.x, lc.y);
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 80 { "LC", NSwitchType::kString, false, 1 },
107 " -lc{N}: set number of literal context bits - [0, 8], default: 3\n"
420 UInt32 lc = 3; // = 0; for 32-bit data
local 431 ParseUInt32(parser, NKey::kLc, lc);
461 props[2].ulVal = (UInt32)lc;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.as | 55 * r : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
|
/external/libunwind/tests/ |
ia64-test-nat-asm.S | 444 .save ar.lc, loc3 445 mov loc3 = ar.lc 457 mov ar.lc = r2;; 475 mov ar.lc = loc3
|
/external/lzma/CPP/7zip/Compress/ |
LzmaEncoder.cpp | 107 SET_PROP_32(kLitContextBits, lc)
|
/external/sl4a/Docs/ |
generate_api_reference_md.pl | 98 my $lc_name = lc $func_name;
|
/external/clang/test/CodeGenCXX/ |
predefined-expr.cpp | 319 LocalClass lc; local 320 lc.localClassFunction();
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
ccomponetns.cu | 459 int lc = comps(y,x); 462 isConnected(comps, lc, lu, changed); 478 int lc = comps(y, x); 481 isConnected(comps, lc, ll, changed);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 205 LAYER_CONTEXT *lc = &cpi->svc.layer_context[temporal_layer]; local 206 RATE_CONTROL *lrc = &lc->rc; 207 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate - 212 lrc->bits_off_target = MIN(lrc->bits_off_target, lc->maximum_buffer_size); 1247 const LAYER_CONTEXT *lc = &cpi->svc.layer_context[current_temporal_layer]; local [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 51 LLINK = -lc
|