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

  /external/webp/src/enc/
histogram.h 31 // literal_ contains green literal, palette-code and
33 int literal_[PIX_OR_COPY_CODES_MAX]; member in struct:__anon16594
87 p->literal_[i] += a->literal_[i];
histogram.c 23 memset(p->literal_, 0, sizeof(p->literal_));
85 ++histo->literal_[PixOrCopyLiteral(v, 1)];
89 ++histo->literal_[literal_ix];
94 ++histo->literal_[256 + code];
153 double retval = BitsEntropy(&p->literal_[0], VP8LHistogramNumCodes(p))
162 (i >> 1) * p->literal_[256 + i + 2];
214 HuffmanCost(&p->literal_[0], VP8LHistogramNumCodes(p)) +
backward_references.c 358 double literal_[PIX_OR_COPY_CODES_MAX]; member in struct:__anon16589
411 VP8LHistogramNumCodes(&histo), histo.literal_, m->literal_);
430 m->literal_[(v >> 8) & 0xff] +
436 return m->literal_[literal_idx];
443 return m->literal_[VALUES_IN_BYTE + code] + extra_bits_count;
vp8l.c 226 ok = ok && VP8LCreateHuffmanTree(histo->literal_, 15, codes + 0);
    [all...]
  /external/regex-re2/re2/
re2.h 534 literal_(false),
568 bool literal() const { return literal_; }
569 void set_literal(bool b) { literal_ = b; }
592 literal_ = src.literal_;
614 literal_(false),
627 bool literal_; member in class:re2::RE2::Options
    [all...]
  /external/chromium/chrome/browser/history/
query_parser.cc 71 : word_(word), literal_(false) {}
77 void set_literal(bool literal) { literal_ = literal; }
87 bool literal_; member in class:QueryNodeWord
119 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_))
  /external/v8/src/
deoptimizer.h 645 : literal_(literal), representation_(LITERAL) { }
667 return literal_;
682 Handle<Object> literal_;

Completed in 206 milliseconds