Home
last modified time | relevance | path

Searched refs:vp8_cost_bit (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.h41 #define vp8_cost_bit(x, b) vp8_cost_zero((b) ? vp8_complement(x) : (x)) macro
81 c += vp8_cost_bit(p[i >> 1], b); in vp8_treed_cost()
Dencodemv.c101 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()
Dtreewriter.c19 const int d = c + vp8_cost_bit(p, i & 1); in cost()
Drdopt.c1657 *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()