HomeSort by relevance Sort by last modified time
    Searched refs:vecsize (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc 158 int vecsize = vec.size(); local
159 double* insert_cost = new double[kSize * vecsize];
160 memset(insert_cost, 0, sizeof(insert_cost[0]) * kSize * vecsize);
162 for (int j = 0; j < vecsize; ++j) {
163 insert_cost[i * vecsize + j] =
167 double *cost = new double[vecsize];
168 memset(cost, 0, sizeof(cost[0]) * vecsize);
169 bool* switch_signal = new bool[length * vecsize];
170 memset(switch_signal, 0, sizeof(switch_signal[0]) * length * vecsize);
178 int ix = byte_ix * vecsize;
    [all...]
  /external/svox/pico/lib/
picokpdf.c 53 - Vecsize: 1 uint8
59 - And then numframes x vecsize uint8
63 - vecsize: 1 uint8
74 And then numframes x vecsize uint8
108 pdfdur->vecsize = this->base[pos++];
117 PICODBG_DEBUG(("numframes %d, vecsize %d, phonquantlen %d, "
118 "statequantlen %d", pdfdur->numframes, pdfdur->vecsize,
120 if ((picoos_uint32)(pos + (pdfdur->numframes * pdfdur->vecsize)) != this->size) {
122 pos + (pdfdur->numframes * pdfdur->vecsize),
162 pdfmul->vecsize = this->base[pos++]
    [all...]
picokpdf.h 101 picoos_uint8 vecsize; member in struct:picokpdf_pdfdur
113 picoos_uint8 vecsize; member in struct:picokpdf_pdfmul
picocep.c 969 picoos_uint8 vecsize = pdf->vecsize; local
1313 picoos_uint8 vecsize = pdf->vecsize; local
1349 picoos_uint8 vecsize = pdf->vecsize; local
    [all...]
picopam.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_vector.i 352 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
353 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
378 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
379 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
404 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
405 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
430 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
431 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
456 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
457 for (unsigned vpos = 0; vpos < vecsize; ++vpos
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 467 int vecsize) const {
507 vecsize);
515 rc = vecsize / 2;
550 << ", vecsize=" << vecsize; local
564 int vecsize) const {
565 assert((1 + n) * 3 <= vecsize); // results + PCRE workspace
566 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
603 size_t const vecsize = (1 + n) * 3; // results + PCRE workspace local
605 int *vec = new int[vecsize];
    [all...]
pcre.h 472 // Match against "text", filling in "vec" (up to "vecsize" * 2/3) with
488 int vecsize) const;
505 int vecsize) const;
  /external/regex-re2/util/
pcre.cc 462 int vecsize) const {
502 vecsize);
510 rc = vecsize / 2;
545 << ", vecsize=" << vecsize; local
559 int vecsize) const {
560 assert((1 + n) * 3 <= vecsize); // results + PCRE workspace
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
598 size_t const vecsize = (1 + n) * 3; // results + PCRE workspace local
600 int *vec = new int[vecsize];
    [all...]
pcre.h 466 // Match against "text", filling in "vec" (up to "vecsize" * 2/3) with
482 int vecsize) const;
499 int vecsize) const;

Completed in 434 milliseconds