Home | History | Annotate | Download | only in encoder

Lines Matching refs:vp8_writer

65     vp8_writer *const w,
113 vp8_writer *const w = cpi->bc;
135 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p)
140 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p)
145 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p)
151 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p)
156 static void write_split(vp8_writer *bc, int x)
163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount)
386 vp8_writer * w;
411 static void pack_mb_row_tokens_c(VP8_COMP *cpi, vp8_writer *w)
428 vp8_writer *w, MB_PREDICTION_MODE m, const vp8_prob *p
440 vp8_writer *w, B_PREDICTION_MODE m, const vp8_prob *p
452 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc
462 static void write_mb_features(vp8_writer *w, const MB_MODE_INFO *mi, const MACROBLOCKD *x)
520 vp8_writer *const w = cpi->bc;
721 vp8_writer *const bc = cpi->bc;
1081 vp8_writer *const w = cpi->bc;
1208 vp8_writer *const w = cpi->bc;
1251 static void put_delta_q(vp8_writer *bc, int delta_q)
1272 vp8_writer *const bc = cpi->bc;