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

  /external/libvpx/vp8/decoder/
treereader.h 23 #define vp8_read_bit( R) vp8_read( R, vp8_prob_half)
  /external/libvpx/vp8/common/
treecoder.h 20 #define vp8_prob_half ( (vp8_prob) 128) macro
treecoder.c 140 probs[t] = vp8_prob_half;
  /external/libvpx/vp8/encoder/
treewriter.h 26 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half)
tokenize.c 83 cost += vp8_cost_bit(vp8_prob_half, extra & 1); /* sign */

Completed in 258 milliseconds