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

  /external/libvpx/libvpx/vp8/encoder/
treewriter.c 27 const int d = c + vp8_cost_bit(p, i & 1);
treewriter.h 43 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) ) macro
104 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); */
rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
treewriter.c 27 const int d = c + vp8_cost_bit(p, i & 1);
treewriter.h 42 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) ) macro
103 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); */
rdopt.c     [all...]

Completed in 613 milliseconds