OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOL_CODER
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/
boolhuff.h
35
}
BOOL_CODER
;
37
extern void vp8_start_encode(
BOOL_CODER
*bc, unsigned char *buffer);
38
extern void vp8_encode_bool(
BOOL_CODER
*bc, int x, int context);
39
extern void vp8_encode_value(
BOOL_CODER
*br, int data, int bits);
40
extern void vp8_stop_encode(
BOOL_CODER
*bc);
boolhuff.c
46
void vp8_start_encode(
BOOL_CODER
*br, unsigned char *source)
57
void vp8_stop_encode(
BOOL_CODER
*br)
77
void vp8_encode_bool(
BOOL_CODER
*br, int bit, int probability)
141
void vp8_encode_value(
BOOL_CODER
*br, int data, int bits)
treewriter.h
22
typedef
BOOL_CODER
vp8_writer;
40
/* VP8BC version is scaled by 2^20 rather than 2^8; see
bool_coder
.h */
/external/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm
25
; r0
BOOL_CODER
*br
41
; r0
BOOL_CODER
*br
119
; r0
BOOL_CODER
*br
196
; r0
BOOL_CODER
*br
Completed in 288 milliseconds