Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dtreereader.h26 #define vp8_read_bit(R) vp8_read(R, vp8_prob_half)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.h24 #define vp8_prob_half ( (vp8_prob) 128) macro
Dtreecoder.c140 probs[t] = vp8_prob_half; in vp8_tree_probs_from_distribution()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.h30 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half)