HomeSort by relevance Sort by last modified time
    Searched refs:BOOL_CODER (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
boolhuff.c 43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end)
54 void vp8_stop_encode(BOOL_CODER *br)
63 void vp8_encode_value(BOOL_CODER *br, int data, int bits)
boolhuff.h 38 } BOOL_CODER;
40 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer, unsigned char *buffer_end);
42 extern void vp8_encode_value(BOOL_CODER *br, int data, int bits);
43 extern void vp8_stop_encode(BOOL_CODER *bc);
62 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability)
treewriter.h 22 typedef BOOL_CODER vp8_writer;
40 /* VP8BC version is scaled by 2^20 rather than 2^8; see bool_coder.h */
encodeframe.c 723 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */
    [all...]
  /external/libvpx/libvpx/test/
vp8_boolcoder_test.cc 82 BOOL_CODER bw;
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 40 ; r0 BOOL_CODER *br
56 ; r0 BOOL_CODER *br
137 ; r0 BOOL_CODER *br
217 ; r0 BOOL_CODER *br

Completed in 121 milliseconds