Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddboolhuff.h50 } BOOL_DECODER; typedef
54 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()
Ddboolhuff.c14 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()
Ddetokenize.c59 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()
Dtreereader.h22 typedef BOOL_DECODER vp8_reader;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp8_boolcoder_test.cc96 BOOL_DECODER br; in TEST()