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

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 363 unsigned CostArray[10] = { 0 };
369 ++CostArray[9];
371 ++CostArray[ShufTab[i].Cost];
375 if (CostArray[i])
376 std::cout << "// " << CostArray[i] << " entries have cost " << i << "\n";
377 if (CostArray[9])
378 std::cout << "// " << CostArray[9] << " entries have higher cost!\n";
  /external/webp/src/enc/
vp8enci.h 169 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1];
188 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
frame.c 37 CostArray* cost;
quant.c 425 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type];

Completed in 35 milliseconds