Searched refs:vp8_writer (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.h | 27 typedef BOOL_CODER vp8_writer; typedef 63 vp8_writer *const w, in vp8_treed_write() 82 vp8_writer *const w, in vp8_write_token()
|
D | bitstream.c | 64 vp8_writer *const w, in update_mode() 112 vp8_writer *const w = cpi->bc; in update_mbintra_mode_probs() 134 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) in write_ymode() 139 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) in kfwrite_ymode() 144 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) in write_uv_mode() 150 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) in write_bmode() 155 static void write_split(vp8_writer *bc, int x) in write_split() 162 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens() 385 vp8_writer * w; in pack_tokens_into_partitions() 411 static void pack_mb_row_tokens(VP8_COMP *cpi, vp8_writer *w) in pack_mb_row_tokens() [all …]
|
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.h | 19 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
|
D | encodemv.h | 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
|
D | onyx_int.h | 310 vp8_writer bc[9]; /* one boolcoder for each partition */
|
D | ethreading.c | 92 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)]; in thread_encoding_proc()
|
D | encodeframe.c | 383 vp8_writer *w; in encode_mb_row()
|