HomeSort by relevance Sort by last modified time
    Searched full:vp8_writer (Results 1 - 10 of 10) sorted by null

  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 34 DEFINE(vp8_writer_lowvalue, offsetof(vp8_writer, lowvalue));
35 DEFINE(vp8_writer_range, offsetof(vp8_writer, range));
36 DEFINE(vp8_writer_value, offsetof(vp8_writer, value));
37 DEFINE(vp8_writer_count, offsetof(vp8_writer, count));
38 DEFINE(vp8_writer_pos, offsetof(vp8_writer, pos));
39 DEFINE(vp8_writer_buffer, offsetof(vp8_writer, buffer));
  /external/libvpx/vp8/encoder/
encodemv.h 18 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
bitstream.h 16 void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
24 void vp8cx_pack_mb_row_tokens_armv5(VP8_COMP *cpi, vp8_writer *w,
treewriter.h 22 typedef BOOL_CODER vp8_writer; typedef
58 vp8_writer *const w,
77 vp8_writer *const w,
encodemv.c 24 vp8_writer *const w,
68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
228 vp8_writer *const w,
253 vp8_writer *const w,
425 vp8_writer *const w = & cpi->bc;
bitstream.c 73 vp8_writer *const w,
121 vp8_writer *const w = & cpi->bc;
143 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p)
148 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p)
153 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p)
159 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p)
164 static void write_split(vp8_writer *bc, int x)
183 static void pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount)
388 vp8_writer *w = &cpi->bc2;
596 static void pack_mb_row_tokens_c(VP8_COMP *cpi, vp8_writer *w
    [all...]
onyx_int.h 267 vp8_writer bc, bc2;
327 vp8_writer rdbc;
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 22 ; r0 vp8_writer *w
vp8_packtokens_mbrow_armv5.asm 23 ; r1 vp8_writer *w
vp8_packtokens_partitions_armv5.asm 59 ldr r11, _VP8_COMP_bc2_ ; load up vp8_writer out of cpi

Completed in 557 milliseconds