/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_loopfilter.c | 225 vpx_memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); 328 vp9_lpf_vertical_16_dual(s, pitch, lfi0->mblim, lfi0->lim, 331 vp9_lpf_vertical_16(s, pitch, lfi0->mblim, lfi0->lim, 335 lfi1->lim, lfi1->hev_thr); 341 vp9_lpf_vertical_8_dual(s, pitch, lfi0->mblim, lfi0->lim, 342 lfi0->hev_thr, lfi1->mblim, lfi1->lim, 345 vp9_lpf_vertical_8(s, pitch, lfi0->mblim, lfi0->lim, lfi0->hev_thr, 348 vp9_lpf_vertical_8(s + 8 * pitch, pitch, lfi1->mblim, lfi1->lim, 355 vp9_lpf_vertical_4_dual(s, pitch, lfi0->mblim, lfi0->lim, 356 lfi0->hev_thr, lfi1->mblim, lfi1->lim, [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.c | 225 vpx_memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); 328 vp9_lpf_vertical_16_dual(s, pitch, lfi0->mblim, lfi0->lim, 331 vp9_lpf_vertical_16(s, pitch, lfi0->mblim, lfi0->lim, 335 lfi1->lim, lfi1->hev_thr); 341 vp9_lpf_vertical_8_dual(s, pitch, lfi0->mblim, lfi0->lim, 342 lfi0->hev_thr, lfi1->mblim, lfi1->lim, 345 vp9_lpf_vertical_8(s, pitch, lfi0->mblim, lfi0->lim, lfi0->hev_thr, 348 vp9_lpf_vertical_8(s + 8 * pitch, pitch, lfi1->mblim, lfi1->lim, 355 vp9_lpf_vertical_4_dual(s, pitch, lfi0->mblim, lfi0->lim, 356 lfi0->hev_thr, lfi1->mblim, lfi1->lim, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_loopfilter.c | 225 vpx_memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); 328 vp9_lpf_vertical_16_dual(s, pitch, lfi0->mblim, lfi0->lim, 331 vp9_lpf_vertical_16(s, pitch, lfi0->mblim, lfi0->lim, 335 lfi1->lim, lfi1->hev_thr); 341 vp9_lpf_vertical_8_dual(s, pitch, lfi0->mblim, lfi0->lim, 342 lfi0->hev_thr, lfi1->mblim, lfi1->lim, 345 vp9_lpf_vertical_8(s, pitch, lfi0->mblim, lfi0->lim, lfi0->hev_thr, 348 vp9_lpf_vertical_8(s + 8 * pitch, pitch, lfi1->mblim, lfi1->lim, 355 vp9_lpf_vertical_4_dual(s, pitch, lfi0->mblim, lfi0->lim, 356 lfi0->hev_thr, lfi1->mblim, lfi1->lim, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-token.re | 40 #define YYLIMIT (s->lim) 103 memmove(s->bot, s->tok, (size_t)(s->lim - s->tok)); 107 s->lim -= cnt; 111 if((s->top - s->lim) < BSIZE){ 112 YYCTYPE *buf = yasm_xmalloc((size_t)(s->lim - s->bot) + BSIZE); 113 memcpy(buf, s->tok, (size_t)(s->lim - s->tok)); 117 s->lim = &buf[s->lim - s->bot]; 118 s->top = &s->lim[BSIZE]; 123 if((cnt = preproc_input(parser_gas, s->lim, BSIZE)) == 0) [all...] |
/ndk/sources/android/support/src/wcstox/ |
intscan.c | 54 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) 113 y = lim; 117 if (y>=lim) { 118 if (!(lim&1) && !neg) { 120 return lim-1; 121 } else if (y>lim) { 123 return lim;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
re2c.1 | 283 #define YYLIMIT s->lim 291 uchar *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; 299 memcpy(s->bot, s->tok, s->lim - s->tok); 304 s->lim -= cnt; 306 if((s->top - s->lim) < BSIZE){ 308 malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar)); 309 memcpy(buf, s->tok, s->lim - s->tok); 314 s->lim = &buf[s->lim - s->bot]; 315 s->top = &s->lim[BSIZE] [all...] |
scanner.c | 19 #define YYLIMIT s->lim 31 s->bot = s->tok = s->ptr = s->cur = s->pos = s->lim = s->top = 43 memcpy(s->bot, s->tok, s->lim - s->tok); 48 s->lim -= cnt; 50 if((s->top - s->lim) < BSIZE){ 51 unsigned char *buf = malloc(((s->lim - s->bot) + BSIZE) + 1); 52 memcpy(buf, s->tok, s->lim - s->tok); 57 s->lim = &buf[s->lim - s->bot]; 58 s->top = &s->lim[BSIZE] [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
loopfilter.h | 47 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char, lim[MAX_LOOP_FILTER + 1][SIMD_WIDTH]); 58 const unsigned char * lim; member in struct:loop_filter_info
|
loopfilter.c | 85 vpx_memset(lfi->lim[i], block_inside_limit, SIMD_WIDTH); 226 lfi.lim = lfi_n->lim[filter_level]; 357 lfi.lim = lfi_n->lim[filter_level]; 501 lfi.lim = lfi_n->lim[filter_level]; 617 lfi.lim = lfi_n->lim[filter_level];
|
/external/libpcap/ |
sunatmpos.h | 2 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University 15 * This product includes software developed by Yen Yen Lim and
|
atmuni31.h | 2 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University 15 * This product includes software developed by Yen Yen Lim and
|
/external/libvpx/libvpx/vp8/common/ |
loopfilter.h | 47 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char, lim[MAX_LOOP_FILTER + 1][SIMD_WIDTH]); 58 const unsigned char * lim; member in struct:loop_filter_info
|
loopfilter.c | 85 vpx_memset(lfi->lim[i], block_inside_limit, SIMD_WIDTH); 226 lfi.lim = lfi_n->lim[filter_level]; 357 lfi.lim = lfi_n->lim[filter_level]; 501 lfi.lim = lfi_n->lim[filter_level]; 617 lfi.lim = lfi_n->lim[filter_level];
|
/external/mdnsresponder/mDNSShared/ |
dnssd_clientlib.c | 112 char *const lim = fullName + 1005; local 128 if (fn+4 >= lim) goto fail; 136 if (fn+2 >= lim) goto fail; 140 if (fn+1 >= lim) goto fail; 146 while (*r) if (fn+1 >= lim) goto fail; else *fn++ = *r++; 147 if (!DomainEndsInDot(regtype)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; } 149 while (*d) if (fn+1 >= lim) goto fail; else *fn++ = *d++; 150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
|
dnssd_ipc.c | 120 char *lim = buffer + buflen; // Calculate limit local 121 while (*ptr < end && buffer < lim) 126 if (buffer == lim) buffer--;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
loopfilter.h | 47 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char, lim[MAX_LOOP_FILTER + 1][SIMD_WIDTH]); 58 const unsigned char * lim; member in struct:loop_filter_info
|
loopfilter.c | 86 vpx_memset(lfi->lim[i], block_inside_limit, SIMD_WIDTH); 227 lfi.lim = lfi_n->lim[filter_level]; 359 lfi.lim = lfi_n->lim[filter_level]; 503 lfi.lim = lfi_n->lim[filter_level]; 619 lfi.lim = lfi_n->lim[filter_level];
|
/external/lzma/CPP/7zip/Common/ |
CWrappers.cpp | 145 Lim = Cur = Buf = (Byte *)::MidAlloc((size_t)size);
159 Lim = Buf + avail;
170 if (p->Cur != p->Lim)
219 if (dest == p->Lim)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/ |
scanner.c | 19 #define YYLIMIT s->lim 31 s->bot = s->tok = s->ptr = s->cur = s->pos = s->lim = s->top = 43 memcpy(s->bot, s->tok, s->lim - s->tok); 48 s->lim -= cnt; 50 if((s->top - s->lim) < BSIZE){ 51 unsigned char *buf = malloc(((s->lim - s->bot) + BSIZE)); 52 memcpy(buf, s->tok, s->lim - s->tok); 57 s->lim = &buf[s->lim - s->bot]; 58 s->top = &s->lim[BSIZE] [all...] |
/external/tcpdump/ |
atmuni31.h | 2 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University 15 * This product includes software developed by Yen Yen Lim and
|
print-sunatm.c | 2 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University 15 * This product includes software developed by Yen Yen Lim and
|
/external/iproute2/tc/ |
q_tbf.c | 181 double lim = opt.rate.rate*(double)latency/TIME_UNITS_PER_SEC + buffer; local 184 if (lim2 < lim) 185 lim = lim2; 187 opt.limit = lim;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
file.c | 62 s->lim = NULL; 90 memmove(s->bot, s->tok, (size_t)(s->lim - s->tok)); 94 s->lim -= cnt; 98 if ((s->top - s->lim) < BSIZE) { 99 unsigned char *buf = yasm_xmalloc((size_t)(s->lim - s->bot) + BSIZE); 100 memcpy(buf, s->tok, (size_t)(s->lim - s->tok)); 104 s->lim = &buf[s->lim - s->bot]; 105 s->top = &s->lim[BSIZE]; 110 if ((cnt = input_func(input_func_data, s->lim, BSIZE)) == 0) [all...] |
/external/ipsec-tools/src/libipsec/ |
pfkey.c | [all...] |
/bootable/recovery/minzip/ |
Hash.h | 154 int lim = pIter->pHashTable->tableSize; local 155 for ( ; i < lim; i++) {
|