HomeSort by relevance Sort by last modified time
    Searched refs:vp8_writer (Results 1 - 25 of 26) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/
encodemv.h 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
vp8_asm_enc_offsets.c 46 DEFINE(vp8_writer_lowvalue, offsetof(vp8_writer, lowvalue));
47 DEFINE(vp8_writer_range, offsetof(vp8_writer, range));
48 DEFINE(vp8_writer_count, offsetof(vp8_writer, count));
49 DEFINE(vp8_writer_pos, offsetof(vp8_writer, pos));
50 DEFINE(vp8_writer_buffer, offsetof(vp8_writer, buffer));
51 DEFINE(vp8_writer_buffer_end, offsetof(vp8_writer, buffer_end));
52 DEFINE(vp8_writer_error, offsetof(vp8_writer, error));
73 DEFINE(vp8_writer_sz , sizeof(vp8_writer));
bitstream.h 20 void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
31 void vp8cx_pack_mb_row_tokens_armv5(VP8_COMP *cpi, vp8_writer *w,
43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
treewriter.h 26 typedef BOOL_CODER vp8_writer; typedef
62 vp8_writer *const w,
81 vp8_writer *const w,
bitstream.c 64 vp8_writer *const w,
112 vp8_writer *const w = cpi->bc;
134 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p)
139 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p)
144 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p)
150 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p)
155 static void write_split(vp8_writer *bc, int x)
162 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount)
385 vp8_writer * w;
410 static void pack_mb_row_tokens_c(VP8_COMP *cpi, vp8_writer *w
    [all...]
encodemv.c 24 vp8_writer *const w,
68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
199 vp8_writer *const w,
224 vp8_writer *const w,
359 vp8_writer *const w = cpi->bc;
onyx_int.h 310 vp8_writer bc[9]; /* one boolcoder for each partition */
ethreading.c 94 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)];
encodeframe.c 381 vp8_writer *w;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.h 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
vp8_asm_enc_offsets.c 46 DEFINE(vp8_writer_lowvalue, offsetof(vp8_writer, lowvalue));
47 DEFINE(vp8_writer_range, offsetof(vp8_writer, range));
48 DEFINE(vp8_writer_count, offsetof(vp8_writer, count));
49 DEFINE(vp8_writer_pos, offsetof(vp8_writer, pos));
50 DEFINE(vp8_writer_buffer, offsetof(vp8_writer, buffer));
51 DEFINE(vp8_writer_buffer_end, offsetof(vp8_writer, buffer_end));
52 DEFINE(vp8_writer_error, offsetof(vp8_writer, error));
73 DEFINE(vp8_writer_sz , sizeof(vp8_writer));
bitstream.h 20 void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
31 void vp8cx_pack_mb_row_tokens_armv5(VP8_COMP *cpi, vp8_writer *w,
43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
treewriter.h 26 typedef BOOL_CODER vp8_writer; typedef
62 vp8_writer *const w,
81 vp8_writer *const w,
bitstream.c 65 vp8_writer *const w,
113 vp8_writer *const w = cpi->bc;
135 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p)
140 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p)
145 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p)
151 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p)
156 static void write_split(vp8_writer *bc, int x)
163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount)
386 vp8_writer * w;
411 static void pack_mb_row_tokens_c(VP8_COMP *cpi, vp8_writer *w
    [all...]
encodemv.c 24 vp8_writer *const w,
68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
199 vp8_writer *const w,
224 vp8_writer *const w,
359 vp8_writer *const w = cpi->bc;
onyx_int.h 313 vp8_writer bc[9]; /* one boolcoder for each partition */
ethreading.c 94 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)];
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 24 ; needs vp8_writer in r0
66 ldr r11, _VP8_COMP_bc_ ; load up vp8_writer out of cpi
73 ldr r2, _vp8_writer_sz_ ; load up sizeof(vp8_writer)
vp8_packtokens_armv5.asm 25 ; needs vp8_writer in r0
39 ; r0 vp8_writer *w
vp8_packtokens_mbrow_armv5.asm 25 ; needs vp8_writer in r0
39 ; r1 vp8_writer *w
boolhuff_armv5te.asm 27 ; needs vp8_writer in r0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 24 ; needs vp8_writer in r0
66 ldr r11, _VP8_COMP_bc_ ; load up vp8_writer out of cpi
73 ldr r2, _vp8_writer_sz_ ; load up sizeof(vp8_writer)
vp8_packtokens_armv5.asm 25 ; needs vp8_writer in r0
39 ; r0 vp8_writer *w
vp8_packtokens_mbrow_armv5.asm 25 ; needs vp8_writer in r0
39 ; r1 vp8_writer *w
boolhuff_armv5te.asm 27 ; needs vp8_writer in r0

Completed in 272 milliseconds

1 2