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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
treereader.h 22 typedef BOOL_DECODER vp8_reader; typedef
32 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 75 vp8_reader mbc[MAX_PARTITIONS];
decodeframe.c 280 static int get_delta_q(vp8_reader *bc, int prev, int *q_update)
816 vp8_reader *bool_decoder = &pbi->mbc[0];
973 vp8_reader *const bc = &pbi->mbc[8];
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
treereader.h 23 typedef BOOL_DECODER vp8_reader; typedef
33 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 75 vp8_reader mbc[MAX_PARTITIONS];
decodeframe.c 284 static int get_delta_q(vp8_reader *bc, int prev, int *q_update)
828 vp8_reader *bool_decoder = &pbi->mbc[0];
    [all...]

Completed in 210 milliseconds