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

  /external/libvpx/libvpx/vp8/encoder/
treewriter.c 19 const int d = c + vp8_cost_bit(p, i & 1);
treewriter.h 41 #define vp8_cost_bit(x, b) vp8_cost_zero((b) ? vp8_complement(x) : (x)) macro
83 c += vp8_cost_bit(p[i >> 1], b);
encodemv.c 105 cost += vp8_cost_bit(p[MVPbits + i], (x >> i) & 1);
112 cost += vp8_cost_bit(p[MVPbits + i], (x >> i) & 1);
116 if (x & 0xFFF0) cost += vp8_cost_bit(p[MVPbits + 3], (x >> 3) & 1);
119 return cost; /* + vp8_cost_bit( p [MVPsign], v < 0); */
rdopt.c     [all...]

Completed in 2211 milliseconds