Home
last modified time | relevance | path

Searched defs:probability (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dboolhuff.h66 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability) in vp8_encode_bool()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddboolhuff.h63 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_writer.h38 static void vp9_write(vp9_writer *br, int bit, int probability) { in vp9_write()