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

  /external/libvpx/libvpx/vp8/decoder/
treereader.h 18 typedef BOOL_DECODER vp8_reader; typedef
28 vp8_reader *const r, /* !!! must return a 0 or 1 !!! */
decodemv.c 21 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p)
28 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p)
35 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p)
42 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p)
51 vp8_reader *const bc = & pbi->mbc[8];
76 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc)
111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc)
153 vp8_reader *const bc = & pbi->mbc[8];
230 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi
    [all...]
onyxd_int.h 71 vp8_reader mbc[MAX_PARTITIONS];
decodframe.c 280 static int get_delta_q(vp8_reader *bc, int prev, int *q_update)
825 vp8_reader *bool_decoder = &pbi->mbc[0];
    [all...]

Completed in 470 milliseconds