Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddboolhuff.h43 } BOOL_DECODER; typedef
47 int vp8dx_start_decode(BOOL_DECODER *br, const unsigned char *source,
51 void vp8dx_bool_decoder_fill(BOOL_DECODER *br);
53 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
91 static INLINE int vp8_decode_value(BOOL_DECODER *br, int bits) { in vp8_decode_value()
102 static INLINE int vp8dx_bool_error(BOOL_DECODER *br) { in vp8dx_bool_error()
Ddboolhuff.c15 int vp8dx_start_decode(BOOL_DECODER *br, const unsigned char *source, in vp8dx_start_decode()
34 void vp8dx_bool_decoder_fill(BOOL_DECODER *br) { in vp8dx_bool_decoder_fill()
Ddetokenize.c55 static int GetSigned(BOOL_DECODER *br, int value_to_sign) { in GetSigned()
80 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, int ctx, int n, in GetCoeffs()
139 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()
Dtreereader.h22 typedef BOOL_DECODER vp8_reader;
/external/libvpx/libvpx/test/
Dvp8_boolcoder_test.cc97 BOOL_DECODER br; in TEST()