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

  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 46 } BOOL_DECODER;
50 int vp8dx_start_decode(BOOL_DECODER *br,
56 void vp8dx_bool_decoder_fill(BOOL_DECODER *br);
59 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) {
99 static int vp8_decode_value(BOOL_DECODER *br, int bits)
112 static int vp8dx_bool_error(BOOL_DECODER *br)
treereader.h 18 typedef BOOL_DECODER vp8_reader;
dboolhuff.c 14 int vp8dx_start_decode(BOOL_DECODER *br,
37 void vp8dx_bool_decoder_fill(BOOL_DECODER *br)
detokenize.c 59 static int GetSigned(BOOL_DECODER *br, int value_to_sign)
89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob,
172 BOOL_DECODER *bc = x->current_bc;
  /external/libvpx/libvpx/test/
vp8_boolcoder_test.cc 98 BOOL_DECODER br;

Completed in 123 milliseconds