HomeSort by relevance Sort by last modified time
    Searched refs:vp8_cost_bit (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/encoder/
treewriter.c 27 const int d = c + vp8_cost_bit(p, i & 1);
treewriter.h 38 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) ) macro
99 c += vp8_cost_bit(p[i>>1], b);
encodemv.c 120 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1);
127 cost += vp8_cost_bit(p [MVPbits + i], (x >> i) & 1);
132 cost += vp8_cost_bit(p [MVPbits + 3], (x >> 3) & 1);
135 return cost; // + vp8_cost_bit( p [MVPsign], v < 0);
tokenize.c 83 cost += vp8_cost_bit(vp8_prob_half, extra & 1); /* sign */
rdopt.c     [all...]

Completed in 647 milliseconds