Searched refs:vp8_writer (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | 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));
|
D | 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);
|
D | treewriter.h | 26 typedef BOOL_CODER vp8_writer; typedef 62 vp8_writer *const w, in vp8_treed_write() 81 vp8_writer *const w, in vp8_write_token()
|
D | encodemv.c | 24 vp8_writer *const w, in encode_mvcomponent() 68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) in vp8_encode_motion_vector() 199 vp8_writer *const w, in update() 224 vp8_writer *const w, in write_component_probs() 359 vp8_writer *const w = cpi->bc; in vp8_write_mvprobs()
|
D | bitstream.c | 65 vp8_writer *const w, in update_mode() 113 vp8_writer *const w = cpi->bc; in update_mbintra_mode_probs() 135 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) in write_ymode() 140 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) in kfwrite_ymode() 145 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) in write_uv_mode() 151 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) in write_bmode() 156 static void write_split(vp8_writer *bc, int x) in write_split() 163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens_c() 386 vp8_writer * w; in pack_tokens_into_partitions_c() 411 static void pack_mb_row_tokens_c(VP8_COMP *cpi, vp8_writer *w) in pack_mb_row_tokens_c() [all …]
|
D | encodemv.h | 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
|
D | onyx_int.h | 313 vp8_writer bc[9]; /* one boolcoder for each partition */
|
D | ethreading.c | 94 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)]; in thread_encoding_proc()
|
D | encodeframe.c | 382 vp8_writer *w; in encode_mb_row()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
D | 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)
|
D | vp8_packtokens_armv5.asm | 25 ; needs vp8_writer in r0 39 ; r0 vp8_writer *w
|
D | vp8_packtokens_mbrow_armv5.asm | 25 ; needs vp8_writer in r0 39 ; r1 vp8_writer *w
|
D | boolhuff_armv5te.asm | 27 ; needs vp8_writer in r0
|