HomeSort by relevance Sort by last modified time
    Searched refs:bs (Results 201 - 225 of 322) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 423 const int bs = (1 << bsl) / 4; local
434 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w);
445 if (mi_row + bs < cm->mi_rows)
446 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
450 if (mi_col + bs < cm->mi_cols)
451 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
455 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs,
457 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col,
459 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 424 const int bs = (1 << bsl) / 4; local
433 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w);
444 if (mi_row + bs < cm->mi_rows)
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
449 if (mi_col + bs < cm->mi_cols)
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
454 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs,
456 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col,
458 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs,
    [all...]
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 61 * an appropriate filter is applied. The boundary filter strength, bs should
71 * @param[in] bs
102 WORD32 bs,
125 ASSERT((bs > 0) && (bs <= 3));
131 /* BS based on implementation can take value 3 if it is intra/inter egde */
132 /* based on BS, tc index is calcuated by adding 2 * ( bs - 1) to QP and tc_offset */
133 /* for BS = 1 adding factor is (0*2), BS = 2 or 3 adding factor is (1*2) *
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
machine.c 1249 struct branch_stack *bs)
1254 bi = calloc(bs->nr, sizeof(struct branch_info));
1258 for (i = 0; i < bs->nr; i++) {
1259 ip__resolve_ams(machine, thr, &bi[i].to, bs->entries[i].to);
1260 ip__resolve_ams(machine, thr, &bi[i].from, bs->entries[i].from);
1261 bi[i].flags = bs->entries[i].flags;
    [all...]
pmu.c 585 const char * const *bs = b; local
586 return strcmp(*as, *bs);
machine.h 85 struct branch_stack *bs);
  /art/compiler/llvm/
ir_builder.h 230 ::llvm::Value* bs,
234 ::llvm::Value* block_offset = CreateMul(bs, count);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 215 .bs-links {
263 .marketing .bs-icon {
268 .marketing .small-bs-icon {
653 .marketing .bs-icon {
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 85 bs.txt\
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 86 bs.txt\
  /external/fio/
init.c 395 unsigned int bs = td->o.min_bs[ddir]; local
402 td->rate_bps[ddir] = td->o.rate_iops[ddir] * bs;
502 o->min_bs[DDIR_READ] = o->bs[DDIR_READ];
504 o->max_bs[DDIR_READ] = o->bs[DDIR_READ];
506 o->min_bs[DDIR_WRITE] = o->bs[DDIR_WRITE];
508 o->max_bs[DDIR_WRITE] = o->bs[DDIR_WRITE];
510 o->min_bs[DDIR_TRIM] = o->bs[DDIR_TRIM];
512 o->max_bs[DDIR_TRIM] = o->bs[DDIR_TRIM];
1167 log_info("bs(seq/rand)=%s-%s/%s-%s, ",
1170 log_info("bs=%s-%s/%s-%s/%s-%s, "
    [all...]
  /external/fio/tools/
genfio 138 bs=$BLK_SIZE
164 bs=$BLK_SIZE
  /external/icu/icu4c/source/data/coll/
colfiles.mk 51 az.txt be.txt bg.txt bn.txt bs.txt\
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pack.c 3139 GLfloat rs = 1.0f, gs = 1.0f, bs = 1.0f, as = 1.0f; \/* scale factors *\/ local
    [all...]
  /external/mesa3d/src/mesa/main/
pack.c 3139 GLfloat rs = 1.0f, gs = 1.0f, bs = 1.0f, as = 1.0f; \/* scale factors *\/ local
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 210 PRIVATE void OI_SBC_ReadScalefactors(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *b, OI_BITSTREAM *bs);
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 176 vector<B> bs; member in struct:PR5810::X
  /external/e2fsprogs/lib/ext2fs/
getsize.c 210 u_int bs;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js 342 var bs = n%BI_DB;
343 var cbs = BI_DB-bs;
345 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
348 c = (this_array[i]&bm)<<bs;
364 var bs = n%BI_DB;
365 var cbs = BI_DB-bs;
366 var bm = (1<<bs)-1;
367 r_array[0] = this_array[ds]>>bs;
370 r_array[i-ds] = this_array[i]>>bs;
372 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 334 var bs = n%BI_DB;
335 var cbs = BI_DB-bs;
337 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
340 c = (this_array[i]&bm)<<bs;
356 var bs = n%BI_DB;
357 var cbs = BI_DB-bs;
358 var bm = (1<<bs)-1;
359 r_array[0] = this_array[ds]>>bs;
362 r_array[i-ds] = this_array[i]>>bs;
364 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 334 var bs = n%BI_DB;
335 var cbs = BI_DB-bs;
337 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
340 c = (this_array[i]&bm)<<bs;
356 var bs = n%BI_DB;
357 var cbs = BI_DB-bs;
358 var bm = (1<<bs)-1;
359 r_array[0] = this_array[ds]>>bs;
362 r_array[i-ds] = this_array[i]>>bs;
364 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 334 var bs = n%BI_DB;
335 var cbs = BI_DB-bs;
337 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
340 c = (this_array[i]&bm)<<bs;
356 var bs = n%BI_DB;
357 var cbs = BI_DB-bs;
358 var bm = (1<<bs)-1;
359 r_array[0] = this_array[ds]>>bs;
362 r_array[i-ds] = this_array[i]>>bs;
364 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs
    [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js 342 var bs = n%BI_DB;
343 var cbs = BI_DB-bs;
345 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
348 c = (this_array[i]&bm)<<bs;
364 var bs = n%BI_DB;
365 var cbs = BI_DB-bs;
366 var bm = (1<<bs)-1;
367 r_array[0] = this_array[ds]>>bs;
370 r_array[i-ds] = this_array[i]>>bs;
372 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 782 OPENSSL_EXPORT int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent);
785 OPENSSL_EXPORT int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, BIT_STRING_BITNAME *tbl);
857 OPENSSL_EXPORT int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
859 OPENSSL_EXPORT int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 821 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
825 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value,
904 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
906 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
908 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
    [all...]

Completed in 1650 milliseconds

1 2 3 4 5 6 7 891011>>