Searched refs:BOOL_DECODER (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | dboolhuff.h | 43 } 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()
|
D | dboolhuff.c | 15 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()
|
D | detokenize.c | 55 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()
|
D | treereader.h | 22 typedef BOOL_DECODER vp8_reader;
|
/external/libvpx/libvpx/test/ |
D | vp8_boolcoder_test.cc | 97 BOOL_DECODER br; in TEST()
|