Searched refs:CostArray (Results 1 – 5 of 5) sorted by relevance
363 unsigned CostArray[10] = { 0 }; in main() local369 ++CostArray[9]; in main()371 ++CostArray[ShufTab[i].Cost]; in main()375 if (CostArray[i]) in main()376 std::cout << "// " << CostArray[i] << " entries have cost " << i << "\n"; in main()377 if (CostArray[9]) in main()378 std::cout << "// " << CostArray[9] << " entries have higher cost!\n"; in main()
190 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1]; typedef209 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
39 CostArray* cost;
493 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type]; in TrellisQuantizeBlock()
133 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1]; typedef154 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes