Searched refs:vp8_cost_bit (Results 1 – 4 of 4) sorted by relevance
41 #define vp8_cost_bit(x, b) vp8_cost_zero((b) ? vp8_complement(x) : (x)) macro81 c += vp8_cost_bit(p[i >> 1], b); in vp8_treed_cost()
101 cost += vp8_cost_bit(p[MVPbits + i], (x >> i) & 1); in cost_mvcomponent()108 cost += vp8_cost_bit(p[MVPbits + i], (x >> i) & 1); in cost_mvcomponent()112 if (x & 0xFFF0) cost += vp8_cost_bit(p[MVPbits + 3], (x >> 3) & 1); in cost_mvcomponent()
19 const int d = c + vp8_cost_bit(p, i & 1); in cost()
1657 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()1696 prob_skip_cost = vp8_cost_bit(cpi->prob_skip_false, 1); in calculate_final_rd_costs()1697 prob_skip_cost -= (int)vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()