Searched refs:vp8_cost_bit (Results 1 – 4 of 4) sorted by relevance
42 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) ) macro103 c += vp8_cost_bit(p[i>>1], b); in vp8_treed_cost()
27 const int d = c + vp8_cost_bit(p, i & 1); in cost()
120 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1); in cost_mvcomponent()127 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1); in cost_mvcomponent()132 cost += vp8_cost_bit(p [MVPbits + 3], (x >> 3) & 1); in cost_mvcomponent()
1852 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()1900 prob_skip_cost = vp8_cost_bit(cpi->prob_skip_false, 1); in calculate_final_rd_costs()1901 prob_skip_cost -= vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()