Home
last modified time | relevance | path

Searched refs:vp8_writer (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c48 static void update_mode(vp8_writer *const w, int n, vp8_token tok[/* n */], in update_mode()
81 vp8_writer *const w = cpi->bc; in update_mbintra_mode_probs()
99 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in write_ymode()
103 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in kfwrite_ymode()
107 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) { in write_uv_mode()
111 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) { in write_bmode()
115 static void write_split(vp8_writer *bc, int x) { in write_split()
120 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) { in vp8_pack_tokens()
297 vp8_writer *w; in pack_tokens_into_partitions()
320 static void pack_mb_row_tokens(VP8_COMP *cpi, vp8_writer *w) { in pack_mb_row_tokens()
[all …]
Dtreewriter.h26 typedef BOOL_CODER vp8_writer; typedef
57 static void vp8_treed_write(vp8_writer *const w, vp8_tree t, in vp8_treed_write()
68 static INLINE void vp8_write_token(vp8_writer *const w, vp8_tree t, in vp8_write_token()
Dencodemv.c19 static void encode_mvcomponent(vp8_writer *const w, const int v, in encode_mvcomponent()
55 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, in vp8_encode_motion_vector()
168 static void update(vp8_writer *const w, const unsigned int ct[2], in update()
187 static void write_component_probs(vp8_writer *const w, in write_component_probs()
305 vp8_writer *const w = cpi->bc; in vp8_write_mvprobs()
Dencodemv.h21 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
Dbitstream.h21 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
Donyx_int.h287 vp8_writer bc[9]; /* one boolcoder for each partition */
Dethreading.c87 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)]; in thread_encoding_proc()
Dencodeframe.c339 vp8_writer *w; in encode_mb_row()