Searched refs:BOOL_DECODER (Results 1 – 5 of 5) sorted by relevance
45 } BOOL_DECODER; typedef49 int vp8dx_start_decode(BOOL_DECODER *br,55 void vp8dx_bool_decoder_fill(BOOL_DECODER *br);58 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()98 static int vp8_decode_value(BOOL_DECODER *br, int bits) in vp8_decode_value()111 static int vp8dx_bool_error(BOOL_DECODER *br) in vp8dx_bool_error()
15 int vp8dx_start_decode(BOOL_DECODER *br, in vp8dx_start_decode()38 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()