OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOL_DECODER
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/vp8/decoder/
dboolhuff.h
42
}
BOOL_DECODER
;
44
#define prototype_dbool_start(sym) int sym(
BOOL_DECODER
*br, \
46
#define prototype_dbool_fill(sym) void sym(
BOOL_DECODER
*br)
47
#define prototype_dbool_debool(sym) int sym(
BOOL_DECODER
*br, int probability)
48
#define prototype_dbool_devalue(sym) int sym(
BOOL_DECODER
*br, int bits);
103
static int vp8dx_start_decode(
BOOL_DECODER
*br,
111
static void vp8dx_bool_decoder_fill(
BOOL_DECODER
*br) {
118
multiple
BOOL_DECODER
fields must be modified, and the compiler is not smart
139
static int vp8dx_decode_bool(
BOOL_DECODER
*br, int probability) {
190
static int vp8_decode_value(
BOOL_DECODER
*br, int bits
[
all
...]
dboolhuff.c
29
int vp8dx_start_decode_c(
BOOL_DECODER
*br, const unsigned char *source,
48
void vp8dx_bool_decoder_fill_c(
BOOL_DECODER
*br)
75
int vp8dx_decode_bool_c(
BOOL_DECODER
*br, int probability)
120
int vp8dx_decode_value_c(
BOOL_DECODER
*br, int bits)
treereader.h
19
typedef
BOOL_DECODER
vp8_reader;
onyxd_int.h
62
BOOL_DECODER
*current_bc;
detokenize.c
239
BOOL_DECODER
*bc = x->current_bc;
/external/libvpx/vp8/common/arm/
vpx_asm_offsets.c
72
DEFINE(bool_decoder_user_buffer_end, offsetof(
BOOL_DECODER
, user_buffer_end));
73
DEFINE(bool_decoder_user_buffer, offsetof(
BOOL_DECODER
, user_buffer));
74
DEFINE(bool_decoder_value, offsetof(
BOOL_DECODER
, value));
75
DEFINE(bool_decoder_count, offsetof(
BOOL_DECODER
, count));
76
DEFINE(bool_decoder_range, offsetof(
BOOL_DECODER
, range));
/external/libvpx/vp8/decoder/arm/armv6/
dboolhuff_v6.asm
36
;int vp8_decode_value_v6 (
BOOL_DECODER
*br, int bits )
60
;void vp8dx_start_decode_v6 (
BOOL_DECODER
*br, unsigned char *source )
90
;void vp8dx_stop_decode_v6 (
BOOL_DECODER
*bc );
104
;int vp8dx_decode_bool_v6 (
BOOL_DECODER
*br, int probability )
/external/libvpx/vp8/decoder/arm/neon/
dboolhuff_neon.asm
33
;int vp8_decode_value_neon (
BOOL_DECODER
*br, int bits )
57
;void vp8dx_start_decode_neon (
BOOL_DECODER
*br, unsigned char *source )
87
;void vp8dx_stop_decode_neon (
BOOL_DECODER
*bc );
101
;int vp8dx_decode_bool_neon (
BOOL_DECODER
*br, int probability )
Completed in 38 milliseconds