Home
last modified time | relevance | path

Searched refs:BOOL_CODER (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dboolhuff.h42 } BOOL_CODER; typedef
44 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer, unsigned char *buffer_end);
46 extern void vp8_encode_value(BOOL_CODER *br, int data, int bits);
47 extern void vp8_stop_encode(BOOL_CODER *bc);
66 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability) in vp8_encode_bool()
Dboolhuff.c43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) in vp8_start_encode()
54 void vp8_stop_encode(BOOL_CODER *br) in vp8_stop_encode()
63 void vp8_encode_value(BOOL_CODER *br, int data, int bits) in vp8_encode_value()
Dtreewriter.h26 typedef BOOL_CODER vp8_writer;
Dencodeframe.c724 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */ in vp8_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp8_boolcoder_test.cc80 BOOL_CODER bw; in TEST()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm40 ; r0 BOOL_CODER *br
56 ; r0 BOOL_CODER *br
137 ; r0 BOOL_CODER *br
217 ; r0 BOOL_CODER *br