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

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.h 20 struct vpx_writer;
22 void vp9_write_prob_diff_update(struct vpx_writer *w, vpx_prob newp,
25 void vp9_cond_prob_diff_update(struct vpx_writer *w, vpx_prob *oldp,
vp9_encodemv.h 22 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w,
25 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer *w, const MV *mv, const MV *ref,
vp9_treewriter.h 31 static INLINE void vp9_write_tree(vpx_writer *w, const vpx_tree_index *tree,
41 static INLINE void vp9_write_token(vpx_writer *w, const vpx_tree_index *tree,
vp9_bitstream.h 23 vpx_writer bit_writer;
vp9_subexp.c 83 static void encode_uniform(vpx_writer *w, int v) {
94 static INLINE int write_bit_gte(vpx_writer *w, int word, int test) {
99 static void encode_term_subexp(vpx_writer *w, int word) {
111 void vp9_write_prob_diff_update(vpx_writer *w, vpx_prob newp, vpx_prob oldp) {
180 void vp9_cond_prob_diff_update(vpx_writer *w, vpx_prob *oldp,
vp9_bitstream.c 51 static void write_intra_mode(vpx_writer *w, PREDICTION_MODE mode,
56 static void write_inter_mode(vpx_writer *w, PREDICTION_MODE mode,
71 vpx_writer *w) {
84 const MACROBLOCKD *const xd, vpx_writer *w) {
99 int segment_id, const MODE_INFO *mi, vpx_writer *w) {
109 static void update_skip_probs(VP9_COMMON *cm, vpx_writer *w,
117 static void update_switchable_interp_probs(VP9_COMMON *cm, vpx_writer *w,
126 static void pack_mb_tokens(vpx_writer *w, TOKENEXTRA **tp,
191 static void write_segment_id(vpx_writer *w, const struct segmentation *seg,
199 vpx_writer *w)
    [all...]
vp9_encodemv.c 31 static void encode_mv_component(vpx_writer *w, int comp,
143 static int update_mv(vpx_writer *w, const unsigned int ct[2], vpx_prob *cur_p,
160 vpx_writer *w) {
172 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w,
210 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer *w, const MV *mv, const MV *ref,
  /external/libvpx/libvpx/vpx_dsp/
bitwriter.c 15 void vpx_start_encode(vpx_writer *br, uint8_t *source) {
24 void vpx_stop_encode(vpx_writer *br) {
bitwriter.h 22 typedef struct vpx_writer { struct
28 } vpx_writer; typedef in typeref:struct:vpx_writer
30 void vpx_start_encode(vpx_writer *bc, uint8_t *buffer);
31 void vpx_stop_encode(vpx_writer *bc);
33 static INLINE void vpx_write(vpx_writer *br, int bit, int probability) {
81 static INLINE void vpx_write_bit(vpx_writer *w, int bit) {
85 static INLINE void vpx_write_literal(vpx_writer *w, int data, int bits) {
  /external/libvpx/libvpx/test/
vp9_boolcoder_test.cc 54 vpx_writer bw;

Completed in 373 milliseconds