Searched refs:CostArray (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dcost.h35 CostArray* cost;
H A Dvp8enci.h192 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1]; typedef
211 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
H A Dquant.c556 const CostArray* const costs = enc->proba_.level_cost_[coeff_type];
/external/webp/src/enc/
H A Dcost.h35 CostArray* cost;
H A Dvp8enci.h192 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1]; typedef
211 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
H A Dquant.c556 const CostArray* const costs = enc->proba_.level_cost_[coeff_type];
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp363 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";

Completed in 176 milliseconds