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
83 c += vp8_cost_bit(p[i >> 1], b); in vp8_treed_cost()
Dencodemv.c107 cost += vp8_cost_bit(p[MVPbits + i], (x >> i) & 1); in cost_mvcomponent()
114 cost += vp8_cost_bit(p[MVPbits + i], (x >> i) & 1); in cost_mvcomponent()
118 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.c1662 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()
1701 prob_skip_cost = vp8_cost_bit(cpi->prob_skip_false, 1); in calculate_final_rd_costs()
1702 prob_skip_cost -= (int)vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()