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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddboolhuff.h50 } BOOL_DECODER; typedef in typeref:struct:__anon1070
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) {
103 static int vp8_decode_value(BOOL_DECODER *br, int bits)
116 static int vp8dx_bool_error(BOOL_DECODER *br)
H A Dtreereader.h22 typedef BOOL_DECODER vp8_reader;
H A Ddboolhuff.c14 int vp8dx_start_decode(BOOL_DECODER *br,
37 void vp8dx_bool_decoder_fill(BOOL_DECODER *br)
H A Ddetokenize.c59 static int GetSigned(BOOL_DECODER *br, int value_to_sign)
89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob,
172 BOOL_DECODER *bc = x->current_bc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_boolcoder_test.cc96 BOOL_DECODER br;

Completed in 61 milliseconds