HomeSort by relevance Sort by last modified time
    Searched refs:BOOL_CODER (Results 1 - 11 of 11) 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 27 typedef BOOL_CODER vp8_writer;
45 /* VP8BC version is scaled by 2^20 rather than 2^8; see bool_coder.h */
encodeframe.c 745 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 42 } BOOL_CODER;
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)
treewriter.h 26 typedef BOOL_CODER vp8_writer;
44 /* VP8BC version is scaled by 2^20 rather than 2^8; see bool_coder.h */
encodeframe.c 724 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */
    [all...]
  /external/libvpx/libvpx/test/
vp8_boolcoder_test.cc 80 BOOL_CODER bw;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_boolcoder_test.cc 80 BOOL_CODER bw;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 457 milliseconds