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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 195 static double ExtraCost(const int* const population, int length) {
209 + ExtraCost(p->literal_ + 256, NUM_LENGTH_CODES)
210 + ExtraCost(p->distance_, NUM_DISTANCE_CODES);
219 + ExtraCost(p->literal_ + 256, NUM_LENGTH_CODES)
220 + ExtraCost(p->distance_, NUM_DISTANCE_CODES);
268 cost += ExtraCost(out->literal_ + 256, NUM_LENGTH_CODES);
283 cost += ExtraCost(out->distance_, NUM_DISTANCE_CODES);
309 cost += ExtraCost(tmp + 256, NUM_LENGTH_CODES);
324 cost += ExtraCost(tmp, NUM_DISTANCE_CODES);
  /external/llvm/lib/CodeGen/
IfConversion.cpp 103 /// ExtraCost - Extra cost for multi-cycle instructions.
120 unsigned ExtraCost;
131 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr),
670 BBI.ExtraCost = 0;
693 BBI.ExtraCost += NumCycles-1;
852 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
854 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
872 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
887 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost
    [all...]
  /external/webp/src/dsp/
lossless_enc_mips32.c 106 static double ExtraCost(const uint32_t* const population, int length) {
376 VP8LExtraCost = ExtraCost;
lossless_enc.c     [all...]

Completed in 398 milliseconds