Searched refs:coeff_bits (Results 1 – 1 of 1) sorted by relevance
1331 const int64_t coeff_bits = coeff_pcost << AV1_PROB_COST_SHIFT; in search_switchable() local1332 const int64_t bits = x->switchable_restore_cost[r] + coeff_bits; in search_switchable()