Searched defs:low (Results 51 - 75 of 282) sorted by path

1234567891011>>

/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
92 low = cal->getTime(*status);
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgencnvex.c398 * 1. Count the number of unique unit values and get the low/high unit values
420 int32_t low, high, prev; local
427 /* step 1: examine the input units; set low, high, uniqueCount */
430 low=bytes[unitIndex];
433 prev=high=low;
446 count=(high-low)+1;
452 * from low to high
472 prev=low-1; /* just before low to prevent empty subsections before low */
719 UChar32 low, high, prev; local
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { argument
288 int32_t low = 1902; local
316 << "\t values are 1902(low) and 2038(high)." << endl;
342 low = atoi(options[kOptCutover].value);
348 dumper.setLowYear(low);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc1048 static bool Between(uint64_t val, uint64_t low, uint64_t high) { argument
1049 bool result = (val >= low) && (val <= high);
1053 (unsigned long long)(low),
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc787 static bool Between(uint64_t val, uint64_t low, uint64_t high) { argument
788 bool result = (val >= low) && (val <= high);
792 (unsigned long long)(low),
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/libevent/
H A Devent.h85 output buffer is drained below the write low watermark, which is 0 by
750 size_t low; member in struct:event_watermark
793 output buffer is drained below the write low watermark, which is 0 by
949 there is at least low watermark data in the buffer. If the read buffer
953 falls below the low watermark.
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc745 float low, med, high; local
764 if (video_options_.system_low_adaptation_threshhold.Get(&low)) {
765 video_adapter->set_low_system_threshold(low);
959 // if we know your cpu performance is low, and they can be updated explicitly
3927 // not work well at low fps.
H A Dwebrtcvideoengine_unittest.cc1082 // Set low and high threshold and verify that cpu options are set.
1120 // Only low threshold set. Verify that cpu options are not set.
1155 // Set low and high threshold and enable encode usage method.
1793 float low, high; local
1797 EXPECT_TRUE(options_out.system_low_adaptation_threshhold.Get(&low));
1798 EXPECT_EQ(low, 0.65f);
1806 EXPECT_TRUE(options_out.system_low_adaptation_threshhold.Get(&low));
1807 EXPECT_EQ(low, 0.45f);
1814 float low, high; local
1821 EXPECT_TRUE(options_out.system_low_adaptation_threshhold.Get(&low));
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Drate_hist.c23 int low; member in struct:hist_bucket
57 hist->bucket[i].low = INT_MAX;
112 if (hist->bucket[idx].low > avg_bitrate)
113 hist->bucket[idx].low = (int)avg_bitrate;
165 assert(bucket[merge_bucket].low != bucket[merge_bucket].high);
236 if (bucket[i].low == bucket[i].high)
237 fprintf(stderr, pat1, bucket[i].low, "");
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high);
256 bucket[buckets].low = bucket[buckets].high = i;
274 if (hist->bucket[i].low
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_common.h55 static INLINE int clamp(int value, int low, int high) { argument
56 return value < low ? low : (value > high ? high : value);
59 static INLINE double fclamp(double value, double low, double high) { argument
60 return value < low ? low : (value > high ? high : value);
H A Dvp9_idct.c34 static INLINE tran_low_t clamp_high(tran_high_t value, tran_low_t low, argument
36 return value < low ? low : (value > high ? high : value);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c491 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
495 } else if (gfu_boost < low) {
498 const int gap = high - low;
/external/chromium_org/third_party/libxml/src/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
H A Dxmlunicode.c947 int low, high, mid, cmp; local
952 low = 0;
955 while (low <= high) {
956 mid = (low + high) / 2;
962 low = mid + 1;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dchvalid.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c208 CLzmaProb low[LZMA_NUM_PB_STATES_MAX << kLenNumLowBits]; member in struct:__anon13437
225 UInt64 low; member in struct:__anon13439
486 p->low = 0;
511 if ((UInt32)p->low < (UInt32)0xFF000000 || (int)(p->low >> 32) != 0)
517 *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
524 p->cache = (Byte)((UInt32)p->low >> 24);
527 p->low = (UInt32)p->low << 8;
542 p->low
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
113 low = (bark_freq[lin]+res/2)/res;
115 *nbEBands = low+high;
122 for (i=0;i<low;i++)
124 if (low>0)
125 offset = eBands[low-1]*res - bark_freq[lin-1];
131 eBands[i+low] = (target+offset/2+res)/(2*res)*2;
132 offset = eBands[i+low]*res - target;
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c193 int low; local
205 low = SHR32(diff, DB_SHIFT-1);
206 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT);
208 low = (int)floor(2*diff);
209 frac = 2*diff - low;
211 return max + diff_table[low] + MULT16_16_Q15(frac, SUB16(diff_table[low+1], diff_table[low]));
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c209 CLzmaProb low[LZMA_NUM_PB_STATES_MAX << kLenNumLowBits]; member in struct:__anon14768
226 UInt64 low; member in struct:__anon14770
487 p->low = 0;
512 if ((UInt32)p->low < (UInt32)0xFF000000 || (int)(p->low >> 32) != 0)
518 *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
525 p->cache = (Byte)((UInt32)p->low >> 24);
528 p->low = (UInt32)p->low << 8;
543 p->low
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTBSearch.h22 int low = 0; local
23 while (high > low) {
24 int index = (low + high) >> 1;
26 low = index + 1;
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp22 static inline int16x8_t sbpsm_clamp_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
26 res = vuzpq_s16(vreinterpretq_s16_s32(low), vreinterpretq_s16_s32(high)).val[1];
64 static inline int16x8_t sbpsm_repeat_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
69 res = vuzpq_u16(vreinterpretq_u16_s32(low), vreinterpretq_u16_s32(high)).val[0];
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp176 etc1_uint32 low, bool second, bool flipped) {
196 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2);
210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; local
237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
243 etc1_uint32 low; member in struct:__anon15422
358 &pCompressed->low, yy + x * 4, pModifierTable);
373 &pCompressed->low, y + xx * 4, pModifierTable);
445 pCompressed->low
175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
[all...]
/external/chromium_org/third_party/smhasher/src/
H A Dmd5.cpp328 unsigned long high, low; local
333 low = ( ctx->total[0] << 3 );
335 PUT_ULONG_LE( low, msglen, 0 );

Completed in 9242 milliseconds

1234567891011>>