Home
last modified time | relevance | path

Searched refs:BOOL_DECODER (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/decoder/
Ddboolhuff.h35 } BOOL_DECODER; typedef
39 int vp8dx_start_decode(BOOL_DECODER *br,
43 void vp8dx_bool_decoder_fill(BOOL_DECODER *br);
69 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
107 static int vp8_decode_value(BOOL_DECODER *br, int bits) in vp8_decode_value()
120 static int vp8dx_bool_error(BOOL_DECODER *br) in vp8dx_bool_error()
Dasm_dec_offsets.c43 DEFINE(bool_decoder_user_buffer_end, offsetof(BOOL_DECODER, user_buffer_end));
44 DEFINE(bool_decoder_user_buffer, offsetof(BOOL_DECODER, user_buffer));
45 DEFINE(bool_decoder_value, offsetof(BOOL_DECODER, value));
46 DEFINE(bool_decoder_count, offsetof(BOOL_DECODER, count));
47 DEFINE(bool_decoder_range, offsetof(BOOL_DECODER, range));
Ddboolhuff.c29 int vp8dx_start_decode(BOOL_DECODER *br, in vp8dx_start_decode()
49 void vp8dx_bool_decoder_fill(BOOL_DECODER *br) in vp8dx_bool_decoder_fill()
Dtreereader.h19 typedef BOOL_DECODER vp8_reader;
Donyxd_int.h62 BOOL_DECODER *current_bc;
Ddetokenize.c186 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()