Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c18 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) { in read_bmode()
24 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) { in read_ymode()
30 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) { in read_kf_ymode()
36 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) { in read_uv_mode()
43 vp8_reader *const bc = &pbi->mbc[8]; in read_kf_modes()
64 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) { in read_mvcomponent()
91 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) { in read_mv()
96 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) { in read_mvcontexts()
123 vp8_reader *const bc = &pbi->mbc[8]; in mb_mode_mv_init()
187 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv()
[all …]
Dtreereader.h22 typedef BOOL_DECODER vp8_reader; typedef
31 vp8_reader *const r, /* !!! must return a 0 or 1 !!! */ in vp8_treed_read()
Donyxd_int.h64 vp8_reader mbc[MAX_PARTITIONS];
Ddecodeframe.c235 static int get_delta_q(vp8_reader *bc, int prev, int *q_update) { in get_delta_q()
732 vp8_reader *bool_decoder = &pbi->mbc[0]; in setup_token_decoder()
882 vp8_reader *const bc = &pbi->mbc[8]; in vp8_decode_frame()