Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.h42 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) ) macro
103 c += vp8_cost_bit(p[i>>1], b); in vp8_treed_cost()
Dtreewriter.c27 const int d = c + vp8_cost_bit(p, i & 1); in cost()
Dencodemv.c120 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()
Drdopt.c1852 *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()