HomeSort by relevance Sort by last modified time
    Searched refs:lc (Results 1 - 25 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/svox/pico/lib/
picobase.c 101 picoos_uint32 lc; local
103 lc = utf32;
105 lc = (utf32 + 32);
107 lc = (utf32 + 40);
132 lc = (utf32 + 1);
142 lc = (utf32 - 8);
146 lc = (utf32 - 8);
151 lc = (utf32 + 16);
156 lc = (utf32 + 26);
159 lc = 8112
498 picoos_uint32 lc; local
    [all...]
  /external/v8/tools/
draw_instruction_graph.sh 99 set style line 2 lc rgb '#800000'
100 set style line 3 lc rgb '#d00000'
101 set style line 4 lc rgb '#ff6000'
102 set style line 5 lc rgb '#ffc000'
103 set style line 6 lc rgb '#ffff00'
105 set style line 7 lc rgb '#ff00ff'
106 set style line 8 lc rgb '#ffc0ff'
108 set style line 9 lc rgb '#004040'
109 set style line 10 lc rgb '#008080'
110 set style line 11 lc rgb '#40c0c0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 31 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; local
32 RATE_CONTROL *const lrc = &lc->rc;
33 lc->current_video_frame_in_layer = 0;
48 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
51 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
58 lc->target_bandwidth, 1000);
79 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; local
80 RATE_CONTROL *const lrc = &lc->rc;
83 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
85 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000
120 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
142 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
168 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
189 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
    [all...]
  /external/ImageMagick/coders/
djvu.c 151 pump_data(Image *image, LoadContext* lc)
159 ddjvu_stream_write(lc->document, lc->streamid, data, size);
162 ddjvu_stream_write(lc->document, lc->streamid, data, size);
163 ddjvu_stream_close(lc->document, lc->streamid, 0);
169 pump_data_until_message(LoadContext *lc,Image *image) /* ddjvu_context_t *context, type ddjvu_document_type_t */
178 while (!(message = ddjvu_message_peek(lc->context))
180 ddjvu_stream_write(lc->document, lc->streamid, (char *) data, size)
238 LoadContext *lc = (LoadContext *) ddjvu_document_get_user_data(document); local
757 *lc; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
bundling.s 8 .save ar.lc, r31
9 mov r31 = ar.lc
index.s 6 ld8 r2 = [ar.lc]
13 mov r2 = cpuid[ar.lc]
20 mov r2 = b0[ar.lc]
27 mov r2 = xyz[ar.lc]
37 mov r2 = reg[ar.lc]
44 mov r2 = cpuid[ar.lc]
51 mov r2 = b0[ar.lc]
58 mov r2 = xyz[ar.lc]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 57 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
58 RATE_CONTROL *const lrc = &lc->rc;
60 lc->current_video_frame_in_layer = 0;
61 lc->layer_size = 0;
62 lc->frames_from_key_frame = 0;
63 lc->last_frame_type = FRAME_TYPES;
79 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
84 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
92 lc->alt_ref_idx = alt_ref_idx++;
94 lc->alt_ref_idx = INVALID_IDX
154 LAYER_CONTEXT *const lc = local
186 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
231 LAYER_CONTEXT *const lc = get_layer_context(cpi); local
257 LAYER_CONTEXT *const lc = get_layer_context(cpi); local
270 LAYER_CONTEXT *const lc = get_layer_context(cpi); local
306 LAYER_CONTEXT *const lc = get_layer_context(cpi); local
349 LAYER_CONTEXT *const lc = local
542 LAYER_CONTEXT *lc = NULL; local
596 LAYER_CONTEXT *lc; local
729 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 64 * Maximum value for lc + lp is 4.
134 private int lc; field in class:LZMA2Options
171 public LZMA2Options(int dictSize, int lc, int lp, int pb, int mode,
175 setLcLp(lc, lp);
204 lc = LC_DEFAULT;
286 * The sum of <code>lc</code> and <code>lp</code> is limited to 4.
291 * <code>lc</code> and <code>lp</code>
294 public void setLcLp(int lc, int lp) throws UnsupportedOptionsException {
295 if (lc < 0 || lp < 0 || lc > LC_LP_MAX || lp > LC_LP_MA
    [all...]
LZMAInputStream.java 68 * the given dictionary size and LZMA properties byte (lc, lp, and pb).
75 * of lc, lp, and pb
99 int lc = props - lp * 9; local
101 return getMemoryUsage(dictSize, lc, lp);
106 * the given dictionary size, lc, and lp. Note that pb isn't needed.
112 * @param lc number of literal context bits, must be
120 public static int getMemoryUsage(int dictSize, int lc, int lp) {
121 if (lc < 0 || lc > 8 || lp < 0 || lp > 4)
122 throw new IllegalArgumentException("Invalid lc or lp")
389 int lc = props - lp * 9; local
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 160 outputBits (int nBits, Int64 bits, Int64 &c, int &lc, char *&out)
163 lc += nBits;
167 while (lc >= 8)
168 *out++ = (c >> (lc -= 8));
173 getBits (int nBits, Int64 &c, int &lc, const char *&in)
175 while (lc < nBits)
178 lc += 8;
181 lc -= nBits;
182 return (c >> lc) & ((1 << nBits) - 1);
474 int lc = 0 local
533 int lc = 0; local
721 outputBits (hufLength (code), hufCode (code), c, lc, out); local
759 int lc = 0; \/\/ number of valid bits in c (LSB) local
861 int lc = 0; local
    [all...]
  /external/skia/src/core/
SkTSearch.cpp 68 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
87 // assign lc to our preallocated storage if len is small enough, or allocate
89 char* lc; local
91 lc = fStorage;
93 lc = (char*)sk_malloc_throw(len + 1);
95 fLC = lc;
104 lc[i] = c;
106 lc[len] = 0;
  /external/libmtp/src/
util.c 75 uint32_t ln, lc; local
79 lc = 0;
87 fprintf(f, "%02x", bp[16*lc+i]);
97 unsigned char ch= bp[16*lc+i];
103 lc++;
  /external/clang/test/Headers/
tgmath.c 12 long double complex lc; variable
22 _Static_assert(sizeof(creal(lc)) == sizeof(l), "");
32 _Static_assert(sizeof(fabs(lc)) == sizeof(l), "");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context; local
58 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
61 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
128 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc);
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
locale_h.pass.cpp 45 lconv lc; ((void)lc); local
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 428 LoadLinearFixedContext lc; local
440 lc = (LoadLinearFixedContext) ar.userObj;
442 response = lc.mOnLoaded;
467 lc = (LoadLinearFixedContext) ar.userObj;
469 response = lc.mOnLoaded;
476 path = lc.mPath;
486 lc.mRecordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF;
491 lc.mCountRecords = size / lc.mRecordSize;
493 if (lc.mLoadAll)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/log/
LoggerLog.java 45 Class<?> lc = logger.getClass(); local
46 _debugMT = lc.getMethod("debug", new Class[]{String.class, Throwable.class});
47 _debugMAA = lc.getMethod("debug", new Class[]{String.class, Object[].class});
48 _infoMT = lc.getMethod("info", new Class[]{String.class, Throwable.class});
49 _infoMAA = lc.getMethod("info", new Class[]{String.class, Object[].class});
50 _warnMT = lc.getMethod("warn", new Class[]{String.class, Throwable.class});
51 _warnMAA = lc.getMethod("warn", new Class[]{String.class, Object[].class});
52 Method _isDebugEnabled = lc.getMethod("isDebugEnabled");
53 _setDebugEnabledE = lc.getMethod("setDebugEnabled", new Class[]{Boolean.TYPE});
54 _getLoggerN = lc.getMethod("getLogger", new Class[]{String.class})
    [all...]
  /external/curl/tests/
serverhelp.pm 110 $ipver = (not $ipver) ? 'ipv4' : lc($ipver);
129 return lc(servername_str($proto, $ipver, $idnum));
138 my $string = lc(servername_str($proto, $ipver, $idnum));
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
202 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
203 my $trailer = (lc($proto) =~ /^ftps?$/) ? '_sockctrl.pid':'_sockfilt.pid';
214 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
215 my $trailer = (lc($proto) =~ /^ftps?$/) ? '_sockctrl.log':'_sockfilt.log';
226 (lc($proto) =~ /^ftps?$/));
238 (lc($proto) =~ /^ftps?$/))
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMACoder.java 93 private final int lc; field in class:LZMACoder.LiteralCoder
96 LiteralCoder(int lc, int lp) {
97 this.lc = lc;
102 int low = prevByte >> (8 - lc);
103 int high = (pos & literalPosMask) << lc;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 23 const decltype(l) lc = l;
25 lc();
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
4 # clang $ARGS -m64 elfver.S -lc -o elf-versioning-test.x86_64
  /external/curl/tests/libtest/
test1013.pl 17 $curl_protocols = lc($_) if ( /$what:/i );
36 push @curl_config, lc($_);
  /external/libunwind/tests/
flush-cache.S 20 .save ar.lc, r3
21 mov r3=ar.lc // save ar.lc
25 mov ar.lc=r8
35 mov ar.lc=r3 // restore ar.lc
  /external/lzma/C/
LzmaLib.h 19 state_size = (4 + (1.5 << (lc + lp))) KB
20 by default (lc=3, lp=0), state_size = 16 KB.
24 0 1 lc, lp and pb in encoded form.
64 lc - The number of literal context bits (high bits of previous literal).
66 Sometimes lc=4 gives the gain for big files.
72 better to set lc=0, if you change lp switch.
100 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 19 int lc, /* 0 <= lc <= 8, default = 3 */
30 props.lc = lc;

Completed in 1622 milliseconds

1 2 3 4 5 6 7 8 91011>>