Searched refs:vp9_writer (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_writer.h | 28 } vp9_writer; typedef 30 void vp9_start_encode(vp9_writer *bc, uint8_t *buffer); 31 void vp9_stop_encode(vp9_writer *bc); 33 static INLINE void vp9_write(vp9_writer *br, int bit, int probability) { in vp9_write() 81 static INLINE void vp9_write_bit(vp9_writer *w, int bit) { in vp9_write_bit() 85 static INLINE void vp9_write_literal(vp9_writer *w, int data, int bits) { in vp9_write_literal()
|
D | vp9_subexp.c | 86 static void encode_uniform(vp9_writer *w, int v) { in encode_uniform() 97 static INLINE int write_bit_gte(vp9_writer *w, int word, int test) { in write_bit_gte() 102 static void encode_term_subexp(vp9_writer *w, int word) { in encode_term_subexp() 114 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) { in vp9_write_prob_diff_update() 178 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, in vp9_cond_prob_diff_update()
|
D | vp9_subexp.h | 19 void vp9_write_prob_diff_update(vp9_writer *w, 22 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
|
D | vp9_encodemv.h | 23 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer *w); 25 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
|
D | vp9_writer.c | 15 void vp9_start_encode(vp9_writer *br, uint8_t *source) { in vp9_start_encode() 24 void vp9_stop_encode(vp9_writer *br) { in vp9_stop_encode()
|
D | vp9_bitstream.c | 49 static void write_intra_mode(vp9_writer *w, PREDICTION_MODE mode, in write_intra_mode() 54 static void write_inter_mode(vp9_writer *w, PREDICTION_MODE mode, in write_inter_mode() 69 int n, vp9_writer *w) { in prob_diff_update() 84 vp9_writer *w) { in write_selected_tx_size() 97 int segment_id, const MODE_INFO *mi, vp9_writer *w) { in write_skip() 107 static void update_skip_probs(VP9_COMMON *cm, vp9_writer *w) { in update_skip_probs() 114 static void update_switchable_interp_probs(VP9_COMMON *cm, vp9_writer *w) { in update_switchable_interp_probs() 122 static void pack_mb_tokens(vp9_writer *w, in pack_mb_tokens() 183 static void write_segment_id(vp9_writer *w, const struct segmentation *seg, in write_segment_id() 191 vp9_writer *w) { in write_ref_frames() [all …]
|
D | vp9_treewriter.h | 31 static INLINE void vp9_write_tree(vp9_writer *w, const vp9_tree_index *tree, in vp9_write_tree() 41 static INLINE void vp9_write_token(vp9_writer *w, const vp9_tree_index *tree, in vp9_write_token()
|
D | vp9_encodemv.c | 32 static void encode_mv_component(vp9_writer* w, int comp, in encode_mv_component() 136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, in update_mv() 152 int n, vp9_writer *w) { in write_mv_update() 164 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer *w) { in vp9_write_nmv_probs() 202 void vp9_encode_mv(VP9_COMP* cpi, vp9_writer* w, in vp9_encode_mv()
|
/external/libvpx/libvpx/test/ |
D | vp9_boolcoder_test.cc | 53 vp9_writer bw; in TEST()
|
/external/libvpx/libvpx/vp9/ |
D | vp9cx.mk | 35 VP9_CX_SRCS-yes += encoder/vp9_writer.h 36 VP9_CX_SRCS-yes += encoder/vp9_writer.c
|
/external/libvpx/mips/ |
D | libvpx_srcs.txt | 261 vp9/encoder/vp9_writer.c 262 vp9/encoder/vp9_writer.h
|
/external/libvpx/generic/ |
D | libvpx_srcs.txt | 261 vp9/encoder/vp9_writer.c 262 vp9/encoder/vp9_writer.h
|
/external/libvpx/mips-dspr2/ |
D | libvpx_srcs.txt | 293 vp9/encoder/vp9_writer.c 294 vp9/encoder/vp9_writer.h
|
/external/libvpx/x86/ |
D | libvpx_srcs.txt | 311 vp9/encoder/vp9_writer.c 312 vp9/encoder/vp9_writer.h
|
/external/libvpx/armv7a/ |
D | libvpx_srcs.txt | 300 vp9/encoder/vp9_writer.c 301 vp9/encoder/vp9_writer.h
|
/external/libvpx/armv7a-neon/ |
D | libvpx_srcs.txt | 356 vp9/encoder/vp9_writer.c 357 vp9/encoder/vp9_writer.h
|