Home
last modified time | relevance | path

Searched refs:vp8_reader (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dtreereader.h22 typedef BOOL_DECODER vp8_reader; typedef
32 vp8_reader *const r, /* !!! must return a 0 or 1 !!! */ in vp8_treed_read()
Ddecodemv.c21 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) in read_bmode()
28 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) in read_ymode()
35 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) in read_kf_ymode()
42 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) in read_uv_mode()
51 vp8_reader *const bc = & pbi->mbc[8]; in read_kf_modes()
76 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) in read_mvcomponent()
111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) in read_mv()
118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) in read_mvcontexts()
153 vp8_reader *const bc = & pbi->mbc[8]; in mb_mode_mv_init()
230 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv()
[all …]
Donyxd_int.h75 vp8_reader mbc[MAX_PARTITIONS];
Ddecodeframe.c280 static int get_delta_q(vp8_reader *bc, int prev, int *q_update) in get_delta_q()
816 vp8_reader *bool_decoder = &pbi->mbc[0]; in setup_token_decoder()
973 vp8_reader *const bc = &pbi->mbc[8]; in vp8_decode_frame()