HomeSort by relevance Sort by last modified time
    Searched defs:BOOL_DECODER (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 45 } BOOL_DECODER;
49 int vp8dx_start_decode(BOOL_DECODER *br,
55 void vp8dx_bool_decoder_fill(BOOL_DECODER *br);
58 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) {
98 static INLINE int vp8_decode_value(BOOL_DECODER *br, int bits)
111 static INLINE int vp8dx_bool_error(BOOL_DECODER *br)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.h 50 } BOOL_DECODER;
54 int vp8dx_start_decode(BOOL_DECODER *br,
60 void vp8dx_bool_decoder_fill(BOOL_DECODER *br);
63 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) {
103 static int vp8_decode_value(BOOL_DECODER *br, int bits)
116 static int vp8dx_bool_error(BOOL_DECODER *br)

Completed in 200 milliseconds