Searched refs:BOOL_DECODER (Results 1 – 5 of 5) sorted by relevance
50 } BOOL_DECODER; typedef54 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) { in vp8dx_decode_bool()103 static int vp8_decode_value(BOOL_DECODER *br, int bits) in vp8_decode_value()116 static int vp8dx_bool_error(BOOL_DECODER *br) in vp8dx_bool_error()
14 int vp8dx_start_decode(BOOL_DECODER *br, in vp8dx_start_decode()37 void vp8dx_bool_decoder_fill(BOOL_DECODER *br) in vp8dx_bool_decoder_fill()
59 static int GetSigned(BOOL_DECODER *br, int value_to_sign) in GetSigned()89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, in GetCoeffs()172 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()
22 typedef BOOL_DECODER vp8_reader;
96 BOOL_DECODER br; in TEST()